List All Transaction Activities
This operation allows the client to fetch a paginated, aggregated feed of all transaction activity for the authenticated business, optionally scoped to a single account, with the same type-specific activityData as the account-scoped activities endpoint.
Authorizations
Requires authentication via API key and HMAC signature.
x-api-key: Your API key generated from your Onboard Business dashboard.x-timestamp: Unix epoch timestamp (seconds) used in signature, allowed skew is 30 secondsx-signature: SHA256 HMAC HEX signature calculated overt={x-timestamp}&{requestBody}using your API Secret.
Query Parameters
Any account ID (could be Main account, sub-account or offramp account)
Filter by activity type
Semantic category of a transaction activity feed entry.
CASH_DEPOSIT, CASH_PAYMENT, ACCOUNT_NUMBER_DEPOSIT, CRYPTO_WITHDRAWAL, CRYPTO_DEPOSIT, INTERNAL_TRANSFER, OFFRAMP_DEPOSIT Filter by activity direction
CREDIT, DEBIT Filter activities occurring on or after this date-time
Filter activities occurring on or before this date-time
Page parameter, starting from 1
x >= 11 <= x <= 100Response
Activities fetched successfully
Base object for paginated list
Descriptive name for the list
Positive integer
x >= 0Positive integer
x >= 0Positive integer
x >= 0Positive integer
x >= 0List of transaction activities
A single entry in the aggregated account activity feed. The concrete subtype is determined by the activityType discriminator; the type field carries the semantic category for filtering and display.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7