Get sub-account transaction activities
This operation allows the client to fetch a paginated, aggregated feed of all transaction activities for a sub-account (cash deposits/payments, account-number deposits, crypto deposits/withdrawals, internal transfers, offramp deposits), each with type-specific details in activityData.
Path parameters
The unique onboard sub-account ID or reference
Query parameters
Filter by activity type
Filter by activity direction
Filter activities occurring on or after this date-time
Filter activities occurring on or before this date-time
Page parameter, starting from 1
Response
Activities fetched successfully
Example response
{
"content": [
{
"amount": 100,
"currency": "USD"
}
]
}Changes
Changed in 1 of the 6 revisions of this API.2
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○