
Binance Top Traders Future Positions
Deprecated
Pricing
Pay per usage
Go to Store

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
Total users
319
Monthly users
2
Runs succeeded
>99%
Last modified
3 years ago
data error
Open
RandSq opened this issue
3 years ago
enjoyable_settee
2 years ago
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)