List Account Activity
Retrieve a list of transactions across all public accounts.
Query parameters
Filter by transaction status
Filter by transaction result
Filter by financial account token
Filter by business account token
Filter by account token
Note: Inbound wire transfers are coming soon (availability varies by partner bank). The WIRE category is a preview. To learn more, contact your customer success manager.
Filter by transaction category
Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.
Page size (for pagination).
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Response
Successful response with unified transaction data
Example response
{
"data": [
{
"currency": "USD",
"settled_amount": 200,
"pending_amount": 500,
"financial_account_token": "0cc87075-57cf-4607-8722-f42e2cb2c0cd"
}
]
}