v1
latestOpenAPI 3.1.02026-07-244511495.5 KBTransactions
List transactions for an account
List transactions for an account
get/v1/accounts/{account_id}/transactions
Path parameters
account_idstring uuid required
Query parameters
transaction_state'Created' | 'Submitted' | 'Executed' | 'Failed' | 'Settled'
Transaction State.
Filter transactions by state
fromstring date-time
ISO 8601 combined date and time with time zone, that specifies the lower limit of the time window you want to fetch transactions for.
tostring date-time
ISO 8601 combined date and time with time zone, that specifies the upper limit of the time window you want to fetch transactions for.
cursorstring string nullable
Cursor to the next page in the result set. If set all the other fields will be ignored.
page_sizeinteger
Number of resource to return. Max 2000
Response
Successfully retrieved transactions