Skip to main content
Glama

Osmosis MCP Server

price-to-tick

Convert a price to a tick value for CL pools using specified tick spacing, base, and quote asset denominations. Essential for managing liquidity on the Osmosis blockchain.

Instructions

Converts a price to a tick value for CL pools

Input Schema

NameRequiredDescriptionDefault
baseAssetDenomYesThe base asset denomination
priceYesThe price to convert
quoteAssetDenomYesThe quote asset denomination
tickSpacingYesThe tick spacing of the pool

Input Schema (JSON Schema)

{ "properties": { "baseAssetDenom": { "description": "The base asset denomination", "type": "string" }, "price": { "description": "The price to convert", "type": "string" }, "quoteAssetDenom": { "description": "The quote asset denomination", "type": "string" }, "tickSpacing": { "description": "The tick spacing of the pool", "type": "number" } }, "required": [ "price", "tickSpacing", "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