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

# Robinhood Crypto Connection Guide

{% hint style="info" %}
Please ensure you have received the Robinhood Crypto Connection instruction from our team before reading the rest of this page.
{% endhint %}

### Accessing Your Robinhood Crypto API Section

1. Log in to your Robinhood account via their Web App (do not use the mobile app)
2. Click **Account** located at the top of the menu
3. Click **Settings**
4. In the sub-menu that appears below your profile name, click **Crypto** (do not click Crypto that is located in the main top menu)
5. Scroll down the look for the section titled **API Trading**
6. Click **Add key**
7. A pop-up window will appear
8. Enter **StockHero** as the key name
9. Check all boxes that state **Place Crypto Orders** and **Read Crypto \*\*\***
10. Go back to the email that you received from us and copy the Public Key contained in the email
11. Paste the Public Key into the Public key textfield in the Robinhood pop-up window
12. Click Save/Submit button
13. An **API Key** will be generated in the Key column. Copy this API Key by clicking on the value displayed immediately BELOW the Key name. The value of the API Key should start with “rh”. Do NOT lose this API Key as it is generated only once.
14. Log in to your StockHero account and go to Settings > Add Brokerage
15. Look for Robinhood Crypto and click it
16. Paste the API Key (from step 13) into the API Key textfield
17. Go back to the email that you received from us and copy the Private Key contained in the email
18. Paste the Private Key into the API Secret textfield
19. Click **Add Brokerage**

If the connection is successful, your Robinhood holdings will be displayed in StockHero's Portfolio page. If not, please email us so that we can assist further.


---

# 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.stockhero.ai/connecting-brokerage/robinhood-crypto-connection-guide.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.
