extraAgents | Hyperliquid Info API
Info API
extraAgents | Hyperliquid Info API
Hyperliquid extraAgents: list a user’s approved API-agent wallets.
POST
extraAgents | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "extraAgents" is used to list a user’s approved API-agent wallets.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "extraAgents", "user": "..."}. - Returns an empty array when the user has approved no agent wallets.
- Each agent’s
validUntilis a millisecond timestamp after which the API wallet’s approval expires.
Endpoint
Request
string
required
Always
"extraAgents".string
required
The wallet address (lowercase 0x-prefixed hex).
Example
Response
An array of agent-wallet objects. Empty when the user has approved no agents.Field descriptions
string
Human-readable label assigned to the agent (API) wallet.
string
The agent wallet address (0x-prefixed hex).
int
Millisecond timestamp after which the agent’s approval expires.