Automate monitoring of Binance Flexible Earn APY rates using this advanced n8n workflow. Get daily reports on the top 15 highest-yield assets, including estimated earnings, emailed directly to you.
Download this n8n workflow template and start using it instantly.
Cryptocurrency investors and traders who monitor yield products.
Users needing secure, automated daily reports of high-yield assets.
Developers seeking a practical example of secure HMAC-SHA256 request signing within an n8n node setup.
Anyone looking for effective n8n templates for financial monitoring.
Financial market surveillance is crucial, but manually checking dozens of assets for the best APY rates daily is time-consuming. This robust n8n workflow solves this problem by providing fully automated, secure monitoring of Binance Flexible Earn products.
This n8n template authenticates with the Binance API using HMAC-SHA256 signatures, fetches up to 100 products, sorts them by their latest Annual Percentage Rate (APY), calculates potential daily earnings based on a simulated investment, and compiles all data into an easy-to-read HTML email report.
By deploying this powerful n8n workflow, users ensure they never miss the highest-yielding opportunities, streamlining their financial automation processes. The use of the n8n node architecture simplifies complex crypto API interactions.
The entire process is initiated by an n8n trigger and moves through three primary phases: secure authentication, data processing, and final reporting.
Prepare Data code n8n node generates the current Unix timestamp and the precise query string required by Binance. The Set Credentials n8n node feeds the secure API Key and Secret. A crucial Crypto n8n node then signs the query string using HMAC-SHA256 and the secret key to generate the required API signature.HTTP Request n8n node uses the generated signature, timestamp, and API Key to securely pull the list of Flexible Earn products from the Binance API.Split Out n8n node. These items are cleaned, sorted by APY rate (descending), and limited to the top 15 highest-yielding assets using the Limit n8n node.Filter & Analyze code n8n node calculates the estimated daily income for each of the top 15 assets, based on a default simulated capital of $10,000 (which is easily adjustable within the n8n node).Gmail n8n node compiles the analyzed results into an HTML list and sends the Daily Yield Report to the configured email recipient.To utilize this n8n template, follow these steps:
YOURBINANCEAPIKEY and YOURBINANCESECRETKEY with your actual Binance API Key and Secret. Ensure your API key has read access to Simple Earn Flexible products.To address where you wish to receive the daily report. Daily Trigger (Schedule Trigger n8n node): Serves as the primary n8n trigger, initiating the data collection every 24 hours.
Prepare Data (Code n8n node): Generates the essential Unix timestamp for security and constructs the base query string required for the Binance API request. This step is vital for the request signing process.
Set Credentials (Set n8n node): Temporarily holds the sensitive Binance APIKEY and SECRETKEY for use in subsequent n8n nodes, streamlining credential management within the n8n workflow execution.
Sign Request (Crypto n8n node): Executes the HMAC-SHA256 encryption using the secret key against the prepared query string, producing the necessary signature required by the Binance n8n node API.
Get Earn Rates (HTTP Request n8n node): Securely fetches raw product data from the Binance API, utilizing the signed parameters and API key.
Split Out (Split Out n8n node): Transforms the single JSON object containing a 'rows' array into multiple individual items, allowing subsequent n8n nodes to process each asset separately.
Sort (Sort n8n node): Orders the individual asset items by the latestAnnualPercentageRate field in descending order to identify the highest yields.
Limit (Limit n8n node): Restricts the dataset to the top 15 highest APY products, optimizing the final report size.
Filter & Analyze (Code n8n node): Performs the final calculation, simulating estimated daily earnings based on a $10,000 capital, and formats the output for the email report. This custom code n8n node adds crucial value-added metrics to the core data.
Send Email (Gmail n8n node): Generates and sends the final HTML formatted report detailing the top assets, APY, and daily income estimates. This is the final action of the n8n workflow.
Use this powerful n8n workflow to automate fetching daily cryptocurrency data from CoinGecko, identify top gainers and losers, and deliver comprehensive reports via WhatsApp and Email alerts. Perfect for financial monitoring.

Automate daily competitor analysis using this n8n workflow. Scrape WordPress RSS, generate charts, analyze visually with Gemini AI, and report insights via Telegram.

Use this powerful n8n workflow to automatically summarize daily competitor activity on X (Twitter) using the GPT-5-Nano AI model and send results via Gmail. A highly efficient n8n template.

Automate daily delivery of exchange rates (USD to EUR/NGN) and crypto prices (BTC/ETH) directly to your inbox using this powerful n8n workflow. Get started with this n8n template today.

Automate daily cybersecurity news aggregation using this powerful n8n workflow. It scrapes Bleeping Computer, summarizes articles with Grok AI (via OpenRouter), and publishes structured updates to Telegram.









































