# Connecting Binance

As of now, Binance API keys can be connected only manually. Fast Connect will be available soon.

Follow these steps to create and connect Binance API keys:

* Click **Add keys** in the terminal interface or go to **User profile → Exchange API Keys.**\
  ![](/files/M3IOtAMnnvZGVaCxqZvW)

  <figure><img src="/files/lDEmESXvAnTwhGRcpVP6" alt=""><figcaption></figcaption></figure>

* Visit Binance **API Management** and click **Create API**.<br>

  <figure><img src="/files/PEWFBkczdXk1xLyFLqS8" alt=""><figcaption></figcaption></figure>

* Choose **System generated**, click Next, and give the API a name.\
  ![](/files/bC6CjKrYtSkS1xjczkU2)<br>

* Verify via 2FA, email, or passkey (depending on your security settings).

* Click **Edit restrictions.**

* Enable **Restrict access to trusted IPs only (Recommended).**

* On the Jetsense page, click IP whitelist to copy the list of whitelisted IP addresses.\
  ![](/files/796YPinjeVoJ7wRk0Hg5)

* Paste these IPs on Binance and click Confirm.

* Under API restrictions, enable **Futures** and **Spot & Margin Trading**, then click **Save**.<br>

  <figure><img src="/files/B0vJN6nuAAz8ZodD7nXL" alt=""><figcaption></figcaption></figure>

* Verify via 2FA, email, or passkey (depending on your security settings).

* Copy the **API Key** and **API Secret** into the **API key/ID** and Secret fields in **Jetsense**, then click **Connect**.<br>

  <figure><img src="/files/tMRg0VIUx7LNaavSPT0M" alt=""><figcaption></figcaption></figure>


---

# 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://jetsense.gitbook.io/jetsense-docs/how-to-start/connecting-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.
