get-cl-pool-tick-data
Retrieve tick spacing and current tick data for a specified CL pool on the Osmosis blockchain using the pool ID.
Instructions
Returns tick spacing and current tick for a CL pool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
poolId | Yes | The CL pool ID |
Input Schema (JSON Schema)
{
"properties": {
"poolId": {
"description": "The CL pool ID",
"type": "string"
}
},
"required": [
"poolId"
],
"type": "object"
}