-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facing problem while using price trigger API #144
Comments
Can anyone please help? |
Can you please provide your user ID and price trigger order ID and send the details to [email protected] so we can have a deeper check. |
I've share details on provided mail. |
Message received. We'll have a check |
The trigger order's value is less than 1 USDT, which didn't satisfy the minimum order amount in DOT5S_USDT. The server right now is adding more input check to reject such request to inform the client beforehand instead of delaying to the trigger time(deployment time is not certain at the moment). |
Okay, Thanks for your update. I'll try this |
I'm using the
POST /spot/price_orders
API to create the price trigger order. When I hit the API, it creates an open order in gate.io, but when the last price of the crypto crosses the trigger order price, the status of that order fails (Status in gate.io's Order history tab). I don't know why it's going to fail.I've attached the snippet of my code below.
Here, I've set the price to "0.041290." When the last price became "0.041260," it was failing, but here our condition is true.
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: