Get markets info
Loopring supported markets
EndPoint
Response
Field | Description | Example |
---|---|---|
markets | List[MarketInfo], Markets list | / |
Model
MarketInfo
Field | Description | Example |
---|---|---|
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