extraAgents

post
/info

Request user extra agents.

Body

Request user extra agents.

typeundefined · enumRequired

Type of request.

Possible values:
userstring · min: 42 · max: 42Required

User address.

Pattern: ^0[xX][0-9a-fA-F]+$
Responses
200

Array of extra agent details for a user.

application/json
post
/info
POST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 36

{
  "type": "extraAgents",
  "user": "text"
}
[
  {
    "address": "text",
    "name": "text",
    "validUntil": 1
  }
]

Last updated