Skip to main content
POST
/
v1
/
hl
/
agent_wallet
/
register
Register Hyperliquid Agent Wallet
curl --request POST \
  --url https://api.hypereth.io/v1/hl/agent_wallet/register \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "My Trading Bot Agent Wallet"
}'
{
  "address": "0x742d35Cc6634C0532925a3b8D489C8A4c40F8C7B",
  "name": "My Trading Bot Agent Wallet",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

API key for HyperETH authentication. Obtain via POST /v1/api_key/register endpoint.

Body

application/json

Agent wallet registration request

name
string
required

Agent wallet alias

Example:

"My Trading Bot Agent Wallet"

Response

Agent wallet registered successfully

Agent wallet registration response

address
string

Registered wallet address

Example:

"0x742d35Cc6634C0532925a3b8D489C8A4c40F8C7B"

name
string
Example:

"My Trading Bot Agent Wallet"

created_at
string<date-time>