Appearance
Get XCT balance
GET
/api/v1/billing/balance
Returns the organization's current XCT balance broken down by subscription and top-up balances, along with the active subscription tier and overage settings.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
Successful Response
application/json
JSON "subscription_balance": "string", "topup_balance": "string", "total_balance": "string", "subscription_tier": "string", "overage_enabled": true, "token_rate_multiplier": "string"
{
}