# Add a BloFin Account

Follow these instructions:

1. Login to your[ BloFin](https://blofin.com) account
2. Go to the [API Key Management ](https://blofin.com/account/apis)
3. Select "Create API Key"

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

4. Make sure only "Read" is selected for the permissions\ <br>

   <figure><img src="/files/OGINuf4aCuEk5RyPsPjp" alt="" width="563"><figcaption></figcaption></figure>
5. Set the passphrase to `tradestream`

{% hint style="danger" %}
If the passphrase is set to anything other than `tradestream` you won't be able to add the API Keys to TradeStream
{% endhint %}

6. Under Application Name select "TradeStream"
7. Click "Next" and copy paste your API Keys


---

# 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-blofin-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.
