Skip to content

Get Pool

GET /api/dtao/pool/v1
Get a free API key →
curl
NameInTypeRequiredDescription
netuidqueryinteger
pagequeryinteger
limitqueryinteger
orderquery

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"
}
}
}
}
}

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