> For the complete documentation index, see [llms.txt](https://help.bituniverse.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bituniverse.org/api-management/create-api/huobi-global.md).

# Huobi Global

### :point\_right: Huobi Global: how to create API keys

### To create API on Huobi Global exchange, you can do that both on mobile app and browser.

## 1. Create API on Huobi Global mobile App.

### 1.1 Log in to or create a new account on <https://www.huobi.com/en-us/>

### 1.2 After entering Huobi Global Mobile App, click the profile icon on the top left corner.

![](/files/-Mj3IVBJsPt0MQ_g0EYh)

### 1.3 Click "General".

![](/files/-Mj3IVBLFU-fxi0p80UJ)

### 1.4 Click "API Management".

![](/files/-Mj3IVBMNhM4gZLAQpL1)

### 1.5 Click "Create API".

![](/files/-Mj3IVBNWdAECv1crPo4)

### 1.6 Note a name for your API key such like "bituniver\_huobi". Select "Read" and "Trade".

![](/files/-Mj3IVBONQVGeL0QrMNT)

### 1.7 Finish Verification.

![](/files/-Mj3IVBPd8LQc91J7_xn)

### 1.8 Tada! API created successfully! :sparkles:&#x20;

![](/files/-Mj3IVBQ7wzhKNcJfX8T)

## 2. Create API keys on Huobi Global website.

### 2.1 Log in to or create a new account on <https://www.huobi.com/en-us/>

### 2.2 Hover the profile icon on the top right corner, and then click "API Management."

![](/files/-MiU7xC5NEiVDAUYL06x)

### 2.3 Name your key as BitUniverse. Select “Read Only” and “Trade”. Press “Create”.

![](/files/-MiU81WqHhbbWEcwn3RP)

### 2.4 Enter the code. Press “Confirm”.

![](/files/-MiU852tibXvIN4uijnm)

### 2.5 Tada! API successfully created! Take a note of your API Key and API secret. :sparkles:&#x20;

![](/files/-MhrO3CrXWJknFoNqXjP)

### :point\_right: [Check how to connect Huobi Global to BitUniverse.](https://help.bituniverse.org/api-management/connect-to-bitu)

###

##


---

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