v2
latestOpenAPI 3.1.02026-08-07750280.6 KBWallet
List wallet transactions
Retrieve a paginated list of wallet transactions for the organization.
Optional query filters:
- `transaction_type` — filter by `ADD` or `CONSUME`
- `created_after` — return only transactions on or after this ISO-8601 datetime
Transactions are returned newest-first. Stripe references and internal
balance snapshots are intentionally omitted.
Authentication:
- API key with READ or READ_WRITE permission
get/wallet/transactions
Query parameters
transaction_typestring nullable
Filter by transaction direction: 'ADD' or 'CONSUME'.
Filter by transaction direction: 'ADD' or 'CONSUME'.
created_afterstring date-time nullable
Return only transactions created on or after this datetime (ISO-8601, e.g. '2025-01-01T00:00:00'). Invalid values are rejected with a 400 error.
Return only transactions created on or after this datetime (ISO-8601, e.g. '2025-01-01T00:00:00'). Invalid values are rejected with a 400 error.
limitinteger
Maximum number of transactions to return.
Maximum number of transactions to return.
offsetinteger
Number of transactions to skip.
Number of transactions to skip.
Response
Successfully retrieved wallet transactions