Market Data History

This endpoint provides historical data for circulating supply, market capitalization, and price across multiple cryptocurrencies.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Cache / Update Frequency: Updated once a day.

This endpoint is available on the following API plans

PlansHobbyistStartupStandardProfessionalEnterprise
Available

Response Data

{
  "code": "0",
  "data": [
    {
      "timestamp": 1278979200000,
      "price": "0.0618333200",
      "circulating_supply": "3344213.1401855564",
      "market_cap": 194510.84
    },
    {
      "timestamp": 1279065600000,
      "price": "0.0581572500",
      "circulating_supply": "3373268.860625196",
      "market_cap": 190259.65
    },
  ]
}
Query Params
string
required
Defaults to BTC

Trading coin (e.g., BTC). Retrieve supported coins via the 'supported-coins' API.

Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!