info
endpoint with type: "extraAgents"
retrieves information about additional agents or authorized accounts associated with a user’s wallet on the Hyperliquid exchange. This endpoint provides details about delegated permissions, agent activities, and access control configurations for advanced account management.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
Request body
type
(string, required) — The request type. Must be"extraAgents"
to retrieve extra agents associated with a user.user
(string, required) — Address in 42-character hexadecimal format (e.g.,0x2ba553d9f990a3b66b03b2dc0d030dfc1c061036
).
Response
The response is an array of agent objects:Agent identification
name
(string) — Human-readable label for the agentaddress
(string) — Agent address in 42-character hexadecimal formatvalidUntil
(integer) — Timestamp in milliseconds until which the agent is valid
Understanding agent management
Agent types:- Trading bots: Automated trading systems with trade permissions
- Management tools: Applications with specific operational permissions
- Backup accounts: Secondary wallets with limited access rights
- Service integrations: Third-party services with delegated permissions
- Read-only: Access to account information without modification rights
- Trade-only: Ability to execute trades but not withdraw funds
- Full access: Complete account management capabilities
- Custom permissions: Specific combinations of authorized actions
- Agents provide controlled access without sharing private keys
- Permissions can be revoked or modified as needed
- Activity tracking enables audit trails for agent actions
Example request
Shell
Example response
Use case
Theinfo
endpoint with type: "extraAgents"
is essential for applications that need to:
- Security auditing: Review all authorized agents and their permissions
- Access management: Monitor and control delegated account access
- Account administration: Manage multiple agents for different purposes
- Permission tracking: Understand what actions each agent can perform
- Activity monitoring: Track agent usage and last activity timestamps
- Security dashboards: Display comprehensive account access information
- Compliance monitoring: Ensure appropriate access controls are in place
- Agent lifecycle management: Track creation and activity of authorized agents
- Risk management: Assess potential security exposure from delegated permissions
- Multi-account coordination: Manage complex trading setups with multiple agents
- Automated trading oversight: Monitor trading bot permissions and activity
- Third-party integrations: Track service permissions and access levels
- Account recovery planning: Understand backup access mechanisms
- Institutional management: Handle enterprise-level account delegation
Body
application/json