workflows.fit
Back to n8n workflows
n8n templateFreeBy Todsaporn Sangboon

Binance spot trader - limit & market orders via API

📈 How it works This n8n workflow allows you to interact with Binance Spot Trading API directly to: - Place Limit Buy and Limit Sell orders - Place Market Buy and Market Sell orders - Query account info and open order...

DevelopmentCore NodesManual TriggerSetCryptoCode
Loading interactive preview...

Template notes

📈 How it works This n8n workflow allows you to interact with Binance Spot Trading API directly to:

- Place Limit Buy and Limit Sell orders - Place Market Buy and Market Sell orders - Query account info and open orders - Cancel all open orders for a specific symbol

All requests are signed using Binance's HMAC SHA256 signature method for secure trading.

---

⚙️ Setup Steps 1. Create Binance API Credentials in n8n: - Go to Credentials > New - Choose Binance API - Add apikey and apisecret - Save as Binance API

2. Import this workflow into your n8n instance.

3. Update default values: - In Set Parameter nodes like LimitBuy Parameter, change: - symbol (e.g. BTCUSDT) - quantity, price as needed

4. Run the workflow manually via the Execute workflow trigger.