Retrieve all transactions
GET {{url}}/api/1.0/transactions
Retrieve the historical transactions based on the provided query criteria.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | The date and time you retrieve the historical transactions from. | |
to | string | The date and time you retrieve the historical transactions to. The default value is now. | |
counterparty | string | The ID of the counterparty. | |
account | string | The ID of the account. | |
count | number | The number of the historical transactions to retrieve. The maximum number is 1,000. The default number is 100. | |
type | string | The 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"}]}]