Skip to content

Get Current Subnet Pools

GET /api/dtao/pool/latest/v1
NameInTypeRequiredDescription
netuidqueryintegerSubnet
pagequeryintegerThe page number of the response.
limitqueryintegerThe number of responses. max is 200,
orderquerystring

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 1024,
"default": 0
},
"total_items": {
"type": "integer",
"example": 94,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 1,
"default": 0
},
"next_page": {},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"netuid": {
"type": "integer",
"example": 87,
"default": 0
},
"block_number": {
"type": "integer",
"example": 5373800,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2025-04-17T21:13:36Z"
},
"name": {
"type": "string",
"example": "\ud835\udf0f"
},
"symbol": {
"type": "string",
"example": "\u16b3"
},
"rank": {
"type": "integer",
"example": 93,
"default": 0
},
"market_cap": {
"type": "string",
"example": "1881827884.9638468241624855968"
},
"market_cap_change_1_day": {
"type": "string",
"example": "-78.082354385106581454"
},
"liquidity": {
"type": "string",
"example": "256842722.00000000000117255510"
},
"total_tao": {
"type": "string",
"example": "128421361"
},
"total_alpha": {
"type": "string",
"example": "669202473074"
},
"alpha_in_pool": {
"type": "string",
"example": "45668306365"
},
"alpha_staked": {
"type": "string",
"example": "623534166709"
},
"price": {
"type": "string",
"example": "0.00281204562248495374"
},
"price_change_1_hour": {
"type": "string",
"example": "1.163479280047945879"
},
"price_change_1_day": {
"type": "string",
"example": "-99.971663189188189551"
},
"price_change_1_week": {
"type": "string",
"example": "-99.983312426933660837"
},
"tao_volume_24_hr": {
"type": "string",
"example": "7276765272"
},
"tao_volume_24_hr_change_1_day": {
"type": "string",
"example": "-78.159708452153354158"
},
"tao_buy_volume_24_hr": {
"type": "string",
"example": "3195271674"
},
"tao_sell_volume_24_hr": {
"type": "string",
"example": "4081493598"
},
"buys_24_hr": {
"type": "integer",
"example": 143,
"default": 0
},
"sells_24_hr": {
"type": "integer",
"example": 57,
"default": 0
},
"buyers_24_hr": {
"type": "integer",
"example": 15,
"default": 0
},
"sellers_24_hr": {
"type": "integer",
"example": 10,
"default": 0
},
"seven_day_prices": {
"type": "array",
"items": {
"type": "object",
"properties": {
"block_number": {
"type": "integer",
"example": 5323400,
"default": 0
},
"timestamp":

Media: application/json

{
"type": "object",
"properties": {}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.