Binance icon

Binance

Consume Binance API

Actions7

Overview

This custom n8n node interacts with the Binance API, specifically targeting the "Future" resource and its "Exchange" operation. The node is designed to allow users to select or specify a futures trading symbol (such as BTCUSDT) and perform an exchange-related action on it via Binance's API. This node is beneficial for automating cryptocurrency trading workflows, retrieving market data, or integrating Binance futures operations into broader automation scenarios.

Practical examples:

  • Automatically fetch information about a specific futures contract.
  • Integrate Binance futures data into reporting or alerting workflows.
  • Trigger downstream actions based on futures market conditions.

Properties

Name Type Meaning
Symbol Name or ID options Choose a futures trading symbol from a list or specify one using an expression. Used to identify the contract to operate on.

Output

The node outputs a JSON object containing the result of the Binance API call related to the selected futures symbol. The exact structure of the output depends on the Binance endpoint used for the "Exchange" operation, but typically includes fields such as symbol details, pricing, and other relevant market data.

Dependencies

  • External Service: Requires access to the Binance API.
  • API Credentials: Needs valid Binance API credentials configured in n8n under the name binanceApi.
  • n8n Configuration: No special environment variables are required beyond standard credential setup.

Troubleshooting

  • Invalid API Key/Secret: If incorrect credentials are provided, the node may throw authentication errors. Ensure your Binance API key and secret are correct and have the necessary permissions.
  • Symbol Not Found: If an invalid or unsupported symbol is specified, the node may return an error indicating the symbol does not exist. Double-check the symbol value.
  • Network Issues: Connectivity problems between n8n and Binance can cause timeouts or network errors. Verify network access and try again.

Links and References

Discussion