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
when calling submitNewOrderList the parameter properties, specifically aboveType and belowType are of type OrderListOrderType - which was updated on 2024-12-09 (https://developers.binance.com/docs/binance-spot-api-docs#2024-12-09) with additional values TAKE_PROFIT and TAKE_PROFIT_LIMIT.
Can you please update them.
I am using this as a workaround for now:
aboveType: 'TAKE_PROFIT' as any,
Thanks for the great work!
The text was updated successfully, but these errors were encountered:
Hello,
when calling
submitNewOrderList
the parameter properties, specifically aboveType and belowType are of typeOrderListOrderType
- which was updated on 2024-12-09 (https://developers.binance.com/docs/binance-spot-api-docs#2024-12-09) with additional values TAKE_PROFIT and TAKE_PROFIT_LIMIT.Can you please update them.
I am using this as a workaround for now:
Thanks for the great work!
The text was updated successfully, but these errors were encountered: