cURL
curl --request GET \ --url https://api.avenia.io:8443/v2/v2/account/statement \ --header 'Authorization: Bearer <token>'
{ "logs": [ { "id": "<string>", "token": "<string>", "balanceChange": "<string>", "finalBalance": "<string>", "description": "<string>", "createdAt": "<string>" } ], "cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sub-account ID
Filter logs created after timestamp
Filter logs created before timestamp
Cursor for pagination
OK
Show child attributes