> For the complete documentation index, see [llms.txt](https://docs.bitbrokertrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitbrokertrade.com/english/exchange/connect-coinbase-pro.md).

# Connect Coinbase advanced

## Create API link for Coinbase advanced

After you have logged in to the Coinbase website, click on the menu on the left on "**More**".

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

Choose "**Create API key**".

<figure><img src="/files/8p5FKAfoQUv4Hr1AbluS" alt=""><figcaption></figcaption></figure>

A menu opens in which you choose the button "**+New API Key**".

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

A pop-up screen will then appear, where you name your API key, activate "**View**" and "T**rade**" and do not change the "**IP Whitelist**".

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

Press **"Create and download"** (at the bottom of the pop-up screen: you may have to scroll down).&#x20;

You can forget about the downloaded ".Json" file. Ity has no use for our application.

The next screen will show your **API Key** and your **Secret Key**. **Copy these keys to your notepad.** You will need these keys in BitBrokerTrade and the keys will become invisible after you close the pop-up screen.

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

Close the Pop Up screen with the purple button.

Your creation of the API key is now complete. You now have 2 things on your notepad: **API Secret** **Key** and **API Key**.

Then log in to Bitbrokertrade and go to the "**Settings**" menu and then to "**Exchanges**". Then choose "**Add exchange**".

Select "**Coinbase advanced**", a fill-in menu will appear where you can enter your saved data:

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

Choose "**Add**" and your connection with Coinbase advanced is active!&#x20;

The next step is to link a trader to the Coinbase connection. Go to: <https://docs.bitbrokertrade.com/v/english/traders/add-trader>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bitbrokertrade.com/english/exchange/connect-coinbase-pro.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
