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.
Documentation IndexFetch the complete documentation index at: https://docs.nova-cloud.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nova-cloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use a JWT access token or API key (prefixed with nv_)
Current balance
125.5
"USD"