🚀 TraderWagon Leaderboard Scraper
📈 This powerfull scraper allows you to retrieve the real-time leaderboard of TraderWagon, including traders and their positions.
Here is the API you will need Apify Binance Leaderboard
Filters
- 🎯
limit
(int, required): The maximum number of traders to retrieve in the leaderboard. - 📊
sort_by
(str, optional): The sorting criterion for traders. Options are "30D ROI", "Total PNL", and "Win Rate 30D". By default, sorting is done on "30D ROI".
Use-cases
- Automated trading: You can integrate this scraper into your automated trading algorithms and replicate the positions of the top performers on TraderWagon.
- 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 TraderWagon.
This is particularly useful when a trader has reached the maximum number of copy traders, yet you still desire to implement a trading bot that can follow their strategy.
The output is in JSON format and will look similar to the following:
{
"portfolio_id": 5899,
"portfolio_name": "mini",
"asset": "USDT",
"is_um": 1,
"open_id": "zoh7gk5",
"nickname": "Mini1983",
"copiers": 0,
"max_copiers": 100,
"last30_d_pnl": "1250.45573173",
"last30_d_roi": "32.7981",
"last30_d_mdd": "83.252031",
"last30_d_profitability": "75",
"all_pnl": "960.11028937",
"all_roi": "4267.48857506",
"all_mdd": "139.5461",
"min_copy_amount": "10",
"st_last30_d_roi": "4267.48857506",
"st_all_realized_pnl": "7674.57543489",
"st_all_pnl": "7578.47215223",
"st_last30d_win_rate": null,
"st_last30d_winning_order_cnt": null,
"st_last30d_losing_order_cnt": null,
"position_prefer": "SHORT",
"last_traded_symbols": "FTMUSDT,DOGEUSDT,SOLUSDT,OPUSDT,FILUSDT,ETCUSDT",
"start_time": "2023-02-03 13:54:43.529000",
"is_private": 0,
"portfolio_type": "LIGHT",
"positions": [
{
"id": "39135531_ETCUSDT_SHORT",
"symbol": "ETCUSDT",
"collateral": "USDT",
"mark_price": "22.22108614",
"position_amount": "-415.62",
"entry_price": "22.043",
"unrealized_profit": "-74.0161615",
"leverage": 30,
"isolated": false,
"isolated_wallet": "0",
"isolated_margin": "0",
"initial_margin": "307.85098895",
"position_side": "SHORT",
"contract_size": 0
},
{
"id": "39135531_OPUSDT_SHORT",
"symbol": "OPUSDT",
"collateral": "USDT",
"mark_price": "2.81106772",
"position_amount": "-6981.4",
"entry_price": "2.79666345862",
"unrealized_profit": "-100.56197057",
"leverage": 25,
"isolated": false,
"isolated_wallet": "0",
"isolated_margin": "0",
"initial_margin": "785.00752721",
"position_side": "SHORT",
"contract_size": 0
}
]
},
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.