Skip to main content
GET
/
v1
/
billing
Get Billing Info
curl --request GET \
  --url https://api.anchorbrowser.io/v1/billing \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "credits": 42.5,
    "credits_used": 12.5,
    "included_credits": 50,
    "billing_period": "2026-04",
    "tier": "monthly_starter",
    "gifts_balance": 42.5,
    "max_concurrent_browsers": 25,
    "cost_limit": 100
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt

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

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Response

Billing information retrieved successfully.

data
object