
Binance Top Traders Future Positions
Deprecated
Pricing
Pay per usage

Binance Top Traders Future Positions
Deprecated
Binance is the world's largest crypto exchange. On Binance Leaderboard, you can see the current future positions of the traders with the highest monthly earnings and the most followers.
0.0 (0)
Pricing
Pay per usage
1
Monthly users
2
Runs succeeded
>99%
Last modified
3 years ago
data error
Open
enjoyable_settee
Hello and thank you, how to change the trader to copy in python using the API : from apify_client import ApifyClient
Initialize the ApifyClient with your API token
client = ApifyClient("<YOUR_API_TOKEN>")
Prepare the actor input
run_input = {}
Run the actor and wait for it to finish
run = client.actor("selcukitmis/binance-top-traders-positions").call(run_input=run_input)
Fetch and print actor results from the run's dataset (if there are any)
for item in client.dataset(run["defaultDatasetId"]).iterate_items(): print(item)
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.