Exchange info

Exchange status and token info

Get server time

get

Returns the current server time in milliseconds since the Unix epoch.

Weight: 1

Responses
chevron-right
200

Current server time

application/json
get
/api/v1/time

Gets the server's availability

get

Returns 200 OK if the server is available.

Weight: 1

Responses
chevron-right
200

OK

application/json
get
/api/v1/ping

Exchange metadata and symbol filters

get

Returns exchange metadata for a single symbol or a list of symbols. Exactly one of symbol or symbols may be provided. If neither is set, all symbols are returned.

Weight: 20

Query parameters
symbolstring · min: 3 · max: 33Optional

Single trading pair symbol (mutually exclusive with symbols)

Example: PLEX-HBARPattern: ^[A-Z0-9_]+-[A-Z0-9_]+$
symbolsstring[] · min: 1Optional

Multiple trading pair symbols (mutually exclusive with symbol). Default style uses repeated query params, e.g. ?symbols=PLEX-HBAR,HBAR-USDC.

Example: PLEX-HBAR
Responses
chevron-right
200

ExchangeInfo for the requested symbols

application/json
get
/api/v1/exchangeInfo

Last updated