cURL
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" } ] }
List all registered Hyperliquid agent wallets for the authenticated user.
API key for HyperETH authentication. Obtain via POST /v1/api_key/register endpoint.
Agent wallets retrieved successfully
Agent wallet list response
List of registered agent wallets
Show child attributes