get_top_tokens
Retrieve the top tokens by Total Value Locked (TVL) on SailFish DEX. Specify the number of tokens to fetch for informed DeFi decisions.
Instructions
Get a list of top tokens by TVL on SailFish DEX
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of tokens to return (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"count": {
"description": "Number of tokens to return (default: 10)",
"type": "number"
}
},
"required": [],
"type": "object"
}