get-pool-apr
Retrieve the annual percentage rate (APR) for a specific liquidity pool on the Osmosis blockchain by providing the pool ID.
Instructions
Returns the annual percentage rate (APR) 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"
}