Current credit balance for the authenticated org

Return the authenticated organisation's credit balances and current billing-cycle usage.

Headers
  • X-API-Version
    enum
    const:  
    1

    Optional. The /v1 URL prefix already selects the version; send this only for an extra check. Unsupported values return 400.

    values
    • 1
Responses
  • application/json
  • application/json
Request Example for get/v1/credits/balance
curl https://api-arbitr.straker.ai/v1/credits/balance \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'
{
  "balance": 1,
  "intelligence_credits": 0,
  "used_intelligence_credits": 0,
  "trust_credits": 0,
  "used_trust_credits": 0,
  "currency": "credits",
  "ic_used_cycle": 0,
  "tc_used_cycle": 0,
  "cycle_start": "2026-08-26T09:02:56.588Z",
  "cycle_end": "2026-08-26T09:02:56.588Z"
}