Skip to main content

Get Historical Statistics of a Token

GET 

/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
  • ]
Loading...

Was this page helpful?