v1

latestOpenAPI 3.1.1Proprietary2026-07-245895107.9 KB
Billing

Get credit balance

Get your credit balance (for prepaid accounts only). The value is in cents.

get/billing/credit

Response

Prepaid credit balance

amountstring required

Amount in cents

currency'EUR' | 'USD' required

Currency code

Example response

{
  "amount": "5.50",
  "currency": "EUR"
}