For the complete documentation index, see llms.txt. This page is also available as Markdown.

extraAgents

Parameters

type: extraAgents user: address (42-char hex)

Returns

Extra agent configurations associated with the account.

Example

// Request
curl https://hyperliquid.blockpi.network/v1/info/your-api-key -X POST -H "Content-Type: application/json" --data '{"type":"extraAgents"}'

// Result
[]

Was this helpful?