Skip to main content
Error CodeStatus CodeDescription
-1000500An unknown error occurred while processing the request.
-1000500The data does not exist.
-1001401The API key or secret is in wrong format.
-1002401API key or secret is invalid. The key may have insufficient permissions, or is expired/revoked.
-1003429Rate limit exceeded.
-1004400An unknown parameter was sent.
-1005400Some parameters are in wrong format.
-1005400ratio_qty_request should be in range 0–1.
-1005400extra_liquidation_ratio should be in range 0–1.
-1005400If extra_liquidation_ratio > 0, ratio_qty_request must be 1.
-1006400The data is not found on the server. For example, attempting to cancel a CANCELLED order will raise this error.
-1007409The data already exists or the request is duplicated.
-1008400The settlement quantity is higher than the allowed amount.
-1009400Cannot request withdrawal settlement — deposit other arrears first.
-1011400Cannot place/cancel orders due to an internal network error. Please try again in a few seconds.
-1012400The order request was rejected by an internal module. The account may be in liquidation or experiencing other internal errors. Please try again in a few seconds.
-1012400Another liquidation is in process.
-1101400Risk exposure is too high. This may be caused by a large order size or low leverage. Check current exposure via the client info endpoint.
-1101400Insufficient margin after the operation.
-1102400The order value (price × size) is too small.
-1103400Order price is below the minimum allowed price (quote_min).
-1103400Order price exceeds the maximum allowed price (quote_max).
-1103400Order price does not match the tick size.
-1104400Order quantity is below the minimum allowed amount (base_min).
-1104400Order quantity exceeds the maximum allowed amount (base_max).
-1104400Order quantity does not match the step size.
-1104400Visible quantity does not match the step size.
-1105400Price is X% too high or X% too low from the mid price.
-1201400Total notional < 10000; least request ratio should be 1.
-1201400Least request ratio should be the specified value.
-1202400No liquidation needed — user margin is sufficient.
-1202400Cannot find the given liquidationId.