{ "success": false, "error": { "status": 401, "code": "UNAUTHORISED", "message": "Invalid API key" }, "data": null }
Get wallet balances for all cryptocurrencies
curl -X GET https://api.transaction.gg/merchant/wallet/balances \ -H "Authorization: Bearer sk_your_secret_key"
{ "success": true, "data": { "BTC": "0.00123456", "ETH": "0.123456789012345678", "LTC": "0.12345678", "SOL": "1.234567890123456789" } }