Skip to content

Loopring Exchange Data API

yueawang edited this page Jan 6, 2021 · 14 revisions

Loopring Exchange Data API

Summary: https://api3.loopring.io/api/v3/overview

Asset: https://api3.loopring.io/api/v3/asset

Ticker: https://api3.loopring.io/api/v3/tickers

Market pair: https://api3.loopring.io/api/v3/exchange/markets

OrderBook: https://api3.loopring.io/api/v3/orderbook

https://api3.loopring.io/api/v3/orderbook?market_pair=lrc-eth&level=3 (level can be 1, 2, or 3. 3 stands for no aggregation, 2 stands for 2 decimals aggregation, and 1 stands for max aggregation) market_pair can be any market that we support, which are available by querying https://api.loopring.io/api/v2/exhange/markets

Trades: https://api3.loopring.io/api/v3/trades

https://api.loopring.io/api/v3/trades?market_pair=lrc-eth market_pair can be any market that we support, which are available by querying https://api3.loopring.io/api/v3/exhange/markets

All tickers: https://api3.loopring.io/api/v3/allTickers Just like Ticker but also returns AMM market tickers

nothing here

Clone this wiki locally