Skip to main content
GET
Read the account credit balance

TypeScript

Authorizations

Authorization
string
header
required

Revise API key from https://revise.io/console/api-keys. Send Authorization: Bearer .

Response

The signed credit balance and funding capabilities.

id
string
required
currency
any
required
available_usd
string
required

Signed fixed-decimal USD credit balance. Requests are admitted only while the balance is positive; the final settled charge of an in-flight request may take it below zero until the next top-up. Spending thresholds stop new calls; the last response and its tools can take the final charge beyond them.

Pattern: ^-?[0-9]+\.[0-9]{9}$
Example:

"0.050000000"

pricing_version
string
required
funding_enabled
boolean
required
stripe_test_mode
boolean
required
api_key_id
string
required

Non-secret ID of the currently authenticated key.