# Coinbase

1. Login to your Coinbase account
2. Go to Settings page
3. Within the Settings page, click on the **API** link
4. Click **New API Key** button
5. You will see a pop up window. Please check the relevant boxes as shown in the images below.

<figure><img src="/files/7KRH3mICaIsmlnIcN8f6" alt=""><figcaption><p>(Check all for wallets)</p></figcaption></figure>

Be sure to check the following boxes for Permissions.

<figure><img src="/files/6xYNq3sErttYE6oe0DTj" alt=""><figcaption></figcaption></figure>

Leave the rest blank.

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

Click the **Create** button.

IMPORTANT: You will be shown the public and secret keys. Paste both of them into your CryptoHero Coinbase API settings.


---

# 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.cryptohero.ai/connecting-exchanges/coinbase.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.
