Skip to main content
GET
Account statement (JSON, PDF or Excel)

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Query Parameters

from
string<date>
required

Start date (YYYY-MM-DD, UTC, inclusive).

to
string<date>
required

End date (YYYY-MM-DD, UTC, inclusive). Max range: 400 days.

format
enum<string>
default:json

json for the web view; pdf/xlsx download the branded file.

Available options:
json,
pdf,
xlsx
lang
enum<string>
default:es

Language of the PDF/Excel output.

Available options:
es,
en

Response

The statement (JSON) or the file bytes (pdf/xlsx).

The response is of type object.

Last modified on July 18, 2026