elfa_trending
Analyze trending cryptocurrency tokens with timeframes, chains, and limits using sentiment data and technical analysis tools to monitor token performance.
Instructions
Alias to /v2/aggregations/trending-tokens (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"
}