πŸ“ˆ 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:

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 api_key and api_secret
    • 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.


βœ… Notes

πŸ”’ No API key or secret is included.

πŸ”— Nodes Used

HTTP Request

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup