Documentation / API reference / Accounting
Get Accounting Tax Token
Last reviewed 2026-09-18
Lists the tokens with accounting records for a coldkey during the requested date range. Use the returned token identifiers when requesting the JSON or CSV accounting report.
Try it
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
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
200 — Tokens retrieved successfully
| Field | Type | Required |
|---|---|---|
data | array | Yes |
data[] | string | Yes |
pagination | object | Yes |
pagination.current_page | integer (int32) | Yes |
pagination.next_page | integer (int32), nullable | |
pagination.per_page | integer (int32) | Yes |
pagination.prev_page | integer (int32), nullable | |
pagination.total_items | integer (int32) | Yes |
pagination.total_pages | integer (int32) | Yes |
Other responses
| Status | Meaning |
|---|---|
400 | Bad request |
404 | Tokens not found |
500 | Internal server error |
Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.