> 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/poloniex.md).

# Poloniex

### :point\_right: Poloniex: how to create API keys

### 1. Log in to your Poloniex account on <https://poloniex.com/>, click the tools icon on the right up corner. Then click "API KEYS".

![](/files/-MiL-McU7J8pDJxqnlFA)

### 2. Click "Create New Key".&#x20;

![](/files/-MiL-McWIY68ossD3iQT)

### 3. Type in the Authenticator code and Press "submit".

![](/files/-MiL27gggH1RKgQ2ssa2)

### 4. Click the confirmation link in the email Poloniex sent to you.

![](/files/-MiL-McYUys4ip1RPUfR)

### 5. Tada! API created successfully! Take a note of it. :sparkles:&#x20;

![](/files/-MiL-McZDFJIpC01V3z2)

### :point\_right: [Check how to connect Poloniex to BitUniverse.](https://bituniverse-org.gitbook.io/bituniverse-docs/api-management/connect)


---

# 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/poloniex.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.
