Gate Error Codes
Stop order declined
- INVALID_PARAM_VALUE "invalid argument: Trigger.Price must < last_price"
The error occurs if the execution price of a stop order matches the current market price. This happens when you try to place a stop order at the current price or when you attempt to move a stop order to the opposite side of the order book.
The notional volume must not be less than {x} or {y}$
- INVALID_PARAM_VALUE "Your order size {x} USDT is too small. The minimum is 3 USDT"
The order value on the SPOT market must be at least a certain amount (approximately $3). If the value is lower, the order will be rejected. You need to increase the order quantity so that it is greater than or equal to $3.
Insufficient funds to place an order
- INSUFFICIENT_AVAILABLE "Margin X while available Y"
Insufficient funds to place an order. Please check the following:
- account balance
- the working volume you are trying to place
- the size of the leverage set.
Hedging mode is enabled. Please switch the position mode to 'One-way Mode'
- Trading is disabled for Future
Hedging mode is enabled. You need to switch the position mode to «One‑Sided Mode» in your personal account on the exchange’s website.
An error has occurred on the exchange side. Please try your request again later
- INTERNAL "Internal error"
There is a server‑side error at the exchange. Please try sending your request again later.
The API key has been blocked after 90 days without specifying an IP address. Please create new API keys
- API key is freezed! No ip whitelist is set
The error is related to the expiration of API keys (90‑day validity period) that were created without specifying an IP address. You need to generate new API keys.
The leverage you are setting is lower than the leverage in your current position
- INSUFFICIENT_AVAILABLE "Not enough funds to complete the order"
This error occurs when you attempt to change the leverage to a value lower than the current one while having an open position.
Trading is unavailable until DD.MM.YYYY HH:MM:SS UTC (listing time)
- NETX_USDT trade is disabled until DD.MM.YYYY HH:MM:SS
This error appears when placing an order in the order book before the listing. Trading will become available after the instrument is listed on the exchange.
This order no longer exists
- ORDER_NOT_FOUND
Request submission rejected because a request with this number does not exist (requests are cancelled by number).