Last updated 1 month ago
Was this helpful?
Get wallet balance for current user
curl -L \ --url 'https://api.bytenite.com/v1/wallet/balance' \ --header 'Authorization: YOUR_API_KEY'
{ "accountId": "18bea1a1-85c9-4652-a32f-4bad10c45d2b", "totalBalance": 10019.4719491, "availableBalance": 10019.4719491, "amountDue": 50 }