> For the complete documentation index, see [llms.txt](https://docs.cryptohero.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptohero.ai/connecting-exchanges/coinbase.md).

# 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
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:

```
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.
