exchangeStatus
post
/info
Request exchange system status information.
Body
Request exchange system status information.
typeundefined · enumRequiredPossible values:
Type of request.
Responses
200
Exchange system status information.
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": "exchangeStatus"
}{
"time": 1,
"specialStatuses": null
}Last updated