Returns a cursor-paginated list of transactions for the authenticated user, ordered by creation date descending.
Supports filtering by gateway, currency, and txn_type.
Pagination is cursor-based: the response includes nc (next cursor) and pc (previous cursor) tokens. Pass them back as ?cursor=<token> to navigate pages. Tokens are opaque — do not parse or modify them.
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Filter by gateway identifier (e.g. crypto, bank-transfer-cvu, pix).
Filter by payment method ID.
Filter by currency ticker. Matches against both the fiat currency (currency) and the crypto currency (crypto_currency) of the transaction (e.g. ARS, BTC, USDT).
Filter by raw transaction type as stored in the database.
Opaque cursor token for pagination. Use the nc value from the previous response to fetch the next page, or pc for the previous page. Omit to start from the first page.
"cD0yMDI2LTAyLTI0KzAw..."