get-cl-pool-incentives
Retrieve incentive details for a specific concentrated liquidity pool on the Osmosis blockchain by providing the pool ID.
Instructions
Returns incentive information 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"
}