List subaccount activity
Return a consolidated list of subaccount activity from transfer and BAI2 sources.
Authentication
x-api-keystring
RootPay API key sent in the x-api-key header. Keys are environment-scoped: live_* for production, test_* for sandbox.
Path parameters
subaccount_id
The subaccount ID
Query parameters
cursor
Cursor for pagination.
limit
Number of items to return per page. Maximum is 500.
order
Sort order by created_at: ‘asc’ for oldest first, ‘desc’ for newest first (default: ‘desc’)
Allowed values:
direction
Filter by direction from subaccount perspective.
Allowed values:
amount_gte
Minimum amount in cents.
amount_lte
Maximum amount in cents.
effective_at_gte
Effective timestamp on/after this value (UTC).
effective_at_lte
Effective timestamp on/before this value (UTC).
Response
Successful Response
data
has_more
total_count
next_cursor
previous_cursor