Get Accounting Tax CSV
Endpoint
Section titled “Endpoint”GET /api/accounting/tax_csv/v1Try it
Section titled “Try it”Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
token | query | string | ✅ | TAO or SN1, SN2, etc. |
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 — Tax report retrieved successfully
Section titled “200 — Tax report retrieved successfully”400 — Bad request
Section titled “400 — Bad request”404 — Tax report not found
Section titled “404 — Tax report not found”500 — Internal server error
Section titled “500 — Internal server error”Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.