theoelsti / binance-futures-bapi

API Documentation for Binance Futures Leaderboard (People are selling it 30$ a month lol)
GNU General Public License v3.0
9 stars 1 forks source link

question about urls /bapi #3

Closed abssolum closed 1 year ago

abssolum commented 1 year ago

Hi Thank you for this documentation. That's cool.

Before I used the following urls in my scripts: "https://www.binance.com/bapi/futures/v1/public/future/leaderboard/searchLeaderboard" "https://www.binance.com/bapi/futures/v1/public/future/leaderboard/searchFeaturedTrader" "https://www.binance.com/bapi/futures/v1/public/future/leaderboard/searchMostFollowers"

but now it doesn't work anymore. Do you know why?

theoelsti commented 1 year ago

Hey, Thanks for your feedback. What was the purpose of any of the requests ? Is it still used on the leaderboard page ?

abssolum commented 1 year ago

Hi,

the goal is to recover a maximum of traders to make statistics. these links worked 3 days ago. I couldn't find the documentation that explains the use of the binance /bapi api. Do you know where this information or changelog can be found?

Thanks.

theoelsti commented 1 year ago

Unfortunately this public part of the api is not documented at all, that's why I created this repo. Btw if you have some additional endpoints, add them ! I looked forward https://www.binance.com/bapi/futures/v1/public/future/leaderboard/searchLeaderboard and with parameters like

{
            "limit": 50,
            "sortType": "ROI",
            "isShared": true,
            "periodType": "MONTHLY",
            "pnlGainType": null,
            "roiGainType": null,
            "symbol": "",
            "tradeType": "PERPETUAL"
        }

It does return code 0 but without data. Maybe binance removed it since it's not used anymore by the graphical interface. Same for the other.

abssolum commented 1 year ago

I think these urls work but in version 2 because I found on rapid api that the url with searchLeaderboard works (see this page: https://rapidapi.com/DevNullZero/api/binance-futures-leaderboard1). Unfortunately, the rapid api url hides the real url which seems to have changed compared to v1. Besides you will find other endpoints with rapid api.

theoelsti commented 1 year ago

Ok thanks, feel free to contribute to this repo then :D I also released one of my personnal project, a telegram bot to alert when your selected traders place new trades ! check here (Documentation on the way)

rbychn commented 1 year ago

check here (Documentation on the way)

wen documentation for this repo ser?

theoelsti commented 1 year ago

check here (Documentation on the way)

wen documentation for this repo ser?

I'm writing it, should be ok by tomorrow

theoelsti commented 1 year ago

check here (Documentation on the way)

wen documentation for this repo ser?

Update : Fixing some common problems to code, testing new configuration. I'm posting asap, tomorrow or tuesday

theoelsti commented 1 year ago

check here (Documentation on the way)

wen documentation for this repo ser?

Installation documentation ready, looking forward now to create wiki to explain every file !