Skip to main content
Glama

Osmosis MCP Server

tick-to-price

Convert tick values to prices for CL pools on the Osmosis blockchain by specifying base and quote asset denominations. Essential for accurate pricing calculations in decentralized finance operations.

Instructions

Converts a tick value to a price for CL pools

Input Schema

NameRequiredDescriptionDefault
baseAssetDenomYesThe base asset denomination
quoteAssetDenomYesThe quote asset denomination
tickYesThe tick value to convert

Input Schema (JSON Schema)

{ "properties": { "baseAssetDenom": { "description": "The base asset denomination", "type": "string" }, "quoteAssetDenom": { "description": "The quote asset denomination", "type": "string" }, "tick": { "description": "The tick value to convert", "type": "number" } }, "required": [ "tick", "baseAssetDenom", "quoteAssetDenom" ], "type": "object" }

Other Tools from Osmosis MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server