cURL
curl --request GET \ --url https://api.nova-cloud.ai/billing/balance \ --header 'Authorization: Bearer <token>'
{ "balance": 125.5, "currency": "USD" }
Get the current credit balance for the authenticated user.
Use a JWT access token or API key (prefixed with nv_)
Current balance
125.5
"USD"