Agent Wallet
Check if an agent wallet exists for the authenticated user and retrieve its status. Agent wallets are used to execute trades on Hyperliquid Exchange on behalf of users and are valid for 180 days with automatic 30-day rotations.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Agent wallet found
application/json
404
Agent wallet not found
get
/agentWalletCreate a new agent wallet for the authenticated user. The wallet private key is securely stored and encrypted within Pear Protocol. After creation, the user must approve the wallet through Hyperliquid's agent wallet approval process.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
201
Agent wallet created successfully
application/json
post
/agentWallet201
Agent wallet created successfully
Last updated