v1

latestOpenAPI 3.1.02026-07-2411205.0 MB

Get Price History

get/api/price/history/v1

Query parameters

assetstring required

default value TAO

timestamp_startinteger

Start of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)

timestamp_endinteger

Start of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)

pageinteger

The page number of the response.

limitinteger

The number of responses. max is 200,

order'timestamp_asc' | 'timestamp_desc'

Order of the responses.

Response

200

Example response

{
  "pagination": {
    "current_page": 1,
    "per_page": 50,
    "total_items": 30152,
    "total_pages": 604,
    "next_page": 2
  },
  "data": [
    {
      "created_at": "2025-02-26T13:45:02Z",
      "updated_at": "2025-02-26T13:45:02Z",
      "name": "Bittensor",
      "symbol": "TAO",
      "slug": "bittensor",
      "circulating_supply": "8398025",
      "max_supply": "21000000",
      "total_supply": "8398025",
      "last_updated": "2025-02-26T13:44:00Z",
      "price": "366.499646341234",
      "volume_24h": "263821126.141511",
      "market_cap": "3077873192.46484",
      "percent_change_1h": "-0.88079436",
      "percent_change_24h": "-0.250314",
      "percent_change_7d": "-11.00275914",
      "percent_change_30d": "-14.498297",
      "percent_change_60d": "-21.61015966",
      "percent_change_90d": "-34.25472829",
      "market_cap_dominance": "0.1074",
      "fully_diluted_market_cap": "7696492573.17"
    }
  ]
}