Binance Futures Listener - Working properly 2024 avatar
Binance Futures Listener - Working properly 2024
Try for free

3 days trial then $30.00/month - No credit card required now

View all Actors
Binance Futures Listener - Working properly 2024

Binance Futures Listener - Working properly 2024

epctex/binance-futures-listener
Try for free

3 days trial then $30.00/month - No credit card required now

Monitor traders and their current positions on Binance Futures Leaderboard. Receive real-time notifications for opened/closed positions via email or custom webhook integration. Extremely Fast and unlimited access!

Actor - Binance Futures Listener

Binance Futures Listener

The Binance Futures Listener supports the following features:

  • Listen to traders - You can listen to any trader with their ID and check their positions every second.

  • Always be aware of open or closed positions - Always get informed whenever the trader opens or closes a position. Instantly!

  • Get notified by email - Put your email address and get notified via email by the open or closed positions.

  • Custom integrations via Webhook URL - Do you need custom integrations? Put your webhook URL and immediately transfer the data!

Bugs, fixes, updates, and changelog

This scraper is under active development. If you have any feature requests you can create an issue from here.

Input Parameters

The input of this scraper should be JSON containing the list of pages on the Binance Futures Listener. Possible fields are:

  • traderId: (Required) (String) Trader ID that you want to listen via Binance Futures Listener.

  • email: (Optional) (String) Email address you want to get notified by.

  • webhookURL: (Optional) (String) Webhook URL that you want to trigger on the notifications.

  • proxy: (Required) (Proxy Object) Proxy configuration. Binance ceased its activities in the United States a while back. Please do not use US proxies for the actor, or Binance will block them.

This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.

Binance Futures Listener Scraper Input example

1{
2  "traderId": "347E5D94D2F0F988A7CE7D552A0FB2FB",
3  "proxy": {
4    "useApifyProxy": true
5  },
6  "email":"email@email.com",
7  "webhookURL":"webhook.url.com/api",
8}

During the Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a descriptive message for each request.

If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.

Binance Futures Listener Export

During the run, the actor stores results in a key-value store. Each position is a separate item in the key-value store.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this Binance Futures Listener actor.

Tips

The actor runs indefinitely. It automatically caches the data per trader and preserves the positions for that specific user. The automation retrieves the data every second. Meaning that you'll be immediately notified whenever a change happens.

Contact

Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.

Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 75.0% runs succeeded
  • 0.0 days response time
  • Created in Jan 2023
  • Modified about 5 hours ago