Get transaction activities across the business
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.
Query parameters
Any account ID (could be Main account, sub-account or offramp account)
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
- ○