Balance and Quotas
RouteAPI calls are usually affected by account balance, Token quota, request usage, and available discounts.
Balance concepts
Section titled “Balance concepts”| Concept | Description |
|---|---|
| Account balance | Current spendable balance of the account |
| Token quota | A single API Token can have an independent quota |
| Discount | The account may have a discount; the final amount is based on console display and billing records |
| Usage records | Each call records request usage and billed amount |
Insufficient balance
Section titled “Insufficient balance”When balance is insufficient or quota is exhausted, the request may return:
402 Payment RequiredHow to handle it:
- Recharge on the wallet page.
- Check whether the Token has a quota limit.
- Review recent usage and billing records.
- If the account has a discount, confirm the final amount shown in the console.