get-pool-total-shares
Retrieve the total number of liquidity provider (LP) shares for a specific pool on the Osmosis blockchain by inputting the pool ID.
Instructions
Returns the total number of LP shares 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"
}