Wallet
Stream up to 10,000 ledger rows as 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", "details": [ "string" ] }}Cursor-paginated ledger GET
Previous Page
Live storage-tier pricing matrix GET
Returns the currently effective storage pricing matrix — one row per `(tier_gb, currency)`. Prices are read live, so the values here always match what a workspace is actually billed rather than a hard-coded fallback. `egress_gb` is reserved (0 today; metered egress is not surfaced yet).