Skip to main content
GET
/
billing
/
balance
Get credit balance
curl --request GET \
  --url https://runcrate.ai/api/v1/billing/balance \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "creditsBalance": 123,
    "activeUsageCost": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Runcrate API key with the rc_live_* prefix as the bearer token. Create one at https://www.runcrate.ai/dashboard/api-keys.

Response

200 - application/json

Balance.

data
object
required