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

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[]