cURL
curl --request GET \ --url http://localhost:4000/v1/transactions \ --header 'Authorization: Bearer <token>'
200
Example
{ "count": 123, "data": [ { "id": 123, "accountId": 123, "value": 123, "currency": "<string>", "source": "<string>", "syncedDeal": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
List transactions with optional filters
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
true
false
asc
desc
Transaction list with count
Show child attributes