GET /wallet
api-key: your_secret_key_here
{ "status": true, "message": "success", "data": { "wallets": [ { "currency": "USD", // string "balance": 12550, // int } ... ] } }