Get markets info

Loopring supported markets

EndPoint

GET /api/v3/mix/markets

Response

FieldDescriptionExample

markets

List[MarketInfo], Markets list

/

Model

MarketInfo

FieldDescriptionExample

market

Trading pair ID

"LRC-USDT"

baseTokenId

The base token ID

2

quoteTokenId

The quote token ID

0

precisionForPrice

The precision of price

6

orderbookAggLevels

The max level of orderbook price aggregation

4

enabled

True if trading is enabled for this trading pair

true

status

status, bit0 means amm status, bit1 means orderbook status

3

createdAt

created timestamp

"160946640000 0"

Last updated