Skip to main content
GET
/
api
/
v1
/
balance
Check remaining balance
curl --request GET \
  --url https://gateway.sanfoundation.com/api/v1/balance \
  --header 'x-api-key: <api-key>'
{
  "balance": "<string>"
}

Authorizations

x-api-key
string
header
required

SAN-issued API key (sk_…) issued from the SAN Agents Dashboard (Settings → API Keys). Used by every /api/v1/* endpoint; usage is billed in credits against the owning account's active Stripe subscription.

Response

OK — current spendable balance for the calling key.

balance
string
required

Remaining spendable balance in dollars (e.g. "73.41"). "0.00" when empty.