# Creating an API Wallet

### Creating an API Wallet

To enable trading through the AlgoTrade platform, you’ll need to create a dedicated **API Wallet** within Hyperliquid. This wallet will be securely linked to the AlgoTrade Bot, allowing it to execute trades on your behalf without ever having direct access to your funds.

Follow these steps to create and authorize your API wallet:

***

#### **Step 1: Access the API Section**

Within the Hyperliquid App, click the **“More”** dropdown menu at the top of the interface.\
From the list, select **“API”** to navigate to the API Wallet management page.

<figure><img src="/files/3U5vDacPKSiqRFF44ixw" alt=""><figcaption></figcaption></figure>

***

#### **Step 2: Create Your API Wallet**

On the API page:

* Enter a name for your new API wallet (something descriptive for easy identification).
* Click **“Generate Address”** to create a new wallet address.
* Once generated, click the **“Authorize API Wallet”** button to proceed.

<figure><img src="/files/59gutVRUv8Hxe2DeEuWZ" alt=""><figcaption></figcaption></figure>

***

#### **Step 3: Save Your Private Key**

A pop-up window will now appear containing your **API Wallet Private Key**.

⚠️ **Important:**\
This is the only time the private key will be shown. **Make sure to store it securely,** you’ll need it to connect the wallet to the AlgoTrade Bot.

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

***

#### ✅ **Success!**

Your API wallet is now created and authorized.\
You're ready to move on and connect it to AlgoTrade for live or paper trading through the AlgoBuilder.


---

# 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://algotrade-1.gitbook.io/docs/account-setup-and-access/creating-an-api-wallet.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.
