get-pool-liquidity
Retrieve detailed liquidity information for a specific pool on the Osmosis blockchain using the pool ID. Essential for analyzing pool performance and managing assets.
Instructions
Returns detailed liquidity information for a pool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
poolId | Yes | The ID of the liquidity pool |
Input Schema (JSON Schema)
{
"properties": {
"poolId": {
"description": "The ID of the liquidity pool",
"type": "string"
}
},
"required": [
"poolId"
],
"type": "object"
}