Skip to main content
GET https://api.ethereal.llc/v1/credits
Returns the upstream Claude capacity currently available to the gateway: the subscription tier, how much has been used, the limit, and what remains.
This is not your account’s ruble balance. These numbers describe the shared upstream pool the gateway draws from. To see and top up your own balance, go to Balance and top-up.

Headers

HeaderValue
AuthorizationBearer eth-... (or x-api-key: eth-...)

Example request

curl https://api.ethereal.llc/v1/credits \
  -H "Authorization: Bearer eth-..."

Response

{
  "subscription": "Pro",
  "used": 1240.5,
  "limit": 5000,
  "remaining": 3759.5
}