Get Coldkey Report as CSV
Endpoint
Section titled “Endpoint”GET /api/accounting/coldkey_report_csv/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 | ✅ | SS58 or hex format |
Responses
Section titled “Responses”200 — Coldkey report retrieved successfully
Section titled “200 — Coldkey report retrieved successfully”400 — Bad request
Section titled “400 — Bad request”404 — Coldkey report not found
Section titled “404 — Coldkey report not found”500 — Internal server error
Section titled “500 — Internal server error”Try it
Section titled “Try it”Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).
Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.