Management APIAgent wallet management
Delete Agent Wallet
Delete an agent wallet and remove it from the system. This action is irreversible.
Authorization
ApiKeyAuth x-api-key<token>
API key for HyperETH authentication. Obtain via POST /v1/api_key/register endpoint.
In: header
Path Parameters
agent_wallet_address*stringrequired
Agent wallet address to delete
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.hypereth.io/v1/hl/agent_wallet/0x742d35Cc6634C0532925a3b8D489C8A4c40F8C7B"{
"success": true,
"message": "Agent wallet deleted successfully",
"note": "Remember to remove this agent from your Hyperliquid account via the official interface"
}{
"error": "Invalid API key",
"code": 1001,
"details": {}
}{
"error": "Invalid API key",
"code": 1001,
"details": {}
}List Hyperliquid Agent Wallets GET
List all registered Hyperliquid agent wallets for the authenticated user.
Submit Trade Intent POST
Submit a trade intent for processing and execution. The intent will be processed by the specified agent wallet. Pre-requisites: Users must approve our builder code and managed agent wallet using their main wallet.