--- title: "Error Code | Binance Open Platform" source: "https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code" fetched_at: "2026-01-27T05:28:02.148Z" --- # Error Codes > Here is the error JSON payload: ``` { "code":-1121, "msg":"Invalid symbol."} ``` Errors consist of two parts: an error code and a message. Codes are universal,but messages can vary. ## 10xx - General Server or Network issues[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) ### \-1000 UNKNOWN[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - An unknown error occured while processing the request. ### \-1001 DISCONNECTED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Internal error; unable to process your request. Please try again. ### \-1002 UNAUTHORIZED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - You are not authorized to execute this request. ### \-1003 TOO\_MANY\_REQUESTS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Too many requests; current limit is %s requests per minute. Please use the websocket for live updates to avoid polling the API. - Way too many requests; IP banned until %s. Please use the websocket for live updates to avoid bans. ### \-1004 DUPLICATE\_IP[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - This IP is already on the white list ### \-1005 NO\_SUCH\_IP[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - No such IP has been white listed ### \-1006 UNEXPECTED\_RESP[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - An unexpected response was received from the message bus. Execution status unknown. ### \-1007 TIMEOUT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Timeout waiting for response from backend server. Send status unknown; execution status unknown. ### \-1008 Request Throttled[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Server is currently overloaded with other requests. Please try again in a few minutes. - Request throttled by system-level protection. Reduce-only/close-position orders are exempt. Please try again. ### \-1010 ERROR\_MSG\_RECEIVED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - ERROR\_MSG\_RECEIVED. ### \-1011 NON\_WHITE\_LIST[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - This IP cannot access this route. ### \-1013 INVALID\_MESSAGE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - INVALID\_MESSAGE. ### \-1014 UNKNOWN\_ORDER\_COMPOSITION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Unsupported order combination. ### \-1015 TOO\_MANY\_ORDERS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Too many new orders. - Too many new orders; current limit is %s orders per %s. ### \-1016 SERVICE\_SHUTTING\_DOWN[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - This service is no longer available. ### \-1020 UNSUPPORTED\_OPERATION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - This operation is not supported. ### \-1021 INVALID\_TIMESTAMP[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Timestamp for this request is outside of the recvWindow. - Timestamp for this request was 1000ms ahead of the server's time. ### \-1022 INVALID\_SIGNATURE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Signature for this request is not valid. ### \-1023 START\_TIME\_GREATER\_THAN\_END\_TIME[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Start time is greater than end time. ## 11xx - Request issues[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) ### \-1100 ILLEGAL\_CHARS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Illegal characters found in a parameter. - Illegal characters found in parameter '%s'; legal range is '%s'. ### \-1101 TOO\_MANY\_PARAMETERS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Too many parameters sent for this endpoint. - Too many parameters; expected '%s' and received '%s'. - Duplicate values for a parameter detected. ### \-1102 MANDATORY\_PARAM\_EMPTY\_OR\_MALFORMED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - 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! ### \-1103 UNKNOWN\_PARAM[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - An unknown parameter was sent. ### \-1104 UNREAD\_PARAMETERS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Not all sent parameters were read. - Not all sent parameters were read; read '%s' parameter(s) but was sent '%s'. ### \-1105 PARAM\_EMPTY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - A parameter was empty. - Parameter '%s' was empty. ### \-1106 PARAM\_NOT\_REQUIRED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - A parameter was sent when not required. - Parameter '%s' sent when not required. ### \-1108 BAD\_ASSET[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid asset. ### \-1109 BAD\_ACCOUNT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid account. ### \-1110 BAD\_INSTRUMENT\_TYPE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid symbolType. ### \-1111 BAD\_PRECISION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Precision is over the maximum defined for this asset. ### \-1112 NO\_DEPTH[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - No orders on book for symbol. ### \-1113 WITHDRAW\_NOT\_NEGATIVE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Withdrawal amount must be negative. ### \-1114 TIF\_NOT\_REQUIRED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - TimeInForce parameter sent when not required. ### \-1115 INVALID\_TIF[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid timeInForce. ### \-1116 INVALID\_ORDER\_TYPE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid orderType. ### \-1117 INVALID\_SIDE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid side. ### \-1118 EMPTY\_NEW\_CL\_ORD\_ID[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - New client order ID was empty. ### \-1119 EMPTY\_ORG\_CL\_ORD\_ID[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Original client order ID was empty. ### \-1120 BAD\_INTERVAL[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid interval. ### \-1121 BAD\_SYMBOL[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid symbol. ### \-1125 INVALID\_LISTEN\_KEY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - This listenKey does not exist. Please use `POST /fapi/v1/listenKey` to recreate `listenKey` ### \-1127 MORE\_THAN\_XX\_HOURS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Lookup interval is too big. - More than %s hours between startTime and endTime. ### \-1128 OPTIONAL\_PARAMS\_BAD\_COMBO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Combination of optional parameters invalid. ### \-1130 INVALID\_PARAMETER[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid data sent for a parameter. - Data sent for parameter '%s' is not valid. ### \-1136 INVALID\_NEW\_ORDER\_RESP\_TYPE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid newOrderRespType. ## 20xx - Processing Issues[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) ### \-2010 NEW\_ORDER\_REJECTED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - NEW\_ORDER\_REJECTED ### \-2011 CANCEL\_REJECTED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - CANCEL\_REJECTED ### \-2013 NO\_SUCH\_ORDER[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Order does not exist. ### \-2014 BAD\_API\_KEY\_FMT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - API-key format invalid. ### \-2015 REJECTED\_MBX\_KEY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid API-key, IP, or permissions for action. ### \-2016 NO\_TRADING\_WINDOW[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - No trading window could be found for the symbol. Try ticker/24hrs instead. ### \-2018 BALANCE\_NOT\_SUFFICIENT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Balance is insufficient. ### \-2019 MARGIN\_NOT\_SUFFICIEN[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Margin is insufficient. ### \-2020 UNABLE\_TO\_FILL[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Unable to fill. ### \-2021 ORDER\_WOULD\_IMMEDIATELY\_TRIGGER[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Order would immediately trigger. ### \-2022 REDUCE\_ONLY\_REJECT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - ReduceOnly Order is rejected. - This indicates the new reduce-only order conflicts with existing open orders; cancel the existing order and resubmit the reduce-only order. ### \-2023 USER\_IN\_LIQUIDATION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - User in liquidation mode now. ### \-2024 POSITION\_NOT\_SUFFICIENT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Position is not sufficient. ### \-2025 MAX\_OPEN\_ORDER\_EXCEEDED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Reach max open order limit. ### \-2026 REDUCE\_ONLY\_ORDER\_TYPE\_NOT\_SUPPORTED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - This OrderType is not supported when reduceOnly. ### \-2027 MAX\_LEVERAGE\_RATIO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Exceeded the maximum allowable position at current leverage. ### \-2028 MIN\_LEVERAGE\_RATIO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Leverage is smaller than permitted: insufficient margin balance. ## 40xx - Filters and other Issues[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) ### \-4000 INVALID\_ORDER\_STATUS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid order status. ### \-4001 PRICE\_LESS\_THAN\_ZERO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Price less than 0. ### \-4002 PRICE\_GREATER\_THAN\_MAX\_PRICE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Price greater than max price. ### \-4003 QTY\_LESS\_THAN\_ZERO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Quantity less than zero. ### \-4004 QTY\_LESS\_THAN\_MIN\_QTY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Quantity less than min quantity. ### \-4005 QTY\_GREATER\_THAN\_MAX\_QTY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Quantity greater than max quantity. ### \-4006 STOP\_PRICE\_LESS\_THAN\_ZERO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Stop price less than zero. ### \-4007 STOP\_PRICE\_GREATER\_THAN\_MAX\_PRICE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Stop price greater than max price. ### \-4008 TICK\_SIZE\_LESS\_THAN\_ZERO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Tick size less than zero. ### \-4009 MAX\_PRICE\_LESS\_THAN\_MIN\_PRICE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Max price less than min price. ### \-4010 MAX\_QTY\_LESS\_THAN\_MIN\_QTY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Max qty less than min qty. ### \-4011 STEP\_SIZE\_LESS\_THAN\_ZERO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Step size less than zero. ### \-4012 MAX\_NUM\_ORDERS\_LESS\_THAN\_ZERO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Max mum orders less than zero. ### \-4013 PRICE\_LESS\_THAN\_MIN\_PRICE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Price less than min price. ### \-4014 PRICE\_NOT\_INCREASED\_BY\_TICK\_SIZE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Price not increased by tick size. ### \-4015 INVALID\_CL\_ORD\_ID\_LEN[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Client order id is not valid. - Client order id length should not be more than 36 chars ### \-4016 PRICE\_HIGHTER\_THAN\_MULTIPLIER\_UP[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Price is higher than mark price multiplier cap. ### \-4017 MULTIPLIER\_UP\_LESS\_THAN\_ZERO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Multiplier up less than zero. ### \-4018 MULTIPLIER\_DOWN\_LESS\_THAN\_ZERO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Multiplier down less than zero. ### \-4019 COMPOSITE\_SCALE\_OVERFLOW[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Composite scale too large. ### \-4020 TARGET\_STRATEGY\_INVALID[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Target strategy invalid for orderType '%s',reduceOnly '%b'. ### \-4021 INVALID\_DEPTH\_LIMIT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid depth limit. - '%s' is not valid depth limit. ### \-4022 WRONG\_MARKET\_STATUS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - market status sent is not valid. ### \-4023 QTY\_NOT\_INCREASED\_BY\_STEP\_SIZE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Qty not increased by step size. ### \-4024 PRICE\_LOWER\_THAN\_MULTIPLIER\_DOWN[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Price is lower than mark price multiplier floor. ### \-4025 MULTIPLIER\_DECIMAL\_LESS\_THAN\_ZERO[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Multiplier decimal less than zero. ### \-4026 COMMISSION\_INVALID[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Commission invalid. - `%s` less than zero. - `%s` absolute value greater than `%s` ### \-4027 INVALID\_ACCOUNT\_TYPE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid account type. ### \-4028 INVALID\_LEVERAGE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid leverage - Leverage `%s` is not valid - Leverage `%s` already exist with `%s` ### \-4029 INVALID\_TICK\_SIZE\_PRECISION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Tick size precision is invalid. ### \-4030 INVALID\_STEP\_SIZE\_PRECISION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Step size precision is invalid. ### \-4031 INVALID\_WORKING\_TYPE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid parameter working type - Invalid parameter working type: `%s` ### \-4032 EXCEED\_MAX\_CANCEL\_ORDER\_SIZE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Exceed maximum cancel order size. - Invalid parameter working type: `%s` ### \-4033 INSURANCE\_ACCOUNT\_NOT\_FOUND[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Insurance account not found. ### \-4044 INVALID\_BALANCE\_TYPE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Balance Type is invalid. ### \-4045 MAX\_STOP\_ORDER\_EXCEEDED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Reach max stop order limit. ### \-4046 NO\_NEED\_TO\_CHANGE\_MARGIN\_TYPE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - No need to change margin type. ### \-4047 THERE\_EXISTS\_OPEN\_ORDERS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Margin type cannot be changed if there exists open orders. ### \-4048 THERE\_EXISTS\_QUANTITY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Margin type cannot be changed if there exists position. ### \-4049 ADD\_ISOLATED\_MARGIN\_REJECT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Add margin only support for isolated position. ### \-4050 CROSS\_BALANCE\_INSUFFICIENT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Cross balance insufficient. ### \-4051 ISOLATED\_BALANCE\_INSUFFICIENT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Isolated balance insufficient. ### \-4052 NO\_NEED\_TO\_CHANGE\_AUTO\_ADD\_MARGIN[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - No need to change auto add margin. ### \-4053 AUTO\_ADD\_CROSSED\_MARGIN\_REJECT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Auto add margin only support for isolated position. ### \-4054 ADD\_ISOLATED\_MARGIN\_NO\_POSITION\_REJECT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Cannot add position margin: position is 0. ### \-4055 AMOUNT\_MUST\_BE\_POSITIVE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Amount must be positive. ### \-4056 INVALID\_API\_KEY\_TYPE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid api key type. ### \-4057 INVALID\_RSA\_PUBLIC\_KEY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid api public key ### \-4058 MAX\_PRICE\_TOO\_LARGE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - maxPrice and priceDecimal too large,please check. ### \-4059 NO\_NEED\_TO\_CHANGE\_POSITION\_SIDE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - No need to change position side. ### \-4060 INVALID\_POSITION\_SIDE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid position side. ### \-4061 POSITION\_SIDE\_NOT\_MATCH[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Order's position side does not match user's setting. ### \-4062 REDUCE\_ONLY\_CONFLICT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid or improper reduceOnly value. ### \-4067 POSITION\_SIDE\_CHANGE\_EXISTS\_OPEN\_ORDERS[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Position side cannot be changed if there exists open orders. ### \-4068 POSITION\_SIDE\_CHANGE\_EXISTS\_QUANTITY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Position side cannot be changed if there exists position. ### \-4082 INVALID\_BATCH\_PLACE\_ORDER\_SIZE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid number of batch place orders. - Invalid number of batch place orders: %s ### \-4083 PLACE\_BATCH\_ORDERS\_FAIL[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Fail to place batch orders. ### \-4084 UPCOMING\_METHOD[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Method is not allowed currently. Upcoming soon. ### \-4086 INVALID\_PRICE\_SPREAD\_THRESHOLD[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid price spread threshold. ### \-4087 INVALID\_PAIR[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid pair. ### \-4088 INVALID\_TIME\_INTERVAL[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid time interval. - Maximum time interval is %s days. ### \-4089 REDUCE\_ONLY\_ORDER\_PERMISSION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - User can only place reduce only order. ### \-4090 NO\_PLACE\_ORDER\_PERMISSION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - User can not place order currently. ### \-4104 INVALID\_CONTRACT\_TYPE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid contract type. ### \-4110 INVALID\_CLIENT\_TRAN\_ID\_LEN[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - clientTranId is not valid. - Client tran id length should be less than 64 chars. ### \-4111 DUPLICATED\_CLIENT\_TRAN\_ID[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - clientTranId is duplicated. - Client tran id should be unique within 7 days. ### \-4112 REDUCE\_ONLY\_MARGIN\_CHECK\_FAILED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - ReduceOnly Order Failed. Please check your existing position and open orders. - This indicates that the new reduce-only order, combined with an existing same-side open order, would create an opposite-side position and lead to insufficient margin; please cancel the open order and try again. ### \-4113 MARKET\_ORDER\_REJECT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - The counterparty's best price does not meet the PERCENT\_PRICE filter limit. ### \-4135 INVALID\_ACTIVATION\_PRICE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Invalid activation price. ### \-4137 QUANTITY\_EXISTS\_WITH\_CLOSE\_POSITION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Quantity must be zero with closePosition equals true. ### \-4138 REDUCE\_ONLY\_MUST\_BE\_TRUE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Reduce only must be true with closePosition equals true. ### \-4139 ORDER\_TYPE\_CANNOT\_BE\_MKT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Order type can not be market if it's unable to cancel. ### \-4142 STRATEGY\_INVALID\_TRIGGER\_PRICE[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - REJECT: take profit or stop order will be triggered immediately. ### \-4150 ISOLATED\_LEVERAGE\_REJECT\_WITH\_POSITION[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Leverage reduction is not supported in Isolated Margin Mode with open positions. ### \-4151 PRICE\_HIGHTER\_THAN\_STOP\_MULTIPLIER\_UP[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Price is higher than stop price multiplier cap. - Limit price can't be higher than %s. ### \-4152 PRICE\_LOWER\_THAN\_STOP\_MULTIPLIER\_DOWN[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Price is lower than stop price multiplier floor. - Limit price can't be lower than %s. ### \-4154 STOP\_PRICE\_HIGHER\_THAN\_PRICE\_MULTIPLIER\_LIMIT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Stop price is higher than price multiplier cap. - Stop price can't be higher than %s ### \-4155 STOP\_PRICE\_LOWER\_THAN\_PRICE\_MULTIPLIER\_LIMIT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - PStop price is lower than price multiplier floor. - Stop price can't be lower than %s ### \-4178 MIN\_NOTIONAL[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Order's notional must be no smaller than one (unless you choose reduce only) - Order's notional must be no smaller than %s (unless you choose reduce only) ### \-4192 COOLING\_OFF\_PERIOD[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Trade forbidden due to Cooling-off Period. ### \-4194 ADJUST\_LEVERAGE\_KYC\_FAILED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Intermediate Personal Verification is required for adjusting leverage over 20x. ### \-4195 ADJUST\_LEVERAGE\_ONE\_MONTH\_FAILED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - More than 20x leverage is available one month after account registration. ### \-4196 LIMIT\_ORDER\_ONLY[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Only limit order is supported. ### \-4197 SAME\_ORDER[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - No need to modify the order. ### \-4198 EXCEED\_MAX\_MODIFY\_ORDER\_LIMIT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Exceed maximum modify order limit. ### \-4199 MOVE\_ORDER\_NOT\_ALLOWED\_SYMBOL\_REASON[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Symbol is not in trading status. Order amendment is not permitted. ### \-4200 ADJUST\_LEVERAGE\_X\_DAYS\_FAILED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - More than 20x leverage is available 30 days after Futures account registration. - More than 20x leverage is available %s days after Futures account registration. ### \-4201 ADJUST\_LEVERAGE\_KYC\_LIMIT[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Users in this country has limited adjust leverage. - Users in your location/country can only access a maximum leverage of %s ### \-4202 ADJUST\_LEVERAGE\_ACCOUNT\_SYMBOL\_FAILED[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Current symbol leverage cannot exceed 20 when using position limit adjustment service. ### \-4188 ME\_INVALID\_TIMESTAMP[​](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - Timestamp for this request is outside of the ME recvWindow. - [10xx - General Server or Network issues](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1000 UNKNOWN](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1001 DISCONNECTED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1002 UNAUTHORIZED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1003 TOO\_MANY\_REQUESTS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1004 DUPLICATE\_IP](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1005 NO\_SUCH\_IP](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1006 UNEXPECTED\_RESP](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1007 TIMEOUT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1008 Request Throttled](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1010 ERROR\_MSG\_RECEIVED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1011 NON\_WHITE\_LIST](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1013 INVALID\_MESSAGE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1014 UNKNOWN\_ORDER\_COMPOSITION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1015 TOO\_MANY\_ORDERS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1016 SERVICE\_SHUTTING\_DOWN](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1020 UNSUPPORTED\_OPERATION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1021 INVALID\_TIMESTAMP](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1022 INVALID\_SIGNATURE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1023 START\_TIME\_GREATER\_THAN\_END\_TIME](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [11xx - Request issues](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1100 ILLEGAL\_CHARS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1101 TOO\_MANY\_PARAMETERS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1102 MANDATORY\_PARAM\_EMPTY\_OR\_MALFORMED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1103 UNKNOWN\_PARAM](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1104 UNREAD\_PARAMETERS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1105 PARAM\_EMPTY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1106 PARAM\_NOT\_REQUIRED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1108 BAD\_ASSET](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1109 BAD\_ACCOUNT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1110 BAD\_INSTRUMENT\_TYPE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1111 BAD\_PRECISION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1112 NO\_DEPTH](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1113 WITHDRAW\_NOT\_NEGATIVE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1114 TIF\_NOT\_REQUIRED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1115 INVALID\_TIF](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1116 INVALID\_ORDER\_TYPE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1117 INVALID\_SIDE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1118 EMPTY\_NEW\_CL\_ORD\_ID](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1119 EMPTY\_ORG\_CL\_ORD\_ID](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1120 BAD\_INTERVAL](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1121 BAD\_SYMBOL](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1125 INVALID\_LISTEN\_KEY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1127 MORE\_THAN\_XX\_HOURS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1128 OPTIONAL\_PARAMS\_BAD\_COMBO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1130 INVALID\_PARAMETER](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-1136 INVALID\_NEW\_ORDER\_RESP\_TYPE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [20xx - Processing Issues](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2010 NEW\_ORDER\_REJECTED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2011 CANCEL\_REJECTED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2013 NO\_SUCH\_ORDER](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2014 BAD\_API\_KEY\_FMT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2015 REJECTED\_MBX\_KEY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2016 NO\_TRADING\_WINDOW](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2018 BALANCE\_NOT\_SUFFICIENT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2019 MARGIN\_NOT\_SUFFICIEN](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2020 UNABLE\_TO\_FILL](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2021 ORDER\_WOULD\_IMMEDIATELY\_TRIGGER](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2022 REDUCE\_ONLY\_REJECT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2023 USER\_IN\_LIQUIDATION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2024 POSITION\_NOT\_SUFFICIENT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2025 MAX\_OPEN\_ORDER\_EXCEEDED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2026 REDUCE\_ONLY\_ORDER\_TYPE\_NOT\_SUPPORTED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2027 MAX\_LEVERAGE\_RATIO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-2028 MIN\_LEVERAGE\_RATIO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [40xx - Filters and other Issues](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4000 INVALID\_ORDER\_STATUS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4001 PRICE\_LESS\_THAN\_ZERO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4002 PRICE\_GREATER\_THAN\_MAX\_PRICE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4003 QTY\_LESS\_THAN\_ZERO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4004 QTY\_LESS\_THAN\_MIN\_QTY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4005 QTY\_GREATER\_THAN\_MAX\_QTY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4006 STOP\_PRICE\_LESS\_THAN\_ZERO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4007 STOP\_PRICE\_GREATER\_THAN\_MAX\_PRICE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4008 TICK\_SIZE\_LESS\_THAN\_ZERO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4009 MAX\_PRICE\_LESS\_THAN\_MIN\_PRICE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4010 MAX\_QTY\_LESS\_THAN\_MIN\_QTY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4011 STEP\_SIZE\_LESS\_THAN\_ZERO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4012 MAX\_NUM\_ORDERS\_LESS\_THAN\_ZERO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4013 PRICE\_LESS\_THAN\_MIN\_PRICE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4014 PRICE\_NOT\_INCREASED\_BY\_TICK\_SIZE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4015 INVALID\_CL\_ORD\_ID\_LEN](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4016 PRICE\_HIGHTER\_THAN\_MULTIPLIER\_UP](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4017 MULTIPLIER\_UP\_LESS\_THAN\_ZERO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4018 MULTIPLIER\_DOWN\_LESS\_THAN\_ZERO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4019 COMPOSITE\_SCALE\_OVERFLOW](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4020 TARGET\_STRATEGY\_INVALID](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4021 INVALID\_DEPTH\_LIMIT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4022 WRONG\_MARKET\_STATUS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4023 QTY\_NOT\_INCREASED\_BY\_STEP\_SIZE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4024 PRICE\_LOWER\_THAN\_MULTIPLIER\_DOWN](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4025 MULTIPLIER\_DECIMAL\_LESS\_THAN\_ZERO](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4026 COMMISSION\_INVALID](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4027 INVALID\_ACCOUNT\_TYPE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4028 INVALID\_LEVERAGE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4029 INVALID\_TICK\_SIZE\_PRECISION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4030 INVALID\_STEP\_SIZE\_PRECISION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4031 INVALID\_WORKING\_TYPE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4032 EXCEED\_MAX\_CANCEL\_ORDER\_SIZE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4033 INSURANCE\_ACCOUNT\_NOT\_FOUND](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4044 INVALID\_BALANCE\_TYPE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4045 MAX\_STOP\_ORDER\_EXCEEDED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4046 NO\_NEED\_TO\_CHANGE\_MARGIN\_TYPE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4047 THERE\_EXISTS\_OPEN\_ORDERS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4048 THERE\_EXISTS\_QUANTITY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4049 ADD\_ISOLATED\_MARGIN\_REJECT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4050 CROSS\_BALANCE\_INSUFFICIENT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4051 ISOLATED\_BALANCE\_INSUFFICIENT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4052 NO\_NEED\_TO\_CHANGE\_AUTO\_ADD\_MARGIN](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4053 AUTO\_ADD\_CROSSED\_MARGIN\_REJECT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4054 ADD\_ISOLATED\_MARGIN\_NO\_POSITION\_REJECT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4055 AMOUNT\_MUST\_BE\_POSITIVE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4056 INVALID\_API\_KEY\_TYPE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4057 INVALID\_RSA\_PUBLIC\_KEY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4058 MAX\_PRICE\_TOO\_LARGE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4059 NO\_NEED\_TO\_CHANGE\_POSITION\_SIDE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4060 INVALID\_POSITION\_SIDE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4061 POSITION\_SIDE\_NOT\_MATCH](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4062 REDUCE\_ONLY\_CONFLICT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4067 POSITION\_SIDE\_CHANGE\_EXISTS\_OPEN\_ORDERS](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4068 POSITION\_SIDE\_CHANGE\_EXISTS\_QUANTITY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4082 INVALID\_BATCH\_PLACE\_ORDER\_SIZE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4083 PLACE\_BATCH\_ORDERS\_FAIL](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4084 UPCOMING\_METHOD](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4086 INVALID\_PRICE\_SPREAD\_THRESHOLD](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4087 INVALID\_PAIR](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4088 INVALID\_TIME\_INTERVAL](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4089 REDUCE\_ONLY\_ORDER\_PERMISSION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4090 NO\_PLACE\_ORDER\_PERMISSION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4104 INVALID\_CONTRACT\_TYPE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4110 INVALID\_CLIENT\_TRAN\_ID\_LEN](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4111 DUPLICATED\_CLIENT\_TRAN\_ID](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4112 REDUCE\_ONLY\_MARGIN\_CHECK\_FAILED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4113 MARKET\_ORDER\_REJECT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4135 INVALID\_ACTIVATION\_PRICE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4137 QUANTITY\_EXISTS\_WITH\_CLOSE\_POSITION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4138 REDUCE\_ONLY\_MUST\_BE\_TRUE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4139 ORDER\_TYPE\_CANNOT\_BE\_MKT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4142 STRATEGY\_INVALID\_TRIGGER\_PRICE](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4150 ISOLATED\_LEVERAGE\_REJECT\_WITH\_POSITION](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4151 PRICE\_HIGHTER\_THAN\_STOP\_MULTIPLIER\_UP](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4152 PRICE\_LOWER\_THAN\_STOP\_MULTIPLIER\_DOWN](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4154 STOP\_PRICE\_HIGHER\_THAN\_PRICE\_MULTIPLIER\_LIMIT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4155 STOP\_PRICE\_LOWER\_THAN\_PRICE\_MULTIPLIER\_LIMIT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4178 MIN\_NOTIONAL](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4192 COOLING\_OFF\_PERIOD](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4194 ADJUST\_LEVERAGE\_KYC\_FAILED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4195 ADJUST\_LEVERAGE\_ONE\_MONTH\_FAILED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4196 LIMIT\_ORDER\_ONLY](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4197 SAME\_ORDER](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4198 EXCEED\_MAX\_MODIFY\_ORDER\_LIMIT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4199 MOVE\_ORDER\_NOT\_ALLOWED\_SYMBOL\_REASON](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4200 ADJUST\_LEVERAGE\_X\_DAYS\_FAILED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4201 ADJUST\_LEVERAGE\_KYC\_LIMIT](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4202 ADJUST\_LEVERAGE\_ACCOUNT\_SYMBOL\_FAILED](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code) - [\-4188 ME\_INVALID\_TIMESTAMP](https://developers.binance.com/docs/derivatives/coin-margined-futures/error-code)