Binance Crypto Alert Screener
Budget: ₹1,500 – ₹12,500 INR
I need a small Python utility that continuously scans Binance for opportunities based on one very specific metric: the funding fee on perpetual‐futures pairs. The tool should only look at cryptocurrencies; no stocks or other asset classes are involved.
Whenever a symbol’s funding fee meets a threshold that I can edit in a simple settings file or command-line flag, the script must trigger two kinds of real-time notifications—an SMS and a voice call. I’m happy for you to hook into Twilio, Nexmo or a comparable service as long as both Text message (SMS) and Phone call delivery are reliable and near-instant.
Please build the screener around the official Binance API (REST or WebSocket, whichever suits low-latency monitoring best) and keep the code clean enough that I can swap out API keys or modify alert thresholds without digging through multiple files.
Deliverables
• A well-commented Python script (or small module) that connects to Binance, fetches live funding-fee data, evaluates it against configurable rules, and triggers alerts.
• A short README covering setup, required Python packages, and how to configure API keys, thresholds and the SMS/voice provider credentials.
• Demonstration of an end-to-end alert—screen share, log capture or video—so I can see a call and an SMS fire when the test threshold is breached.
I’ll consider the job complete once I can run the script on my own machine or a small VPS, watch it detect a funding-fee event, and receive both notifications within seconds.
Whenever a symbol’s funding fee meets a threshold that I can edit in a simple settings file or command-line flag, the script must trigger two kinds of real-time notifications—an SMS and a voice call. I’m happy for you to hook into Twilio, Nexmo or a comparable service as long as both Text message (SMS) and Phone call delivery are reliable and near-instant.
Please build the screener around the official Binance API (REST or WebSocket, whichever suits low-latency monitoring best) and keep the code clean enough that I can swap out API keys or modify alert thresholds without digging through multiple files.
Deliverables
• A well-commented Python script (or small module) that connects to Binance, fetches live funding-fee data, evaluates it against configurable rules, and triggers alerts.
• A short README covering setup, required Python packages, and how to configure API keys, thresholds and the SMS/voice provider credentials.
• Demonstration of an end-to-end alert—screen share, log capture or video—so I can see a call and an SMS fire when the test threshold is breached.
I’ll consider the job complete once I can run the script on my own machine or a small VPS, watch it detect a funding-fee event, and receive both notifications within seconds.