Back to Templates
This n8n workflow allows you to interact with Binance Spot Trading API directly to:
All requests are signed using Binance's HMAC SHA256 signature method for secure trading.
Create Binance API Credentials in n8n:
api_key and api_secretBinance APIImport this workflow into your n8n instance.
Update default values:
Set Parameter nodes like LimitBuy Parameter, change:
symbol (e.g. BTCUSDT)quantity, price as neededRun the workflow manually via the Execute workflow trigger.
🔒 No API key or secret is included.