List activities
Retrieves a paginated, chronologically ordered list of fund movements. Supports filtering by resource identifiers, activity type, time window, and status.
Authorizations
API key as Bearer token
Headers
API version (YYYY-MM-DD)
2025-02-14 "2025-02-14"
Query Parameters
Maximum number of items to return (1-100, default: 20)
x <= 10020
50
100
Opaque cursor for pagination. Pass nextCursor from previous response to get next page.
Filter activities by account ID(s) (comma-separated)
Filter activities by card ID(s) (comma-separated, card transactions only)
Filter by activity type
CRYPTO_DEPOSIT, CARD_TRANSACTION, POSTING "CRYPTO_DEPOSIT"
Filter crypto deposits by status (comma-separated)
PENDING: Transaction detected, awaiting confirmationCONFIRMED: Transaction confirmed on-chain, validation in progressAPPROVED: Deposit approved and credited to balanceREJECTED: Deposit rejected (see rejectionReason)
PENDING, CONFIRMED, APPROVED, REJECTED Filter card transactions by status (comma-separated)
PENDING: Authorization approved, awaiting clearingCLEARED: Transaction settledDECLINED: Authorization was declinedVOID: Full reversal of pending auth or zero-amount verification
PENDING, CLEARED, DECLINED, VOID Filter postings by virtual asset ID(s) (comma-separated). Matches postings that contain at least one entry against any of the given virtual assets. Implies type=POSTING — non-posting activities are never returned when this filter is set.
Inclusive lower bound on activity time (occurredAt). ISO 8601 datetime.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$