Get Historical Sum of Subnet Prices
Endpoint
Section titled “Endpoint”GET /api/dtao/pool/total_price/history/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
frequency | query | string | How often to pull the data | |
page | query | integer | page number of results | |
limit | query | integer | Max entries per page (max is 200) | |
order | query | string |
Responses
Section titled “Responses”200 — 200
Section titled “200 — 200”Media: application/json
{ "type": "object", "properties": {}}400 — 400
Section titled “400 — 400”Media: application/json
{ "type": "object", "properties": {}}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.