Expand description
HyperLiquid data parser module.
Converts HyperLiquid API response data into standardized CCXT format structures.
Functionsยง
- parse_
balance - Parse balance data from HyperLiquid user state response.
- parse_
decimal - Parse a
Decimalvalue from JSON. - parse_
market - Parse market data from HyperLiquid meta response.
- parse_
ohlcv - Parse OHLCV (candlestick) data from HyperLiquid candle response.
- parse_
order - Parse order data from HyperLiquid order response.
- parse_
order_ status - Parse order status from HyperLiquid status string.
- parse_
orderbook - Parse orderbook data from HyperLiquid L2 book response.
- parse_
ticker - Parse ticker data from HyperLiquid all_mids response.
- parse_
timestamp - Parse a timestamp from JSON.
- parse_
trade - Parse trade data from HyperLiquid fill response.
- timestamp_
to_ datetime - Convert millisecond timestamp to ISO8601 datetime string.