v1

latestOpenAPI 3.1.02026-07-2411205.0 MB

Get Price

get/api/price/latest/v1

Query parameters

assetstring required

The asset to be queried. Only 'tao' is supported.

Response

200

Example response

{
  "pagination": {
    "current_page": 1,
    "per_page": 1,
    "total_items": 1,
    "total_pages": 1
  },
  "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"
    }
  ]
}