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
the method with params of type NewFuturesOrderParams has property newOrderRespType which is of type OrderResponseType. Which isn't completely correct since "ACK" and "RESULT" are the only valid values per API specifications (https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api). The value "FULL" acts as if default ("ACK") was sent.
There should probably also be a FuturesOrderResponseType type, which would only allow the mentioned values.
The text was updated successfully, but these errors were encountered:
Hello,
the method with params of type NewFuturesOrderParams has property newOrderRespType which is of type OrderResponseType. Which isn't completely correct since "ACK" and "RESULT" are the only valid values per API specifications (https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api). The value "FULL" acts as if default ("ACK") was sent.
There should probably also be a FuturesOrderResponseType type, which would only allow the mentioned values.
The text was updated successfully, but these errors were encountered: