Skip to main content

Get Historical Statistics of a Token

GET 

/stats/:tokenAddress

Get Historical Statistics of a Token

Request

Details

Path Parameters

    tokenAddress stringrequired

    Token Contract Address.

Details

Query Parameters

    limit integer

    Number of items to return.

    apiKey stringrequired

    Your Public API key.

Responses

OK

Details

Schema

    Details

    data

    object[]

  • Array [

  • address string
    price string
    volume string
    timestamp integer
    date string
  • ]

Loading...

Was this page helpful?