binance_get_system_status
Check whether Binance is currently up or under maintenance to rule out system-wide outages before troubleshooting account-specific issues.
Instructions
Report whether the Binance system is up or under maintenance.
Calls GET /sapi/v1/system/status (NONE — no key or signature needed, IP weight 1).
When to Use:
Before assuming a failure is account-specific — rule out a Binance-wide maintenance window first.
When NOT to Use:
To check THIS key's connectivity/permissions — use
binance_health_check.
Returns:
normal or maintenance plus Binance's message, or raw JSON with
response_format="json".
Examples: params = {}
Error Handling: This endpoint needs no credentials at all; a failure here means Binance itself is unreachable, not a key or signature problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |