You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2026. It is now read-only.
I'm encountering an issue with the GateIO REST API when calling the /spot/price_orders endpoint to create a price-triggered order. I'm attempting to set type=market and time_in_force=IOC to execute a market sell order when the price reaches or exceeds the target price. However, the server consistently returns an INVALID_PARAM error without additional details. Could you assist in identifying the cause of this error or suggest the correct parameters for creating a price-triggered market sell order?
I'm encountering an issue with the GateIO REST API when calling the
/spot/price_ordersendpoint to create a price-triggered order. I'm attempting to settype=marketandtime_in_force=IOCto execute a market sell order when the price reaches or exceeds the target price. However, the server consistently returns anINVALID_PARAMerror without additional details. Could you assist in identifying the cause of this error or suggest the correct parameters for creating a price-triggered market sell order?Thank you!