# Bitvavo

## Adding a Bitvavo connection

Prepare to automate your trading activities on Bitvavo by establishing a live trading connection. This process involves generating vital API keys. This guide is designed to assist you in seamlessly integrating your Bitvavo account with the Tradetomato platform.

**Navigate to** [**Bitvavo**](https://bitvavo.com/en)

{% hint style="info" %}
*If you already have a Bitvavo account with funds, skip* to the [API Key Creation](#api-key-creation) step.
{% endhint %}

* If you're new to Bitvavo, either [create an account](https://account.bitvavo.com/create) or [log in](https://account.bitvavo.com/login?locale=en) if you already have one.
* Ensure your trading account's security with a robust password and enhance it further by enabling 2-factor authentication (2FA).
* Complete the process by verifying your email and complying with Bitvavo's identity verification requirements to bolster overall security.

#### **API Key Creation**

Within your Bitvavo account interface:

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

Click on your name/account in the top right corner, then in the drop-down, click "API" to navigate to the API management section.

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

{% hint style="success" %}
Click **Add new API Key**
{% endhint %}

Doing so will redirect you to a new page where you must select permissions and whitelist your IP. <br>

#### **Select Permissions**&#x20;

During API key generation, please ensure that you select the appropriate permissions. Enable the following permissions:

<figure><img src="/files/KTVNIcUAckDfulyv7Afy" alt="" width="316"><figcaption></figcaption></figure>

* Access Rights
  * [x] Read-only access
  * [x] Trade digital assets
  * [ ] Withdraw Digital Assets

{% hint style="danger" %}
**Notes:** (Required)\
Provide a unique identifier for your API key. (e.g. Tradetomato API)
{% endhint %}

#### **Whitelist IP Address**&#x20;

In the empty field below named *IP Whitelisting (Optional)'*

Enter the IP addresses displayed to you on the Tradetomato platform in the 'Linked IP Address (Optional)' field, separating them with a comma \[,].

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

{% hint style="success" %}
Click **Generate API Key**
{% endhint %}

Bitvavo may prompt you to complete this step through multi-factor authentication (MFA).

#### Create Key

Once your API keys are generated, you'll receive both an API key and a secret key.

Copy these keys along with your passphrase. Navigate back to Tradetomato's connection setup, enter a unique name for your connection, then paste the previous credentials into their respective fields.

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

#### Establish Connection

{% hint style="success" %}
Click **Create**
{% endhint %}

Congratulations! Your Bitvavo connection is now established. Explore your portfolio and begin automating your Bitvavo trades on the Tradetomato platform.


---

# 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.tradetomato.com/fundamentals/live-trading/bitvavo.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.
