get-all-pools
Retrieve detailed information about all liquidity pools on the Osmosis blockchain, with optional limit settings for customized results.
Instructions
Returns information about all liquidity pools
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Optional: maximum number of pools to return (default 10) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Optional: maximum number of pools to return (default 10)",
"type": "string"
}
},
"required": [],
"type": "object"
}