InferenceGET /v1/credits

GET /v1/credits

Check your credit balance. Requires authentication.

Request

GET https://router.tangle.tools/v1/credits
Authorization: Bearer sk-tan-YOUR_KEY

Response

{
  "data": {
    "total_credits": 100.0,
    "total_usage": 4.5
  }
}
FieldDescription
total_creditsTotal credits ever granted: balance plus lifetime spend (USD)
total_usageLifetime credits consumed (USD)

Remaining balance = total_credits - total_usage.