Skip to main content
GET
/
v1
/
hl
/
agent_wallet
List Hyperliquid Agent Wallets
curl --request GET \
  --url https://api.hypereth.io/v1/hl/agent_wallet \
  --header 'x-api-key: <api-key>'
{
  "agent_wallets": [
    {
      "address": "0x742d35Cc6634C0532925a3b8D489C8A4c40F8C7B",
      "name": "My Trading Bot Key",
      "is_active": true,
      "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.

Response

Agent wallets retrieved successfully

Agent wallet list response

agent_wallets
object[]

List of registered agent wallets