0.1.2 • Published 5 months ago

n8n-nodes-binance-spot v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

npm version Banner image

n8n-nodes-binance-spot

npm.io

The n8n-nodes-binance-spot enhances your trading experience on Binance by automating spot trading activities. Utilize your Binance API key to access a variety of functions such as:

  • Market Orders
  • Limit Orders
  • Buy/Sell Operations
  • Time-in-Force Options

Incorporate this node into your workflow with caution, considering these crucial points:

  • The Binance API does not permit calls from IP addresses in the US and other restricted countries.
  • Your order price must align with the current order book. For instance, placing a $10 buy order for a token trading at $70 is not feasible.

This Binance plugin empowers you to construct a personalized trading bot. An example use case involves integrating the Telegram node to receive price alerts, followed by executing orders through the Binance node.

Furthermore, the plugin supports advanced strategies like TWAP (Time Weighted Average Price) orders and grid trading. Although Binance officially provides TWAP within 72-hour windows, our node enables extended applications, such as spreading Bitcoin purchases across a month, using workflows like the one illustrated below: npm.io

Install

You can install the community package on the n8n Web GUI, Settings -> Community nodes -> Install a community node, type "n8n-nodes-binance-spot" in the input box.

You can find deailted installation guide at n8n website.