# Binance

The Binance piece in ZBrain Flow provides integration with Binance's cryptocurrency exchange platform, allowing you to access real-time market data directly from your workflows. This connector enables you to retrieve current cryptocurrency prices and trading information without requiring manual checks or custom API code. With Binance integration, you can build automations that monitor crypto markets, perform calculations using current rates, and incorporate live market data into your business processes. This piece is ideal for financial workflows, portfolio management, and any automation that requires up-to-date cryptocurrency information.

### **How to Use Binance in ZBrain Flow?** <a href="#how-to-use-binance-in-zbrain-flow" id="how-to-use-binance-in-zbrain-flow"></a>

**Step 1: Select Binance as Your Connection**

* Click on the '+' button in the Flow and search for Binance.
* Select Binance.
* The primary action available is:
  * **Fetch Pair Price** – Retrieve the current exchange rate between two cryptocurrencies.

**Step 2: Configure Your Price Query**

* In the 'First Coin Symbol' field, enter the base cryptocurrency you want information about. Example: "BTC" for Bitcoin, "ETH" for Ethereum.
* In the 'Second Coin Symbol' field, enter the quote currency you want the price in. Example: "USDT" for Tether, "BTC" for Bitcoin.

After configuring your Binance query, the current market price will be returned, which can be referenced in subsequent steps of your ZBrain Flow. This data typically includes the current exchange rate between the two specified cryptocurrencies.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zbrain.ai/zbrain-documentation/zbrain-builder/flows/flow-components/binance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
