elfa_trending_tokens
Identify and analyze trending tokens across specified blockchains and timeframes using sentiment data and technical analysis tools, powered by CoinGecko MCP integration.
Instructions
Trending tokens aggregation. Params: timeframe, chain, limit, cursor.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chain | No | ||
cursor | No | ||
limit | No | ||
timeframe | No |
Input Schema (JSON Schema)
{
"properties": {
"chain": {
"type": "string"
},
"cursor": {
"type": "string"
},
"limit": {
"type": "number"
},
"timeframe": {
"type": "string"
}
},
"type": "object"
}