CEX API

Bybit public market API

Public REST, no authentication for spot market data. Use category=spot to avoid mixing derivatives instruments.

Access

Base URL
https://api.bybit.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 /v5/market/instruments-info?category=spotcategory=spotTradable spot pair identifiers, base/quote metadata where the venue exposes it, and status/trading flags where available.
Tickers / 24h statsGET /v5/market/tickers?category=spotcategory=spotLast price, 24h base/quote volume when exposed, bid/ask when exposed, and native 24h change when exposed.

Rate limits

Official v5 docs publish endpoint limits and rate-limit headers.

Official source: https://bybit-exchange.github.io/docs/v5/intro | https://bybit-exchange.github.io/docs/v5/market/instrument | https://bybit-exchange.github.io/docs/v5/market/tickers | https://bybit-exchange.github.io/docs/v5/rate-limit | https://api.bybit.com/v5/market/instruments-info?category=spot | https://api.bybit.com/v5/market/tickers?category=spot

Fees

Not verified yet.

Example

curl -sS 'https://api.bybit.com/v5/market/tickers?category=spot'

Back to CEX index