Binance Copy Trading Leaderboard Scraper avatar

Binance Copy Trading Leaderboard Scraper

Pricing

Pay per usage

Go to Apify Store
Binance Copy Trading Leaderboard Scraper

Binance Copy Trading Leaderboard Scraper

Scrapes the Binance Copy Trading leaderboard — top futures traders ranked by PnL or ROI with statistics like win rate, drawdown, AUM.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrapes the Binance Copy Trading Leaderboard — the top futures traders ranked by PnL or ROI, with detailed statistics.

Features

  • Rank by PnL or ROI: Choose which metric to rank traders by
  • Time range filter: 7, 30, 90, or 180 day statistics
  • Portfolio type filter: All, Spot, or Futures portfolios
  • Full trader stats: ROI, PnL, AUM, win rate, max drawdown, Sharpe ratio
  • Copier counts: Current and maximum copier counts
  • Profile links: Direct Binance profile URL for each trader

Input

FieldTypeDescription
dataTypeenumRank by PNL (Profit & Loss) or ROI (Return on Investment, default: PNL)
timeRangeenum7D, 30D, 90D, 180D (default: 30D)
portfolioTypeenumALL, SPOT, or FUTURES (default: ALL)
maxItemsintegerMaximum traders to scrape (default: 100)

Output

Each item in the dataset contains:

FieldDescription
rankRank on the leaderboard
leadPortfolioIdUnique Binance portfolio ID
nicknameTrader's nickname
profileUrlLink to their Binance copy trading profile
badgeTrader badge (e.g., MASTER, ELITE, PRO)
portfolioTypePortfolio type (PUBLIC, etc.)
currentCopiersNumber of people currently copying this trader
maxCopiersMaximum allowed copiers
roiReturn on Investment (%) for the selected time range
pnlProfit and Loss in USDT for the selected time range
aumAssets Under Management (USDT)
mddMaximum Drawdown (%)
winRateWin rate (%)
sharpeRatioSharpe ratio
isTradFiWhether the trader has TradFi experience tag
startDateDate the trader started on Binance copy trading
timeRangeTime range used for statistics
dataTypeRanking metric (PNL or ROI)
scrapedAtISO timestamp

Example Input

{
"dataType": "ROI",
"timeRange": "7D",
"portfolioType": "FUTURES",
"maxItems": 200
}

Notes

  • This actor uses the Binance public API (no authentication required)
  • The Binance copy trading leaderboard replaced the older futures leaderboard (at /en/futures-activity/leaderboard)
  • The API is paginated with 18 traders per page; the actor handles pagination automatically
  • Rate limiting: 500ms delay between pages