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.