Konto

Verwalten Sie Ihr Konto und prüfen Sie Ihr Guthaben

GET/api/v1/account/balances
Erhalten Sie Ihre aktuellen Guthaben für sowohl Web- als auch API-Wallets.

Antwort

{
  "success": true,
  "request_id": "req_xxx",
  "data": {
    "web_credits": 100,
    "api_credits": 500
  }
}

Antwortfelder

FeldTypBeschreibung
web_creditsnumberVerfügbare Credits für den Web-Playground
api_creditsnumberGuthaben für API-Nutzung verfügbar
Code-Beispiele
curl https://gateway.nanobananapro.site/api/v1/account/balances \
  -H "Authorization: Bearer sk-your-api-key"
Nano Banana Pro API