Skip to main content
GET
/
/
openapi
/
v1
/
billing
/
balance
/
detail
User Balance Info
curl --request GET \
  --url https://api.novita.ai//openapi/v1/billing/balance/detail \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
{
  "availableBalance": "<string>",
  "cashBalance": "<string>",
  "creditLimit": "<string>",
  "outstandingInvoices": "<string>"
}

Request Headers

Content-Type
string
required
Enum: application/json
Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Response

availableBalance
string
The credit balance of the user, unit is 0.0001 USD.
cashBalance
string
The remaining balance of your top-up. The Unit is 0.0001 USD.
creditLimit
string
Your credit limit (i.e., the maximum amount you can owe), unit is 0.0001 USD.
outstandingInvoices
string
The amount you currently owe, unit is 0.0001 USD.