Account Activity

account_activity

Methods

List Account Activity -> CursorPage<{ token, category, created, 10 more... } | | | 3 more...>
get/v1/account_activity

Retrieve a list of transactions across all public accounts.

Get Single Transaction From Account Activity -> { token, category, created, 10 more... } | | | 3 more...
get/v1/account_activity/{transaction_token}

Retrieve a single transaction

path Parameters
transaction_token: string
(format: uuid)
Response fields
Internal = { token, category, created, 10 more... }

Financial transaction with inheritance from unified base transaction

Card transaction with ledger base properties

Request example
200Example

Domain types

WirePartyDetails = { account_number, agent_id, agent_name, 1 more... }