Binance API

Our Binance API gives you programmatic access to Binance data that isn't available through any official API. Get data on trader rankings, real-time positions, performance stats, ROI metrics, PNL data, follower counts, and more. And the best part? You can try the Binance API entirely for free, no credit card required.

Trusted by industry leaders all over the world

Integrate our Binance API

Access the Binance API using Python, JavaScript, CLI, cURL, OpenAPI, or MCP. Choose your preferred option and start extracting Binance data in minutes.

Python

Python

JavaScript

JavaScript

HTTP

HTTP

MCP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input = {}
9
10# Run the Actor and wait for it to finish
11run = client.actor("muhammetakkurtt/binance-leaderboard-scraper").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16 print(item)
17
18# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

Get data with Binance API

Extract Binance Futures leaderboard data by providing trading product type, time period, and ranking filters. The Binance API returns structured JSON data with trader profiles, positions, performance metrics, and historical rankings across Perpetual, Delivery, and Options markets.

Input

{
"isShared": true,
"isTrader": false,
"tradeType": "PERPETUAL",
"periodType": "WEEKLY",
"statisticsType": "ROI"
}

Output

{
"pnl": 4717.93438,
"roi": 30.915178,
"rank": 58,
"openId": null,
"nickName": "洲游江湖-131419",
"twShared": null,
"futureUid": null,
"isTwTrader": null,
"twitterUrl": null,
"updateTime": 1754784000000,
"encryptedUid": "EE81A3A7055D93F3BC2E4526A6C3E526",
"userPhotoUrl": "<https://public.nftstatic.com/static/nft/res/c8f451fb48f844d1a84d9c6616fd662e.png>",
"followerCount": 110,
"positionShared": true
}

How to use Binance API

Sign up for Apify account01

Creating an account is quick and free — no credit card required. Your account gives you access to more than 5,000 scrapers and APIs.

Get started for free
Get your Apify API token02

Go to settings in the Apify console and navigate to the “API & Integrations” tab. There, create a new token and save it for later.

Integrate Binance API03

Navigate to the Binance API page and click on the API dropdown menu in the top right corner. In the dropdown menu, you can see API clients, API endpoints, and more.

Open Binance API
Get your Binance data via API04

Now, you can use the API and get the data you need from Binance.

Why use Apify?

Never get blocked

Every plan (free included) comes with Apify Proxy, which is great for avoiding blocking and giving you access to geo-specific content.

Customers love us

We truly care about the satisfaction of our users and thanks to that we're one of the best-rated data extraction platforms on both G2 and Capterra.

Monitor your runs

With our latest monitoring features, you always have immediate access to valuable insights on the status of your web scraping tasks.

Export to various formats

Your datasets can be exported to any format that suits your data workflow, including Excel, CSV, JSON, XML, HTML table, JSONL, and RSS.

Integrate Apify to your workflow

You can integrate your Apify runs with platforms such as Zapier, Make, Keboola, Google Drive, or GitHub. Connect with practically any cloud service or web app.

Large developer community

Apify is built by developers, so you'll be in good hands if you have any technical questions. Our Discord server is always here to help!

Frequently asked questions

No, there is no official Binance API that provides leaderboard and position data from their Futures trading platform. This Apify Actor fills that gap by extracting publicly available leaderboard information, trader rankings, and position data that Binance displays on their platform but doesn't offer through their official API endpoints.

Yes, you can try the Binance API scraper for free! Apify offers free monthly credits for all users, allowing you to test the actor and extract sample leaderboard data before committing to a paid plan. Simply create an Apify account and run the actor with your desired configuration to see the results.

You can extract comprehensive trading data including trader nicknames, leaderboard rankings, ROI and PNL performance across daily/weekly/monthly/all-time periods, real-time position data with entry prices and leverage, follower counts, social media links, encrypted trader IDs, last trade timestamps, and performance analytics across Options, Perpetual, and Delivery futures markets.

Getting started is simple:

  1. Create a free Apify account,
  2. Configure the input parameters including trading product type (OPTIONS/PERPETUAL/DELIVERY), time period (DAILY/WEEKLY/MONTHLY/ALL), and ranking method (ROI/PNL/FOLLOWERS),
  3. Choose between leaderboard scraping mode or direct position tracking with specific trader IDs,
  4. Run the actor and download your data in JSON, CSV, or Excel format.

Get started with Binance API today

Get your first Binance data in less than 5 minutes. No credit card required. No commitment. Cancel anytime.