Binance Top Traders Future Positions avatar
Binance Top Traders Future Positions
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Binance Top Traders Future Positions

Binance Top Traders Future Positions

selcukitmis/binance-top-traders-positions

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.

User avatar

data error

Open

RandSq opened this issue
2 years ago
User avatar

enjoyable_settee

a year 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)

Developer
Maintained by Community