# Bybit API **Provider:** Bybit **Category:** finance **Base URL:** `https://bybit-exchange.github.io` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 600 req/5s (IP-based) ยท 10 orders/s (trading) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://bybit-exchange.github.io/docs/linear/#t-introduction ## Description Cryptocurrency data feed and algorithmic trading ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://bybit-exchange.github.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://bybit-exchange.github.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free API access for market data. Spot trading: maker 0.010%/taker 0.055%. Derivatives: maker -0.010%/taker 0.060%. No API subscription fee. --- *Source: [API Map](https://apimap.dev/apis/bybit/) โ€” CC BY 4.0*