Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Module: hyperliquid/public

Source: hyperliquid/public.rs

Read-only Hyperliquid market-data adapter.

Subscribes to the official trades and l2Book WebSocket feeds. Trading is deliberately rejected here: Hyperliquid requires EIP-712 action signing, which must be implemented as a dedicated authenticated adapter.

Structs

pub struct HyperliquidPublic

#![allow(unused)]
fn main() {
pub struct HyperliquidPublic {
    testnet: bool,
};
}