System APIs
Account and system-related API endpoints
System APIs
Endpoints for account management and system information.
Current Balance
Check the remaining balance for your API key.
Endpoint
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer YOUR_API_KEY |
Response
| Field | Type | Description |
|---|---|---|
code | integer | HTTP status code |
message | string | Status message |
data | number | Remaining balance for the current API key |
Examples
Error Responses
See Errors for possible 401, 403, or 429 responses.