Order books

Market depths and prices

Latest price for a symbol or symbols

get

Returns the latest price for a single symbol or multiple symbols.

Weight:

Parameter
Symbols Provided
Weight

symbol

1

2

symbol omitted

all

4

Query parameters
symbolstringOptional

A single symbol

symbolsstring[]Optional

Comma-separated symbols

Responses
chevron-right
200

Single ticker if symbol is provided; otherwise array of tickers

application/json
Responseone of
or
get
/api/v1/ticker/price

Order book (depth)

get

Returns the current order book (bids & asks) as arrays of [PRICE, QTY] strings.

Data Source: Memory.

Weight: Adjusted based on the limit parameter:

Limit
Weight

1-100

5

101-500

25

501-1000

50

1001-5000

250

Query parameters
symbolstringRequired

Trading pair symbol (e.g. PLEX-HBAR).

Example: PLEX-HBAR
limitinteger · min: 1 · max: 5000Optional

Number of price levels to return. Default: 100; Max: 5000. If limit > 5000, only 5000 entries are returned.

Default: 100Example: 100
Responses
chevron-right
200

Order book snapshot

application/json
get
/api/v1/depth

Last updated