Exchange info
Responses
200
Current server time
application/json
Current server time in milliseconds since the Unix epoch.
serverTimeinteger · int64OptionalExample:
Server time (ms since epoch)
1724952745123429
Too Many Requests - Rate limit exceeded.
500
Server error
application/problem+json
503
Service Unavailable
application/problem+json
get
/api/v1/timeQuery parameters
symbolstring · min: 3 · max: 33OptionalExample:
Single trading pair symbol (mutually exclusive with symbols)
PLEX-HBARPattern: ^[A-Z0-9_]+-[A-Z0-9_]+$symbolsstring[] · min: 1OptionalExample:
Multiple trading pair symbols (mutually exclusive with symbol).
Default style uses repeated query params, e.g. ?symbols=PLEX-HBAR,HBAR-USDC.
PLEX-HBARResponses
200
ExchangeInfo for the requested symbols
application/json
Top-level exchange metadata
400
Bad Request — both 'symbol' and 'symbols' were provided, or input is invalid.
application/problem+json
429
Too Many Requests - Rate limit exceeded.
500
Server error
application/problem+json
503
Service Unavailable
application/problem+json
get
/api/v1/exchangeInfoLast updated