Expand description
Bybit data parser module.
Converts Bybit API response data into standardized CCXT format structures.
Functionsยง
- datetime_
to_ timestamp - Convert ISO8601 datetime string to millisecond timestamp.
- parse_
balance - Parse balance data from Bybit account info.
- parse_
market - Parse market data from Bybit exchange info.
- parse_
ohlcv - Parse OHLCV (candlestick) data from Bybit kline response.
- parse_
order - Parse order data from Bybit order response.
- parse_
order_ status - Map Bybit order status to CCXT OrderStatus.
- parse_
orderbook - Parse orderbook data from Bybit depth response.
- parse_
ticker - Parse ticker data from Bybit ticker response.
- parse_
trade - Parse trade data from Bybit trade response.
- timestamp_
to_ datetime - Convert millisecond timestamp to ISO8601 datetime string.