Skip to content

Loopring Exchange Data API

mfinestone edited this page Jan 8, 2021 · 14 revisions

Loopring Exchange Data API

Orderbook data

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

AMM data

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

AMM pool statistics: https://api3.loopring.io/api/v3/poolsStats Include fee income, liquid mining rewards & corresponding APY.

nothing here

Clone this wiki locally