v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-account activity
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.
get/ledger/transaction-activities
Query parameters
accountIdstring uuid
Any account ID (could be Main account, sub-account or offramp account)
typeTransactionActivityType[]
Filter by activity type
direction'CREDIT' | 'DEBIT'
Filter by activity direction
startDatestring date-time
Filter activities occurring on or after this date-time
endDatestring date-time
Filter activities occurring on or before this date-time
pageinteger
Page parameter, starting from 1
sizeinteger
Response
Activities fetched successfully
Example response
{
"content": [
{
"amount": 100,
"currency": "USD"
}
]
}