Module parser

Module parser 

Source
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.