Bybit API
Bybit API
Bybit API is the programmatic trading interface for Bybit crypto exchange, known for derivatives (perpetuals, options) and deep liquidity.
Deep derivatives liquidity (second only to Binance)
Restricted in some countries
Create API key in Bybit account. GET https://api.bybit.com/v5/market/tickers?category=spot&symbol=BTCUSDT for spot prices.
Uptime · 30-day window
About this API
Bybit is a crypto exchange founded 2018, originally rising on BTC perpetuals; now the world's second-largest derivatives exchange (after Binance). Differentiated as "the derivatives platform for professional traders" — high leverage (up to 100x), rich products (USDT-denominated, coin-margined, options, copy trading), professional UI. Spot also supported but liquidity and coin count lag Binance. API design is modern (v5 is the current unified version, unifying spot + derivatives accounts), low WebSocket latency, algo-trader-friendly. Python ecosystem has full ccxt support; pybit is the official SDK.
What you can build
- 1Crypto derivatives algo trading
- 2Perpetuals arbitrage
- 3Options strategy automation
- 4Copy trading platform backends
Strengths & limitations
Strengths
- Deep derivatives liquidity (second only to Binance)
- Low WebSocket latency
- Modern unified margin account design
Limitations
- Restricted in some countries
- Spot liquidity less prominent than derivatives
Example request
curl https://www.bybit.com/<endpoint> \
-H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.Getting started
Create API key in Bybit account. GET https://api.bybit.com/v5/market/tickers?category=spot&symbol=BTCUSDT for spot prices.
FAQ
Bybit vs. Binance derivatives?+
Liquidity: Binance first, Bybit second. Bybit UI is more professional; Binance is more mainstream.
Technical details
- Auth type
- api_key
- Pricing
- free
- Rate limit
- 默认 10 req/s per endpoint;VIP 用户更高
- Protocols
- REST, WebSocket
- SDKs
- python, javascript, go, java, csharp
- Last health check
- 5/12/2026, 7:37:20 AM