# Coinbase Pro

### 👉 Coinbase Pro: how to create API keys

### 1. Log in to or create a new account on <https://pro.coinbase.com/>

### 2. Click the profile icon in the top right corner. Then click "API".

![](/files/-Mhq6F_h-DpxxOK-jBPy)

### 3. Click "New API Key".

![](/files/-Mhq6F_ifuzJ4ixKvFVB)

### 4. Nickname your API. Select "View" and "Trade". Save the passphrase for later usage.

![](/files/-Mhq6F_jw0-7fhu1YP1B)

### 5. Enter 2FA code. Then press “ADD AN API KEY”.

![](/files/-Mhq6F_ko58Z0sRYGUu_)

### 6. Save your API Secret.

![](/files/-Mhq6F_l_InJ0P7NC1p7)

### 6. Below “Default Portfolio” is the API Key. Tada! Creating API finished! :sparkles:&#x20;

![](/files/-MiV8CiWGJthF-P2kASq)

### :point\_right:  [Check how to connect Coinbase Pro to BitUnivere.](https://help.bituniverse.org/api-management/connect-to-bitu)


---

# 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://help.bituniverse.org/api-management/create-api/coinbase-pro.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.
