get-pool-total-value-locked
Retrieve the total value locked (TVL) in USD for a specified liquidity pool on the Osmosis blockchain to analyze and monitor pool performance.
Instructions
Returns the total value locked (TVL) for a pool in USD
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"
}