Skip to main content
Banan0 API Docs

Account Balance

Check your token balance.

Account Balance

http
GET /api/v1/account/balance

Returns your current token balance.

Example Request

bash
curl -H "Authorization: Bearer bnn_live_xxx" \
  "https://banan0.com/api/v1/account/balance"

Example Response

json
{
  "data": {
    "balance": 1250,
    "currency": "tokens"
  }
}

Understanding Tokens

  • Tokens are the currency for all API operations
  • Each model has a different token cost
  • Purchase tokens at [banan0.com/settings](https://banan0.com/settings)
  • Test keys don't consume tokens
  • Command Palette

    Search for a command to run...