API Reference
Wallet

Stream up to 10,000 ledger rows as CSV

GET
/v1/wallet/statements/export.csv

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Response Body

text/csv

application/json

curl -X GET "https://example.com/v1/wallet/statements/export.csv"
Empty
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}