Skip to main content
GET
/
v1
/
billing
/
balance
Get Credit Balance
curl --request GET \
  --url https://identity.contra.id/v1/billing/balance

Request

curl https://identity.contra.id/v1/billing/balance \
  -H "x-api-key: $CONTRA_KEY"

Response · 200

{
  "balance":               "142.5000",
  "currency":              "USD",
  "auto_refill_enabled":   true,
  "auto_refill_amount":    "100.00",
  "auto_refill_threshold": "10.00",
  "estimated_runway_days": 38
}
Verifications cost ~0.050.05–0.50 depending on the workflow. See pricing in the Get Started guide.