gossipRootIps

post
/info

Request gossip root IPs.

Body

Request gossip root IPs.

typeundefined · enumRequired

Type of request.

Possible values:
Responses
200

Array of gossip root IPs.

application/json
Responsestring · ipv4[]

Array of gossip root IPs.

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

{
  "type": "gossipRootIps"
}
[
  "0.0.0.0"
]

Last updated