curl --request GET \ --url http://localhost:4000/transactions \ --header 'api_key: <api_key>'
{ "balance": { "account": "<string>", "balance": 123, "currency": "<string>" }, "pagination": { "limit": 123, "page": 123, "total": 123, "totalPages": 123 }, "transactions": [ { "amount": 123, "balance": 123, "currency": "<string>", "date": "<string>", "from": "<string>", "id": "<string>", "to": "<string>" } ] }
The response is of type object.
object