Skip to main content

Get Historical Statistics of a Token

GET 

https://api.fuse.io/api/v0/trade/stats/:tokenAddress

Get Historical Statistics of a Token

Request

Path Parameters

    tokenAddress stringrequired

    Token Contract Address.

Query Parameters

    limit integer

    Number of items to return.

    apiKey stringrequired

    Your Public API key.

Responses

OK

Schema
    data object[]
  • Array [
  • address string
    price string
    volume string
    timestamp integer
    date string
  • ]
curl -L -X GET 'https://api.fuse.io/api/v0/trade/stats/:tokenAddress' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.fuse.io/api/v0/trade
Parameters
— pathrequired
— queryrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?