Get Historical Statistics of a Token
GET/trade/stats/:tokenAddress
Get Historical Statistics of a Token
Request
Path Parameters
tokenAddress stringrequired
Token Contract Address
Example: 0x495d133B938596C9984d462F007B676bDc57eCEC
Query Parameters
limit integer
The number of days to return statistics for
Example: 7
apiKey string
(Required) Your Public API key
Example: {{publicKey}}
Responses
- 200
 
OK
Response Headers
Date string
Content-Type string
Content-Length integer
Connection string
X-Powered-By string
ETag string
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
object
{}
{
  "data": [
    {
      "address": "0x495d133b938596c9984d462f007b676bdc57ecec",
      "price": "0.0001795094848417514280072653468387872",
      "volume": "320.7919669424305492684989264426822",
      "timestamp": 1655942400,
      "date": "2022-06-23T00:00:00.000Z"
    },
    {
      "address": "0x495d133b938596c9984d462f007b676bdc57ecec",
      "price": "0.0001753598431859238489904587561349331",
      "volume": "496.9871762170702366221362019799081",
      "timestamp": 1655856000,
      "date": "2022-06-22T00:00:00.000Z"
    },
    {
      "address": "0x495d133b938596c9984d462f007b676bdc57ecec",
      "price": "0.0001778122543708053493271907349306764",
      "volume": "161.8778584702202270894194998822792",
      "timestamp": 1655769600,
      "date": "2022-06-21T00:00:00.000Z"
    },
    {
      "address": "0x495d133b938596c9984d462f007b676bdc57ecec",
      "price": "0.000173030460513747767088557092474019",
      "volume": "573.096167117501311685682734446078",
      "timestamp": 1655683200,
      "date": "2022-06-20T00:00:00.000Z"
    },
    {
      "address": "0x495d133b938596c9984d462f007b676bdc57ecec",
      "price": "0.0001757060636331320784818004633954431",
      "volume": "589.9612882866723104586597964413249",
      "timestamp": 1655596800,
      "date": "2022-06-19T00:00:00.000Z"
    },
    {
      "address": "0x495d133b938596c9984d462f007b676bdc57ecec",
      "price": "0.0001628979126961749196076594100010947",
      "volume": "5201.482419631345593874563463477475",
      "timestamp": 1655510400,
      "date": "2022-06-18T00:00:00.000Z"
    },
    {
      "address": "0x495d133b938596c9984d462f007b676bdc57ecec",
      "price": "0.000148588358072555916509684273664614",
      "volume": "723.035469254742395747411420882088",
      "timestamp": 1655424000,
      "date": "2022-06-17T00:00:00.000Z"
    }
  ]
}
Loading...