vaultSummaries
post
/info
Request a list of vaults less than 2 hours old.
Body
Request a list of vaults less than 2 hours old.
typeundefined · enumRequiredPossible values:
Type of request.
Responses
200
Array of vaults less than 2 hours old.
application/json
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoPOST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"type": "vaultSummaries"
}[
{
"name": "text",
"vaultAddress": "text",
"leader": "text",
"tvl": "text",
"isClosed": true,
"relationship": {
"type": "normal"
},
"createTimeMillis": 1
}
]Last updated