Last updated 17 days ago
Was this helpful?
Get wallet balance for current user
/balance
curl -L \ --url 'https://api.bytenite.com/v1/wallet/balance' \ --header 'Authorization: YOUR_API_KEY'
{ "account_id": "18bea1a1-85c9-4652-a32f-4bad10c45d2b", "total_balance": 10019.4719491, "available_balance": 10019.4719491, "amount_due": 50 }