Konto
Verwalten Sie Ihr Konto und prüfen Sie Ihr Guthaben
GET
/api/v1/account/balancesErhalten 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
| Feld | Typ | Beschreibung |
|---|---|---|
| web_credits | number | Verfügbare Credits für den Web-Playground |
| api_credits | number | Guthaben für API-Nutzung verfügbar |
Code-Beispiele
curl https://gateway.nanobananapro.site/api/v1/account/balances \
-H "Authorization: Bearer sk-your-api-key"