x-api-key: ********************
{ "from": 0, "query": "string", "sorts": [ {} ], "pageSize": 100 }
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL/WalletAPI/listAccounts/' \ --header 'Content-Type: application/json' \ --header 'x-api-key;' \ --data-raw '{ "from": 0, "query": "string", "sorts": [ {} ], "pageSize": 100 }'
{ "total": 0, "size": 0, "pageSize": 0, "from": 0, "result": [ { "id": "string", "title": "string", "projectId": "string", "accountType": "string", "accountNumber": "string", "accountNumberType": "string", "channel": "string", "currency": "string", "status": "string", "walletId": "string", "createdAt": "string" } ] }