List transfers
List transfers
Lists the account’s transfers (sent and received), newest first.
GET
List transfers
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Query Parameters
Required range:
x <= 200Filter from this date (YYYY-MM-DD, UTC, inclusive).
Filter up to this date (YYYY-MM-DD, UTC, inclusive).
Export the same rows as a file: csv or xlsx (accounting-grade download, up to 10,000 rows; same filters and date range). Omit for the JSON view.
Available options:
csv, xlsx Response
Transfers.
The response is of type object.
Last modified on July 18, 2026