EDUCHAIN Agent Kit

get_token_historical_data

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" }