List transactions
Transactions
List transactions
Unified view across onramps, offramps, conversions, deposits, and transfers for reconciliation and history.
Filter by type, source_type (for deposits), customer_id, wallet_id, status, source_currency, and created_after / created_before. Results are paginated with page and per_page (max 200).
Filter behavior
type— coarse category. One ofonramp,offramp,conversion,transfer,deposit.source_type— granular origin. One ofdeposit_address,credential.customer_id— restricts to a single customer. Must be a validcust_…id. An unknown id returns an empty page (200,data: []), not404.wallet_id— matches transactions where the wallet is either the source (from_wallet_id) or the destination (to_wallet_id). Must be a validwal_…id. Unknown returns an empty page.status— one ofcreated,awaiting_deposit,processing,temporary_failure,success,failed,returned,received,confirmed.source_currency— exact currency-code match (e.g.NGN,USDC).created_after/created_before— either aYYYY-MM-DDcalendar date (UTC, inclusive:created_aftermatches at or after00:00:00,created_beforeat or before23:59:59.999) or a full ISO 8601 UTC timestamp ending inZ(e.g.2026-04-16T16:16:03Z), used as the exact instant.
Pagination
page— 1-indexed page number. Defaults to1. Between1and1,000,000.per_page— page size. Defaults to50. Between1and200.
GET
List transactions
Authorizations
API key issued during merchant onboarding.