Skip to content

Loopring Exchange Data API

mfinestone edited this page Jun 1, 2020 · 14 revisions

Loopring Exchange Data API

Summary: https://api.loopring.io/api/v2/overview

Asset: https://api.loopring.io/api/v2/asset

Ticker: https://api.loopring.io/api/v2/tickers

Market pair: https://api.loopring.io/api/v2/exchange/markets

OrderBook: https://api.loopring.io/api/v2/orderbook

https://api.loopring.io/api/v2/orderbook?market_pair=lrc-eth&level=3 (level can be 1,2,3. and 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 through querying by https://api.loopring.io/api/v2/exhange/markets

Trades: https://api.loopring.io/api/v2/trades

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

nothing here

Clone this wiki locally