Order books
Parameter
Symbols Provided
Weight
Query parameters
symbolstringOptional
A single symbol
symbolsstring[]Optional
Comma-separated symbols
Responses
200
Single ticker if symbol is provided; otherwise array of tickers
application/json
or
400
Cannot request both symbol and symbols
application/json
404
One or more symbols are invalid
application/json
429
Too Many Requests - Rate limit exceeded.
503
Service Unavailable
application/problem+json
get
/api/v1/ticker/priceLimit
Weight
Query parameters
symbolstringRequiredExample:
Trading pair symbol (e.g. PLEX-HBAR).
PLEX-HBARlimitinteger · min: 1 · max: 5000OptionalDefault:
Number of price levels to return. Default: 100; Max: 5000. If limit > 5000, only 5000 entries are returned.
100Example: 100Responses
200
Order book snapshot
application/json
lastUpdateIdinteger · int64Optional
400
Invalid symbol or limit
application/json
404
Symbol not found
application/json
429
Too Many Requests - Rate limit exceeded.
500
Internal server error
application/json
503
Service Unavailable
application/problem+json
get
/api/v1/depthLast updated