Documentation / API reference / dTAO
Get Liquidity Distribution
Last reviewed 2026-09-18
Returns active liquidity across price points for a subnet pool. Select a price range, number of points and linear or logarithmic spacing with the query parameters.
Try it
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
netuid | query | integer (int32) | Yes | |
min_price | query | string | ||
max_price | query | string | ||
num_points | query | integer (int32) | Number of data points to return (default: 200, max: 1000) | |
log_scale | query | boolean | Use logarithmic scale for price distribution (default: true) |
Responses
200 — Active liquidity distribution data retrieved successfully
| Field | Type | Required |
|---|---|---|
data | array | Yes |
data[].activeLiquidity | string | Yes |
data[].price | string | Yes |
Other responses
| Status | Meaning |
|---|---|
400 | Bad request |
404 | No liquidity data found for netuid |
500 | Internal server error |
Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.