x-api-key: ********************
{ "from": 0, "pageSize": 0, "filters": [ { "type": "EARNED", "search": "string" } ], "sorts": [ {} ], "walletId": "string", "currency": "string", "accountNumber": "string", "expiresAt": { "startDate": "string", "endDate": "string" } }
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL/WalletAPI/listTransactions/' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "from": 0, "pageSize": 0, "filters": [ { "type": "EARNED", "search": "string" } ], "sorts": [ {} ], "walletId": "string", "currency": "string", "accountNumber": "string", "expiresAt": { "startDate": "string", "endDate": "string" } }'
{ "transactions": [ { "transactionId": "string", "type": "string", "amount": 0, "description": "string", "channel": "string", "createdAt": "string" } ], "from": 0, "pageSize": 0, "total": 0, "size": 0 }