Authorizations
Path Parameters
A UUID that uniquely identifies a resource
1 - 42
A UUID that uniquely identifies a resource
1 - 42
Query Parameters
The number of transactions to return, with a max of 200. The default is 100
The starting time in ISO8601 format
The exclusive ending time in ISO8601 format
The max number of items to return for the requested page, with a max of 200. The default is 100
A specific page to fetch. If omitted, the first page (starting at 1) will be returned. Note that this is only supported for navigating posted transactions.
A status to filter the transactions by. If not provided, will default to posted
.
A pagination token to fetch the next page of transactions.
A category family to filter the transactions by. If set to cards
, only card purchase related transactions will be returned. If set to crypto
, only funding related transactions will be returned.` If not provided, all posted transactions will be returned.
cards
, crypto
Response
Card transactions
The current page number, starting at 1. Note that this will be returned only for navigating posted transactions.
The number of transactions returned
The total number of pages
The total number of transactions
The pagination token to be used to retrieve the next page of transactions. If not provided, use the page
parameter to navigate by page number.