Get Coldkey Report
Endpoint
Section titled “Endpoint”GET /api/accounting/coldkey_report/v1Description
Section titled “Description”Requires a Pro subscription
Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
date_start | query | string | ✅ | Start of date range in YYYY-MM-DD format (inclusive) |
date_end | query | string | ✅ | End of date range in YYYY-MM-DD format (inclusive). Must be within 12 calendar months of date_start. |
coldkey | query | string | ✅ | wallet coldkey |
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.