get_top_pools
Retrieve the top liquidity pools by Total Value Locked (TVL) on SailFish DEX, with an optional count parameter to customize the number of results.
Instructions
Get a list of top liquidity pools by TVL on SailFish DEX
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of pools to return (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"count": {
"description": "Number of pools to return (default: 10)",
"type": "number"
}
},
"required": [],
"type": "object"
}