EDUCHAIN Agent Kit

get_top_pools

Retrieve a list of top liquidity pools by Total Value Locked (TVL) on SailFish DEX, specifying the number of pools to return.

Instructions

Get a list of top liquidity pools by TVL on SailFish DEX

Input Schema

NameRequiredDescriptionDefault
countNoNumber 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" }
ID: fd54q7e2lz