Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.fuse.io/api/v0/trade/pricechange/interval/{timeFrame}/{tokenAddress}
{ "data": [ { "timestamp": 123, "priceChange": "<string>", "previousPrice": "<string>", "currentPrice": "<string>" } ] }
Interval for price change. Allowed values: "ALL", "MONTH", "WEEK", "DAY", "HOUR".
Token Contract Address.
Your Public API key.
OK
Show child attributes