exchangeStatus | Hyperliquid Info API
Info API
exchangeStatus | Hyperliquid Info API
Hyperliquid exchangeStatus: fetch the current exchange operational status.
POST
exchangeStatus | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "exchangeStatus" is used to fetch the current exchange operational status.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "exchangeStatus"}. specialStatusesisnullunder normal operation and carries status flags only when the exchange is in a special state.- This is a global, non-user-keyed type;
timereflects the exchange’s current clock.
specialStatuses is null; a non-null value signals that the exchange is in a special state. The time field is the exchange’s current timestamp, useful for detecting clock skew or a stalled feed.
Endpoint
Request
string
required
Always
"exchangeStatus".Example
Response
A single object describing the exchange status.Field descriptions
object | null
Special status flags.
null under normal operation; a non-null object is present only when the exchange is in a special state.int
Current exchange timestamp in milliseconds since Unix epoch.