Documentation / API reference / Accounting
Get Accounting Tax CSV
Last reviewed 2026-09-18
Downloads accounting records for a coldkey and token over a date range as a CSV report. Select the wallet, token and reporting dates with the query parameters.
Try it
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
token | query | string | Yes | TAO or SN1, SN2, etc. |
date_start | query | string (date) | Yes | Start of date range in YYYY-MM-DD format (inclusive) |
date_end | query | string (date) | Yes | End of date range in YYYY-MM-DD format (inclusive). Must be within 12 calendar months of date_start. |
coldkey | query | string | Yes | SS58 or hex format |
Responses
| Status | Meaning |
|---|---|
200 | Tax report retrieved successfully |
400 | Bad request |
404 | Tax report not found |
500 | Internal server error |
Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.