Exchange info
Exchange status and token info
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: 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
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
get
/api/v1/exchangeInfoLast updated