🚀 Binance Leaderboard Scraper Package
This APIFY actor allows you to get the leaderboard of Binance traders and their positions in real-time. This powerful scraper retrieve the leaderboard data from the Binance exchange.
Here is the API you will need Apify Binance Leaderboard
📈 Usage
To use the package, you need to provide the following inputs:
- 🎯 Limit top N traders (variable of type int) - mandatory
- 📊 Contract type (PERPETUAL, DELIVERY) - optional
- 📈 Stats type (ROI, PNL) - optional
- 📆 Period (ALL, DAILY, WEEKLY, MONTHLY) - optional
Use-cases
- Automated trading: You can integrate this scraper into your automated trading algorithms and replicate the positions of the top performers on Binance Futures.
- Trend analysis: You can analyze the position trends of top performers.
- Popular positions: You can compare open positions and learn what the top performers are up to.
- Signal bot development: You can process the positions of top performers and send signals to platforms like Telegram or IRC bots.
- Automated alerts: Don't spend more time behind your chart, get alerts from the best trader of Binance Leaderboard.
The output is in JSON format and will look similar to the following:
{
"nickname": "Holder-TW",
"future_uid": null,
"encrypted_uid": "B76D80355A416EDD30F1C3F8E2F051C7",
"rank": 383,
"pnl": 11583.58626573,
"roi": 29.80846,
"position_shared": true,
"update_time": "2023-02-20 00:00:00",
"positions": [
{
"symbol": "SOLUSDT",
"entry_price": 26.45970000001,
"mark_price": 26.488,
"pnl": -2.83,
"roe": -0.02671021,
"update_time": "2023-02-20 07:58:41.617000",
"amount": -100,
"leverage": 25
},
{
"symbol": "APTUSDT",
"entry_price": 14.1,
"mark_price": 14.15932813,
"pnl": 8.41272883,
"roe": 0.08380077,
"update_time": "2023-02-20 09:14:32.644000",
"amount": 141.8,
"leverage": 20
}
]
}
Features incoming
Stay tuned, bunch of features are actually in development.
Contact us ?
Any project or questions ?
quentin.payre.entreprise@gmail.com Telegram @quentinpjf
What else ?
Go check our APIFY account.