Module parse

Module parse 

Source
Expand description

Parsing functions for Bybit HTTP API responses.

Functionsยง

parse_instruments_inverse_response
Parses a Bybit inverse instruments response from raw JSON bytes.
parse_instruments_linear_response
Parses a Bybit linear instruments response from raw JSON bytes.
parse_instruments_option_response
Parses a Bybit option instruments response from raw JSON bytes.
parse_instruments_spot_response
Parses a Bybit spot instruments response from raw JSON bytes.
parse_klines_response
Parses a Bybit klines response from raw JSON bytes.
parse_server_time_response
Parses a Bybit server time response from raw JSON bytes.
parse_tickers_linear_response
Parses a Bybit linear tickers response from raw JSON bytes.
parse_tickers_option_response
Parses a Bybit option tickers response from raw JSON bytes.
parse_tickers_spot_response
Parses a Bybit spot tickers response from raw JSON bytes.
parse_trades_response
Parses a Bybit trades response from raw JSON bytes.