Error CodeStatus CodeError NameDescription
-1000500UNKNOWNAn unknown error occurred while processing the request.
-1000500UNKNOWNThe data does not exist
-1001401INVALID_SIGNATUREThe api key or secret is in wrong format.
-1002401UNAUTHORIZEDAPI key or secret is invalid, it may because key have insufficient permission or the key is expired/revoked.
-1003429TOO_MANY_REQUESTRate limit exceed.
-1004400UNKNOWN_PARAMAn unknown parameter was sent.
-1005400INVALID_PARAMSome parameters are in wrong format for api.
-1005400INVALID_PARAMratio_qty_request should be in range 0-1.
-1005400INVALID_PARAMextra_liquidation_ratio should be in range 0-1.
-1005400INVALID_PARAMif you set extra_liquidation_ratio > 0, ratio_qty_request must be 1.
-1006400RESOURCE_NOT_FOUNDThe data is not found in server. For example, when client try canceling a CANCELLED order, will raise this error.
-1007409DUPLICATE_REQUESTThe data is already exists or your request is duplicated.
-1008400QUANTITY_TOO_HIGHThe quantity of settlement is too high than you can request.
-1009400CAN_NOT_WITHDRAWALCan not request withdrawal settlement, you need to deposit other arrears first.
-1011400RPC_NOT_CONNECTCan not place/cancel orders, it may because internal network error. Please try again in a few seconds.
-1012400RPC_REJECTThe place/cancel order request is rejected by internal module, it may because the account is in liquidation or other internal errors. Please try again in a few seconds.
-1012400RPC_REJECTAnother liquidation is in process
-1101400RISK_TOO_HIGHThe risk exposure for client is too high, it may cause by sending too big order or the leverage is too low. please refer to client info to check the current exposure.
-1101400RISK_TOO_HIGHThe margin will be insufficient after.
-1102400MIN_NOTIONALThe order value (price * size) is too small.
-1103400PRICE_FILTERThe order price is not following the tick size rule for the symbol.
-1104400SIZE_FILTERThe order quantity is not following the step size rule for the symbol.
-1105400PERCENTAGE_FILTERPrice is X% too high or X% too low from the mid price.
-1201400LIQUIDATION_REQUEST_RATIO_TOO_SMALLtotal notional < 10000, least req ratio should = 1
-1201400LIQUIDATION_REQUEST_RATIO_TOO_SMALLleast req ratio should = xxxx
-1202400LIQUIDATION_STATUS_ERRORNo need to liquidation because user margin is enough.
-1202400LIQUIDATION_STATUS_ERRORCan not find given liquidationId.