cURL
curl --request GET \ --url http://127.0.0.1:8083/api/wallets \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
[ { "wallet_address": "<string>", "network": "<string>", "currency": "<string>", "created_at": "2023-11-07T05:31:56Z" } ]
Returns account information for fiat and crypto wallets.
Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
Operation Successful