Get Current Subnet Pools
Endpoint
Section titled “Endpoint”GET /api/dtao/pool/latest/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
netuid | query | integer | Subnet | |
page | query | integer | The page number of the response. | |
limit | query | integer | The number of responses. max is 200, | |
order | query | — |
Responses
Section titled “Responses”200 — Dtao pools retrieved successfully
Section titled “200 — Dtao pools retrieved successfully”Media: application/json
Schema
{ "type": "object", "required": [ "pagination", "data" ], "properties": { "data": { "type": "array", "items": { "type": "object", "required": [ "netuid", "block_number", "timestamp", "name", "symbol", "market_cap", "liquidity", "total_tao", "total_alpha", "alpha_in_pool", "alpha_staked", "price", "root_prop", "rank", "startup_mode", "subnet_emission_enabled", "tao_volume_24_hr", "tao_buy_volume_24_hr", "tao_sell_volume_24_hr", "alpha_volume_24_hr", "alpha_buy_volume_24_hr", "alpha_sell_volume_24_hr", "buys_24_hr", "sells_24_hr", "buyers_24_hr", "sellers_24_hr", "seven_day_prices" ], "properties": { "alpha_buy_volume_24_hr": { "type": "string" }, "alpha_in_pool": { "type": "string" }, "alpha_sell_volume_24_hr": { "type": "string" }, "alpha_sqrt_price": { "type": "string", "nullable": true }, "alpha_staked": { "type": "string" }, "alpha_volume_24_hr": { "type": "string" }, "alpha_volume_24_hr_change_1_day": { "type": "string", "nullable": true }, "block_number": { "type": "integer", "format": "int32" }, "buyers_24_hr": { "type": "integer", "format": "int32" }, "buys_24_hr": { "type": "integer", "format": "int32" }, "current_tick": { "type": "integer", "format": "int32", "nullable": true }, "enabled_user_liquidity": { "type": "boolean", "nullable": true }, "fear_and_greed_index": { "type": "string", "nullable": true }, "fear_and_greed_sentiment": { "type": "string", "nullable": true }, "fee_global_alpha": { "type": "string", "nullable": true }, "fee_global_tao": { "type": "string", "nullable": true }, "fee_rate": { "type": "string", "nullable": true }, "highest_price_24_hr": { "type": "string", "nullable": true }, "last_price": { "type": "string", "nullable": true }, "liquidity": { "type": "string" }, "liquidity_raw": { "type": "string", "nullable": true }, "lowest_price_24_hr": { "type": "string", "nullable": true }, "market_cap": { "type": "string" }, "market_cap_change_1_day": { "type": "string", "nullable": true }, "name": { "type": "string" }, "netuid": { "type": "integer", "format": "int32" }, "price": { "type": "string" }, "price_change_1_day": { "type": "string", "nullable": true }, "price_change_1_hour": { "type": "string", "nullable": true }, "price_change_1_month": { "type": "string", "nullable": true }, "price_change_1_week": { "type": "string", "nullable": true }, "protocol_provided_alpha": { "type": "string", "nullable": true }, "protocol_provided_tao": { "type": "string", "nullable": true }, "rank": { "type": "integer", "format": "int32" }, "root_prop": { "type": "string" }, "sellers_24_hr": { "type": "integer", "format": "int32" }, "sells_24_hr": { "type": "integer", "format": "int32" }, "seven_day_prices": { "type": "array", "items": { "type": "object", "required": [ "block_number", "timestamp", "price" ], "properties": { "block_number": { "type": "integer", "format": "int32" }, "price": { "type": "string" }, "timestamp": { "type": "string", "format": "date-time" } } } }, "startup_mode": { "type": "boolean" }, "subnet_emission_enabled": { "type": "boolean" }, "swap_v3_initialized": { "type": "boolean", "nullable": true }, "symbol": { "type": "string" }, "tao_buy_volume_24_hr": { "type": "string" }, "tao_sell_volume_24_hr": { "type": "string" }, "tao_volume_24_hr": { "type": "string" }, "tao_volume_24_hr_change_1_day": { "type": "string", "nullable": true }, "timestamp": { "type": "string", "format": "date-time" }, "total_alpha": { "type": "string" }, "total_tao": { "type": "string" }, "user_provided_alpha": { "type": "string", "nullable": true }, "user_provided_tao": { "type": "string", "nullable": true } } } }, "pagination": { "type": "object", "required": [ "current_page", "per_page", "total_items", "total_pages" ], "properties": { "current_page": { "type": "integer", "format": "int32" }, "next_page": { "type": "integer", "format": "int32", "nullable": true }, "per_page": { "type": "integer", "format": "int32" }, "prev_page": { "type": "integer", "format": "int32", "nullable": true }, "total_items": { "type": "integer", "format": "int32" }, "total_pages": { "type": "integer", "format": "int32" } } } }}Examples
{ "Result": { "value": "{\n \"pagination\": {\n \"current_page\": 1,\n \"per_page\": 1024,\n \"total_items\": 94,\n \"total_pages\": 1,\n \"next_page\": null,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"netuid\": 87,\n \"block_number\": 5373800,\n \"timestamp\": \"2025-04-17T21:13:36Z\",\n \"name\": \"\ud835\udf0f\",\n \"symbol\": \"\u16b3\",\n \"rank\": 93,\n \"market_cap\": \"1881827884.9638468241624855968\",\n \"market_cap_change_1_day\": \"-78.082354385106581454\",\n \"liquidity\": \"256842722.00000000000117255510\",\n \"total_tao\": \"128421361\",\n \"total_alpha\": \"669202473074\",\n \"alpha_in_pool\": \"45668306365\",\n \"alpha_staked\": \"623534166709\",\n \"price\": \"0.00281204562248495374\",\n \"price_change_1_hour\": \"1.163479280047945879\",\n \"price_change_1_day\": \"-99.971663189188189551\",\n \"price_change_1_week\": \"-99.983312426933660837\",\n \"tao_volume_24_hr\": \"7276765272\",\n \"tao_volume_24_hr_change_1_day\": \"-78.159708452153354158\",\n \"tao_buy_volume_24_hr\": \"3195271674\",\n \"tao_sell_volume_24_hr\": \"4081493598\",\n \"buys_24_hr\": 143,\n \"sells_24_hr\": 57,\n \"buyers_24_hr\": 15,\n \"sellers_24_hr\": 10,\n \"seven_day_prices\": [\n {\n \"block_number\": 5323400,\n \"timestamp\": \"2025-04-10T21:13:36Z\",\n \"price\": \"16.85113593993596993756\"\n },\n {\n \"block_number\": 5324600,\n \"timestamp\": \"2025-04-11T01:13:36Z\",\n \"price\": \"13.660496710324261246\"\n },\n {\n \"block_number\": 5325800,\n \"timestamp\": \"2025-04-11T05:13:36Z\",\n \"price\": \"13.660496710324261246\"\n },\n {\n \"block_number\": 5327000,\n \"timestamp\": \"2025-04-11T09:13:36Z\",\n \"price\": \"12.066368319678123811\"\n },\n {\n \"block_number\": 5328200,\n \"timestamp\": \"2025-04-11T13:13:36Z\",\n \"price\": \"12.34457551709238642485\"\n },\n {\n \"block_number\": 5329400,\n \"timestamp\": \"2025-04-11T17:13:36.001Z\",\n \"price\": \"16.93622801986503928004\"\n },\n {\n \"block_number\": 5330600,\n \"timestamp\": \"2025-04-11T21:13:36Z\",\n \"price\": \"17.11313264919538184111\"\n },\n {\n \"block_number\": 5331800,\n \"timestamp\": \"2025-04-12T01:13:36Z\",\n \"price\": \"18.62980662457942864915\"\n },\n {\n \"block_number\": 5333000,\n \"timestamp\": \"2025-04-12T05:13:36Z\",\n \"price\": \"18.75041678979172704965\"\n },\n {\n \"block_number\": 5334200,\n \"timestamp\": \"2025-04-12T09:13:36Z\",\n \"price\": \"19.62456002813258970318\"\n },\n {\n \"block_number\": 5335400,\n \"timestamp\": \"2025-04-12T13:13:36Z\",\n \"price\": \"20.83014582344471362556\"\n },\n {\n \"block_number\": 5336600,\n \"timestamp\": \"2025-04-12T17:13:36.001Z\",\n \"price\": \"21.75093611631802847348\"\n },\n {\n \"block_number\": 5337800,\n \"timestamp\": \"2025-04-12T21:13:36Z\",\n \"price\": \"21.75093611631802847348\"\n },\n {\n \"block_number\": 5339000,\n \"timestamp\": \"2025-04-13T01:13:36Z\",\n \"price\": \"21.75093611631802847348\"\n },\n {\n \"block_number\": 5340200,\n \"timestamp\": \"2025-04-13T05:13:36Z\",\n \"price\": \"21.75093611631802847348\"\n },\n {\n \"block_number\": 5341400,\n \"timestamp\": \"2025-04-13T09:13:36Z\",\n \"price\": \"20.78613515475983701956\"\n },\n {\n \"block_number\": 5342600,\n \"timestamp\": \"2025-04-13T13:13:36Z\",\n \"price\": \"20.78613515475983701956\"\n },\n {\n \"block_number\": 5343800,\n \"timestamp\": \"2025-04-13T17:13:36Z\",\n \"price\": \"19.85278840343402583891\"\n },\n {\n \"block_number\": 5345000,\n \"timestamp\": \"2025-04-13T21:13:36Z\",\n \"price\": \"10.66506497143005295317\"\n },\n {\n \"block_number\": 5346200,\n \"timestamp\": \"2025-04-14T01:13:36.001Z\",\n \"price\": \"10.66506497143005295317\"\n },\n {\n \"block_number\": 5347400,\n \"timestamp\": \"2025-04-14T05:13:36.001Z\",\n \"price\": \"10.55901673421335857829\"\n },\n {\n \"block_number\": 5348600,\n \"timestamp\": \"2025-04-14T09:13:36.001Z\",\n \"price\": \"14.97786836283130736132\"\n },\n {\n \"block_number\": 5349800,\n \"timestamp\": \"2025-04-14T13:13:36Z\",\n \"price\": \"7.16545357392613470207\"\n },\n {\n \"block_number\": 5351000,\n \"timestamp\": \"2025-04-14T17:13:36Z\",\n \"price\": \"3.99692746953122584913\"\n },\n {\n \"block_number\": 5352200,\n \"timestamp\": \"2025-04-14T21:13:36Z\",\n \"price\": \"4.63937230935171264034\"\n },\n {\n \"block_number\": 5353400,\n \"timestamp\": \"2025-04-15T01:13:36.001Z\",\n \"price\": \"4.63937230935171264034\"\n },\n {\n \"block_number\": 5354600,\n \"timestamp\": \"2025-04-15T05:13:36Z\",\n \"price\": \"4.33874491385383272724\"\n },\n {\n \"block_number\": 5355800,\n \"timestamp\": \"2025-04-15T09:13:36Z\",\n \"price\": \"4.33874491385383272724\"\n },\n {\n \"block_number\": 5357000,\n \"timestamp\": \"2025-04-15T13:13:36Z\",\n \"price\": \"4.65174191579918120177\"\n },\n {\n \"block_number\": 5358200,\n \"timestamp\": \"2025-04-15T17:13:36Z\",\n \"price\": \"3.88569425104755218955\"\n },\n {\n \"block_number\": 5359400,\n \"timestamp\": \"2025-04-15T21:13:36Z\",\n \"price\": \"3.48545115683282467466\"\n },\n {\n \"block_number\": 5360600,\n \"timestamp\": \"2025-04-16T01:13:36Z\",\n \"price\": \"3.24189782613063000817\"\n },\n {\n \"block_number\": 5361800,\n \"timestamp\": \"2025-04-16T05:13:36Z\",\n \"price\": \"3.64880671085347014766\"\n },\n {\n \"block_number\": 5363000,\n \"timestamp\": \"2025-04-16T09:13:36Z\",\n \"price\": \"4.86822154491080708395\"\n },\n {\n \"block_number\": 5364200,\n \"timestamp\": \"2025-04-16T13:13:36Z\",\n \"price\": \"4.86822154491080708395\"\n },\n {\n \"block_number\": 5365400,\n \"timestamp\": \"2025-04-16T17:13:36Z\",\n \"price\": \"7.10808908578235387838\"\n },\n {\n \"block_number\": 5366600,\n \"timestamp\": \"2025-04-16T21:13:36.001Z\",\n \"price\": \"9.92364892845643112563\"\n },\n {\n \"block_number\": 5367800,\n \"timestamp\": \"2025-04-17T01:13:36Z\",\n \"price\": \"14.36242561005730457697\"\n },\n {\n \"block_number\": 5369000,\n \"timestamp\": \"2025-04-17T05:13:36Z\",\n \"price\": \"20.90458659405089861949\"\n },\n {\n \"block_number\": 5370200,\n \"timestamp\": \"2025-04-17T09:13:36.001Z\",\n \"price\": \"9.28356199090974427616\"\n },\n {\n \"block_number\": 5371400,\n \"timestamp\": \"2025-04-17T13:13:36.001Z\",\n \"price\": \"8.3753091946959173721\"\n },\n {\n \"block_number\": 5372600,\n \"timestamp\": \"2025-04-17T17:13:36Z\",\n \"price\": \"18.37515435197474175855\"\n },\n {\n \"block_number\": 5373500,\n \"timestamp\": \"2025-04-17T20:13:36.001Z\",\n \"price\": \"0.00277970433846037347\"\n },\n {\n \"block_number\": 5373800,\n \"timestamp\": \"2025-04-17T21:13:36Z\",\n \"price\": \"0.00281204562248495374\"\n }\n ],\n \"startup_mode\": false\n },\n {\n \"netuid\": 83,\n \"block_number\": 5373800,\n \"timestamp\": \"2025-04-17T21:13:36Z\",\n \"name\": \"\ud835\udf0f\",\n \"symbol\": \"\u16a2\",\n \"rank\": 92,\n \"market_cap\": \"4823361167.18610417058\",\n \"market_cap_change_1_day\": \"12.045508780491647198\",\n \"liquidity\": \"4412858721.9999999999982445411\",\n \"total_tao\": \"2206429361\",\n \"total_alpha\": \"1000000000\",\n \"alpha_in_pool\": \"457446433\",\n \"alpha_staked\": \"542553567\",\n \"price\": \"4.82336116718610417058\",\n \"price_change_1_hour\": \"0\",\n \"price_change_1_day\": \"12.045508780491647198\",\n \"price_change_1_week\": \"-27.367523781980677256\",\n \"tao_volume_24_hr\": \"926312671\",\n \"tao_volume_24_hr_change_1_day\": null,\n \"tao_buy_volume_24_hr\": \"524112243\",\n \"tao_sell_volume_24_hr\": \"402200428\",\n \"buys_24_hr\": 3,\n \"sells_24_hr\": 1,\n \"buyers_24_hr\": 3,\n \"sellers_24_hr\": 1,\n \"seven_day_prices\": [\n {\n \"block_number\": 5323400,\n \"timestamp\": \"2025-04-10T21:13:36Z\",\n \"price\": \"6.64077753966135748103\"\n },\n {\n \"block_number\": 5324600,\n \"timestamp\": \"2025-04-11T01:13:36Z\",\n \"price\": \"6.64077753966135748103\"\n },\n {\n \"block_number\": 5325800,\n \"timestamp\": \"2025-04-11T05:13:36Z\",\n \"price\": \"7.52153641968502806139\"\n },\n {\n \"block_number\": 5327000,\n \"timestamp\": \"2025-04-11T09:13:36Z\",\n \"price\": \"7.52153641968502806139\"\n },\n {\n \"block_number\": 5328200,\n \"timestamp\": \"2025-04-11T13:13:36Z\",\n \"price\": \"7.99289014427574577628\"\n },\n {\n \"block_number\": 5329400,\n \"timestamp\": \"2025-04-11T17:13:36.001Z\",\n \"price\": \"8.01978356608906934111\"\n },\n {\n \"block_number\": 5330600,\n \"timestamp\": \"2025-04-11T21:13:36Z\",\n \"price\": \"9.23719645752248036034\"\n },\n {\n \"block_number\": 5331800,\n \"timestamp\": \"2025-04-12T01:13:36Z\",\n \"price\": \"8.37595522450834661218\"\n },\n {\n \"block_number\": 5333000,\n \"timestamp\": \"2025-04-12T05:13:36Z\",\n \"price\": \"8.10446776962777776822\"\n },\n {\n \"block_number\": 5334200,\n \"timestamp\": \"2025-04-12T09:13:36Z\",\n \"price\": \"8.10446776962777776822\"\n },\n {\n \"block_number\": 5335400,\n \"timestamp\": \"2025-04-12T13:13:36Z\",\n \"price\": \"8.10446776962777776822\"\n },\n {\n \"block_number\": 5336600,\n \"timestamp\": \"2025-04-12T17:13:36.001Z\",\n \"price\": \"8.68104371830605155742\"\n },\n {\n \"block_number\": 5337800,\n \"timestamp\": \"2025-04-12T21:13:36Z\",\n \"price\": \"8.68104371830605155742\"\n },\n {\n \"block_number\": 5339000,\n \"timestamp\": \"2025-04-13T01:13:36Z\",\n \"price\": \"8.68104371830605155742\"\n },\n {\n \"block_number\": 5340200,\n \"timestamp\": \"2025-04-13T05:13:36Z\",\n \"price\": \"8.68104371830605155742\"\n },\n {\n \"block_number\": 5341400,\n \"timestamp\": \"2025-04-13T09:13:36Z\",\n \"price\": \"8.68132777297866248843\"\n },\n {\n \"block_number\": 5342600,\n \"timestamp\": \"2025-04-13T13:13:36Z\",\n \"price\": \"8.68132777297866248843\"\n },\n {\n \"block_number\": 5343800,\n \"timestamp\": \"2025-04-13T17:13:36Z\",\n \"price\": \"8.68132777297866248843\"\n },\n {\n \"block_number\": 5345000,\n \"timestamp\": \"2025-04-13T21:13:36Z\",\n \"price\": \"8.68132777297866248843\"\n },\n {\n \"block_number\": 5346200,\n \"timestamp\": \"2025-04-14T01:13:36.001Z\",\n \"price\": \"8.68132777297866248843\"\n },\n {\n \"block_number\": 5347400,\n \"timestamp\": \"2025-04-14T05:13:36.001Z\",\n \"price\": \"8.68132777297866248843\"\n },\n {\n \"block_number\": 5348600,\n \"timestamp\": \"2025-04-14T09:13:36.001Z\",\n \"price\": \"8.68132777297866248843\"\n },\n {\n \"block_number\": 5349800,\n \"timestamp\": \"2025-04-14T13:13:36Z\",\n \"price\": \"5.27432604503346815786\"\n },\n {\n \"block_number\": 5351000,\n \"timestamp\": \"2025-04-14T17:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5352200,\n \"timestamp\": \"2025-04-14T21:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5353400,\n \"timestamp\": \"2025-04-15T01:13:36.001Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5354600,\n \"timestamp\": \"2025-04-15T05:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5355800,\n \"timestamp\": \"2025-04-15T09:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5357000,\n \"timestamp\": \"2025-04-15T13:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5358200,\n \"timestamp\": \"2025-04-15T17:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5359400,\n \"timestamp\": \"2025-04-15T21:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5360600,\n \"timestamp\": \"2025-04-16T01:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5361800,\n \"timestamp\": \"2025-04-16T05:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5363000,\n \"timestamp\": \"2025-04-16T09:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5364200,\n \"timestamp\": \"2025-04-16T13:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5365400,\n \"timestamp\": \"2025-04-16T17:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5366600,\n \"timestamp\": \"2025-04-16T21:13:36.001Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5367800,\n \"timestamp\": \"2025-04-17T01:13:36Z\",\n \"price\": \"4.30482329875046654899\"\n },\n {\n \"block_number\": 5369000,\n \"timestamp\": \"2025-04-17T05:13:36Z\",\n \"price\": \"4.51372366376188497066\"\n },\n {\n \"block_number\": 5370200,\n \"timestamp\": \"2025-04-17T09:13:36.001Z\",\n \"price\": \"4.51372366376188497066\"\n },\n {\n \"block_number\": 5371400,\n \"timestamp\": \"2025-04-17T13:13:36.001Z\",\n \"price\": \"4.51372366376188497066\"\n },\n {\n \"block_number\": 5372600,\n \"timestamp\": \"2025-04-17T17:13:36Z\",\n \"price\": \"4.82336116718610417058\"\n },\n {\n \"block_number\": 5373500,\n \"timestamp\": \"2025-04-17T20:13:36.001Z\",\n \"price\": \"4.82336116718610417058\"\n },\n {\n \"block_number\": 5373800,\n \"timestamp\": \"2025-04-17T21:13:36Z\",\n \"price\": \"4.82336116718610417058\"\n }\n ],\n \"startup_mode\": true\n },\n {\n \"netuid\": 92,\n \"block_number\": 5373800,\n \"timestamp\": \"2025-04-17T21:13:36Z\",\n \"name\": \"\ud835\udf0f\",\n \"symbol\": \"\u1682\",\n \"rank\": 91,\n \"market_cap\": \"6418236630.70068324592\",\n \"market_cap_change_1_day\": \"0.433950096707280257\",\n \"liquidity\": \"5072957584.0000000000014140418\",\n \"total_tao\": \"2536478792\",\n \"total_alpha\": \"1000000000\",\n \"alpha_in_pool\": \"395198703\",\n \"alpha_staked\": \"604801297\",\n \"price\": \"6.41823663070068324592\",\n \"price_change_1_hour\": \"0\",\n \"price_change_1_day\": \"0.433950096707280257\",\n \"price_change_1_week\": null,\n \"tao_volume_24_hr\": \"6226778437\",\n \"tao_volume_24_hr_change_1_day\": \"-9.296111746432939507\",\n \"tao_buy_volume_24_hr\": \"3116202153\",\n \"tao_sell_volume_24_hr\": \"3110576284\",\n \"buys_24_hr\": 19,\n \"sells_24_hr\": 20,\n \"buyers_24_hr\": 14,\n \"sellers_24_hr\": 10,\n \"seven_day_prices\": [\n {\n \"block_number\": 5357000,\n \"timestamp\": \"2025-04-15T13:13:36Z\",\n \"price\": \"24.09784202895662167127\"\n },\n {\n \"block_number\": 5358200,\n \"timestamp\": \"2025-04-15T17:13:36Z\",\n \"price\": \"22.71811854095157091121\"\n },\n {\n \"block_number\": 5359400,\n \"timestamp\": \"2025-04-15T21:13:36Z\",\n \"price\": \"27.76629925158538010472\"\n },\n {\n \"block_number\": 5360600,\n \"timestamp\": \"2025-04-16T01:13:36Z\",\n \"price\": \"24.47476467774973533099\"\n },\n {\n \"block_number\": 5361800,\n \"timestamp\": \"2025-04-16T05:13:36Z\",\n \"price\": \"24.47476467774973533099\"\n },\n {\n \"block_number\": 5363000,\n \"timestamp\": \"2025-04-16T09:13:36Z\",\n \"price\": \"14.90862748816425467665\"\n },\n {\n \"block_number\": 5364200,\n \"timestamp\": \"2025-04-16T13:13:36Z\",\n \"price\": \"15.00465473844360828697\"\n },\n {\n \"block_number\": 5365400,\n \"timestamp\": \"2025-04-16T17:13:36Z\",\n \"price\": \"5.72629382551461322069\"\n },\n {\n \"block_number\": 5366600,\n \"timestamp\": \"2025-04-16T21:13:36.001Z\",\n \"price\": \"6.39050502795180279048\"\n },\n {\n \"block_number\": 5367800,\n \"timestamp\": \"2025-04-17T01:13:36Z\",\n \"price\": \"6.39050502795180279048\"\n },\n {\n \"block_number\": 5369000,\n \"timestamp\": \"2025-04-17T05:13:36Z\",\n \"price\": \"2.38465621676005015388\"\n },\n {\n \"block_number\": 5370200,\n \"timestamp\": \"2025-04-17T09:13:36.001Z\",\n \"price\": \"2.66357588117474099406\"\n },\n {\n \"blo
/* … truncated, full schema in /api/openapi.json */400 — Bad request
Section titled “400 — Bad request”404 — Dtao pools not found
Section titled “404 — Dtao pools not found”500 — Internal server error
Section titled “500 — Internal server error”Try it
Section titled “Try it”Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).
Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.