EDUCHAIN Agent Kit

get_token_historical_data

Retrieve historical token data from SailFish DEX by specifying the token address and the number of days to analyze, enabling insights into token performance and trends.

Instructions

Get historical data for a token on SailFish DEX

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days of data to return (default: 7)
tokenIdYesToken address

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "Number of days of data to return (default: 7)", "type": "number" }, "tokenId": { "description": "Token address", "type": "string" } }, "required": [ "tokenId" ], "type": "object" }
ID: fd54q7e2lz