get-pool-incentives
Retrieve detailed incentive data for a specific pool on the Osmosis blockchain using its pool ID. Facilitates informed decision-making for liquidity providers and participants.
Instructions
Returns incentive information for a specific pool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
poolId | Yes | The pool ID |
Input Schema (JSON Schema)
{
"properties": {
"poolId": {
"description": "The pool ID",
"type": "string"
}
},
"required": [
"poolId"
],
"type": "object"
}