By Can Iderman on Friday, 29 March 2024
Posted in General
Replies 3
Likes 0
Views 220
Votes 0
Hello,

I could not find "Convert Limit Order" in the Binance Component. These are orders which are completely filled at one price and are not the same as Limit Orders as described in your component under RESTAPI.NewOrder.

Could you please guide me to the method which does Convert Limit Orders. Thank you
According to the documentation the end point is POST /sapi/v1/convert/limit/placeOrder

So i guess currently it is not supported by esegece.
·
1 month ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Yes, the Convert Endpoints are not currently supported. I'll get back to you when the endpoints are implemented. Thanks for the feedback.

Kind Regards,
Sergio
·
1 month ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I've published a new beta which supports the Convert Endpoints.
The following methods have been added:

GetAllConvertPairs
GetConvertAssetInfo
SendConvertQuoteRequest
AcceptConvertQuote
GetConvertOrderStatus
PlaceConvertLimitOrder
CancelConvertLimitOrder
GetConvertLimitOpenOrders
GetConvertTradeHistory

Use the function PlaceConvertLimitOrder to place a new convert limit order.

You can download the latest beta from your account.

Kind Regards,
Sergio
·
1 month ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post