Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

GET /v2/exchange-status

Response

{
  "specialStatuses": null,
  "time": 1776168246012
}
FieldTypeDescription
specialStatusesobject|nullnull when exchange is operating normally. Contains status details during maintenance or halts
timenumberExchange server time in Unix milliseconds
When specialStatuses is null, the exchange is fully operational. During maintenance windows or emergency halts, this field will contain details about what is restricted.

Example

curl -H "x-api-key: YOUR_KEY" https://hyper.polynode.dev/v2/exchange-status