Binance Action Block
The Binance Action Block enables cryptocurrency trading and market data retrieval via the Binance API from your workflows.
⚠️
Requires Binance API Key and Secret. Generate them from your Binance account under API Management. Enable only the permissions you need.
Supported Actions
- Place Order - Place spot market, limit, or stop-limit orders.
- Get Account Info - Retrieve account balances and trading permissions.
- Get Ticker Price - Fetch current price for a trading pair.
- Get Order Status - Check the status of an existing order.
- Cancel Order - Cancel an open order by order ID.
- Get Klines - Retrieve candlestick/OHLCV data for technical analysis.
Configuration
- API Key / Secret - Binance API credentials.
- Symbol - Trading pair (e.g.,
BTCUSDT,ETHBTC). - Order Type - Market, Limit, or Stop-Limit.
- Side - Buy or Sell.
- Quantity - Amount to trade.
Use Cases
- Build automated crypto trading bots that execute based on market signals.
- Monitor portfolio balances and alert when assets reach target allocations.
- Pull candlestick data for technical analysis within a decision workflow.