get-cl-position
Retrieve detailed information about a specific Concentrated Liquidity position on the Osmosis blockchain using the provided position ID.
Instructions
Returns details of a specific Concentrated Liquidity position
Input Schema
Name | Required | Description | Default |
---|---|---|---|
positionId | Yes | The position ID |
Input Schema (JSON Schema)
{
"properties": {
"positionId": {
"description": "The position ID",
"type": "string"
}
},
"required": [
"positionId"
],
"type": "object"
}