Errors
Errors consist of two parts: an error code and a message. Codes are universal, but messages can vary. Here is the error JSON payload:
{
"code":-1121,
"msg":"Invalid symbol."
}
- An unknown error occurred while processing the request.
- Internal error; unable to process your request. Please try again.
- You are not authorized to execute this request. Request needs API Key included in. We suggest that API Key be included in any request.
- Requests exceed the limit too frequently.
- You are not authorized to execute this request. User not exit Company
- An unexpected response was received from the message bus. Execution status unknown. OPEN API server find some exception in execute request .Please report to Customer service.
- Timeout waiting for response from backend server. Send status unknown; execution status unknown.
- Unsupported order combination.
- Too many new orders.
- This service is no longer available.
- We recommend attaching Content-Type to all request headers and setting it to application/json
- This operation is not supported.
- Timestamp for this request is outside of the recvWindow.
- Timestamp for this request was 1000ms ahead of the server's time.
- Please check the difference between your local time and server time .
- Signature for this request is not valid.
- You are not authorized to execute this request, we recommend that you add X-CH-TS to all request headers
- You are not authorized to execute this request, we recommend that you add X-CH-SIGN to the request header
- Illegal characters found in a parameter.
- Too many parameters sent for this endpoint.
- A mandatory parameter was not sent, was empty/null, or malformed.
- Mandatory parameter '%s' was not sent, was empty/null, or malformed.
- Param '%s' or '%s' must be sent, but both were empty/null!
- An unknown parameter was sent.
- each request requires at least one parameter. {Timestamp}.
- Not all sent parameters were read.
- Not all sent parameters were read; read '%s' parameter(s) but was sent '%s'.
- A parameter was empty.
- Parameter '%s' was empty.
- A parameter was sent when not required.
- Parameter '%s' sent when not required.
- Precision is over the maximum defined for this asset.
- No orders on book for symbol.
- Invalid orderType.
- In the current version , ORDER_TYPE values is LIMIT or MARKET.
- Invalid side.
- ORDER_SIDE values is BUY or SELL
- New client order ID was empty.
- Invalid symbol.
- Order volume lower than the minimum.
- Order price exceeds permissible range.
- This trading pair does not support market trading
- This order type does not support cancellation
- Order does not exist.
- Invalid API-key, IP, or permissions for action.
- Transaction is frozen
- Insufficient balance
Last modified 9mo ago