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 has been archived by the owner on Oct 30, 2023. It is now read-only.
Hi, It is now apparent to me: Literally every other exchange has, but not Binance.
Is it not possible to retrieve average price for a specific limit order?
It is possible for market orders with response type = full, but for limit orders you need to search through recent trades...
If the order is old, this becomes impossible. How do you know from which trade id to seach?
Binance http api has something called tradeOrders which shows 20 last orders with executedPrice, delegateMoney etc. Why not make the same available through REST API?
Hi, indeed, that is currently not supported. The tradeOrders API is private at the moment, and I am not aware of any upcoming change which would make it available through the REST API.
As for the docs, they are not meant to be a place for raising feature requests, those should be addressed you can try to reach out the team on Telegram (@binance_api_english) for that.
Hi, It is now apparent to me: Literally every other exchange has, but not Binance.
Is it not possible to retrieve average price for a specific limit order?
It is possible for market orders with response type = full, but for limit orders you need to search through recent trades...
If the order is old, this becomes impossible. How do you know from which trade id to seach?
Binance http api has something called tradeOrders which shows 20 last orders with executedPrice, delegateMoney etc. Why not make the same available through REST API?
On top of this, why can I not create issues in https://github.com/binance-exchange/binance-official-api-docs ?
The text was updated successfully, but these errors were encountered: