Skip to main content
GET
/
api
/
v0
/
trade
/
stats
/
{tokenAddress}
Get Historical Statistics of a Token
curl --request GET \
  --url https://api.fuse.io/api/v0/trade/stats/{tokenAddress}
{
  "data": [
    {
      "address": "<string>",
      "price": "<string>",
      "volume": "<string>",
      "timestamp": 123,
      "date": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

tokenAddress
string
required

Token Contract Address.

Query Parameters

limit
integer

Number of items to return.

apiKey
string
required

Your Public API key.

Response

200 - application/json

OK

data
object[]