Transactions by wallet
Wallets
List Wallet Transactions
Retrieve all transactions affecting a specific wallet (fundings, deposits, payouts, internal transfers, fees).
GET
Transactions by wallet
Overview
GET /wallet/transactions/wallet/{walletId} returns the full transaction history for one wallet — fundings, deposits, payouts, internal transfers, and any fees deducted. The response is paginated.
When to use it
- Render a per-wallet activity feed in your dashboard.
- Reconcile a wallet’s balance against its transaction history.
- Investigate a missing or unexpected balance change.
Prerequisites
- The wallet must belong to your company.
Request
Headers
Path parameters
Query parameters
Response
200 — Success
Field reference
Error responses
Code examples
cURL
Related
GET /wallet/transactions/{id}— single transaction detail by transaction ID.GET /wallet/transactions— global list across all wallets.- Webhooks → Transaction events — receive these events in real time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.