Retrieve all transactions

GET {{url}}/api/1.0/transactions

Retrieve the historical transactions based on the provided query criteria.

API Reference

Request Params

KeyDatatypeRequiredDescription
fromstringThe date and time you retrieve the historical transactions from.
tostringThe date and time you retrieve the historical transactions to. The default value is now.
counterpartystringThe ID of the counterparty.
accountstringThe ID of the account.
countnumberThe number of the historical transactions to retrieve. The maximum number is 1,000. The default number is 100.
typestringThe type of the historical transactions to retrieve.

RESPONSES

status: OK

[{"id":"630f9890-95e3-add1-be4a-95f126988221","type":"transfer","state":"pending","request_id":"invoice00912345","created_at":"2022-08-31T17:21:20.364171Z","updated_at":"2022-08-31T17:21:20.364171Z","reference":"invoice00912345","legs":[{"leg_id":"630f9890-95e3-add1-0000-95f1269f0000","account_id":"812fff9a-3b0c-4ad1-b41a-cc60899d9900","counterparty":{"account_type":"revolut","account_id":"e0af9f24-504c-4c5d-bd1d-07edf9f49876"},"amount":-1.16,"currency":"EUR","bill_amount":-1,"bill_currency":"GBP","description":"To John Doe"}]}]