π Binance spot trader - limit & market orders via API
β‘ 18,070 views Β· π Crypto Trading & Stock Market
Description
π 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
-
Create Binance API Credentials in n8n:
- Go to Credentials > New
- Choose Binance API
- Add
api_keyandapi_secret - Save as
Binance API
-
Import this workflow into your n8n instance.
-
Update default values:
- In
Set Parameternodes like LimitBuy Parameter, change:symbol(e.g.BTCUSDT)quantity,priceas needed
- In
-
Run the workflow manually via the Execute workflow trigger.
β Notes
- Credential node is marked with instructions.
- HMAC signatures are automatically calculated before making each request.
- HTTP nodes are preconfigured for Binance API v3.
π No API key or secret is included.
π Nodes Used
HTTP Request
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File