# Add a Binance Account

Follow the instructions below:

1. Login to your [binance.com](https://binance.com) account
2. Go to the [API Key Management page](https://www.binance.com/en/my/settings/api-management)
3. Press "Create API" and add a name for the API Keys
4. Copy Paste the API Key and API Secret into TradeStream

{% hint style="warning" %}
For Binance you don't need to change any API Key permissions. Binance keys are read-only by default
{% endhint %}

<figure><img src="/files/hb3Ukp0AyKewarQjzvyx" alt=""><figcaption><p>How your permissions should look if done correctly</p></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://docs.tradestream.xyz/accounts/adding-api-keys/add-a-binance-account.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.
