List Transactions
Returns a cursor-paginated list of the authenticated user’s transactions, restricted to the gateway’s rails (bank, pix, crypto, ripio, plus swap with rail=null) and ordered by creation date descending. Transactions of other internal types (e.g. BUY, SELL) are not part of this contract and are excluded.
Supports filtering by rail, transaction_type, currency and payment_method_id.
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.
Authorization
- Requires a valid API key.
Headers
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.
Query Parameters
Filter by rail. swap transactions have no rail and are excluded when this filter is set.
"bank"
Filter by canonical transaction type. deposit/withdrawal match all rails; swap has no rail.
"withdrawal"
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).
"ARS"
Filter by payment method ID.
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..."