Bybit Market Data Connector
Bybit Data Connector (V5 API) based on WebSocket/REST.
Configuration
Data Connector Parameters
| Parameter | Default Value | Description |
|---|---|---|
| WebSocket URL | wss://stream.bybit.com/v5/public/spot | WebSocket root URL. To start the connector in "Spot" mode use the following URL: wss://stream.bybit.com/v5/public/spot To start the connector in "Linear Contract" mode (USDT Perpetual, USDC Contract) use the following URL: wss://stream.bybit.com/v5/public/linear To start the connector in "Inverse Contract" mode use the following URL: wss://stream.bybit.com/v5/public/inverse To start the connector in "Option" mode use the following URL: wss://stream.bybit.com/v5/public/option By default URL for "Spot" mode is chosen. |
| REST URL | https://api.bybit.com/ | REST root URL. |
| Exchange Name | BYBIT | Exchange name for this session. |
| Output Book Size | 20 | Size of the output book. |
| Snapshot Interval | 10S | This property sets an interval in seconds between periodical Level2 snapshots which sent to Aggregator. Snapshots will be generated as soon as this threshold is exceeded AND the next increment message arrives. Conversely, snapshots are NOT generated every period if no data is coming in. Default value is 10 seconds. |
Symbology
Supported symbol notations:
| Symbol Notation | Examples |
|---|---|
| CRYPTOCURRENCY CRYPTO-OPTION | BTCUSDT BTC-31MAR23-300000-C 1000PEPEUSDT ADAUSD |
Bybit instrument’s meta-info can be found here:
https://api.bybit.com/v5/market/instruments-info?category=spot
https://api.bybit.com/v5/market/instruments-info?category=linear
https://api.bybit.com/v5/market/instruments-info?category=inverse
https://api.bybit.com/v5/market/instruments-info?category=option