Common API response
- All endpoints return either a JSON object or array.
- All time and timestamp related fields are in milliseconds.
- HTTP
4XXreturn codes are used for for malformed requests; the issue is on the sender's side. - HTTP
429return code is used when breaking a request rate limit. - HTTP
418return code is used when an IP has been auto-banned for continuing to send requests after receiving429codes. - HTTP
5XXreturn codes are used for internal errors; the issue is on Binance's side. It is important to NOT treat this as a failure operation; the execution status is UNKNOWN and could have been a success. - Any endpoint can return an ERROR; the error payload is as follows:
Code
- Specific error codes and messages defined in another document.
此页面是否有帮助?
Last modified on