List transactions
Returns your institution’s native crypto transactions, newest first. Cursor paginate with starting_after using the next_cursor from the previous page.
Authorizations
OAuth2 client credentials. Request a token from /oauth/token and send it as Authorization: Bearer <token>.
Query Parameters
Page size (1-100).
1 <= x <= 100Cursor: return transactions with an id lower than this (from a prior next_cursor).
Filter by normalized status, for example paid, pending, failed, refunded, partially_refunded.
Filter to a single merchant.
Filter by the reference you supplied at payment creation (your order id).
Exact transaction id (returns a zero-or-one list).
ISO 8601 lower bound on created_at.
ISO 8601 upper bound on created_at.