CEX API

LBank public market API

Public REST, no authentication for spot market data. Official docs use lbkex hostnames while the brand site is lbank.com.

Access

Base URL
https://api.lbkex.com
Authentication
Public REST, no authentication for spot market data.
CoinEel status
Implemented
Maker fee
Not verified yet
Taker fee
Not verified yet
Last updated
2026-06-02
Last checked
2026-06-02

Endpoints

PurposeEndpointParametersData availability
Markets / instrumentsGET /v2/currencyPairs.doNo required parameters for CoinEel's all-market/all-ticker call.Tradable spot pair identifiers, base/quote metadata where the venue exposes it, and status/trading flags where available.
Tickers / 24h statsGET /v2/ticker/24hr.do?symbol=allNo required parameters for CoinEel's all-market/all-ticker call.Last price, 24h base/quote volume when exposed, bid/ask when exposed, and native 24h change when exposed.

Rate limits

Official docs describe request limits and public spot market endpoints.

Official source: https://www.lbank.com/docs/ | https://www.lbank.com/docs/index.html#market | https://www.lbank.com/docs/index.html#request-limit | https://api.lbkex.com/v2/currencyPairs.do | https://api.lbkex.com/v2/ticker/24hr.do?symbol=all

Fees

Not verified yet.

Example

curl -sS 'https://api.lbkex.com/v2/ticker/24hr.do?symbol=all'

Back to CEX index