Skip to main content

OKXOrderBookLevel

Type Alias OKXOrderBookLevel 

Source
pub type OKXOrderBookLevel = (String, String, String, String);
Expand description

Represents an order book level from the GET /api/v5/market/books endpoint. Each entry is a 4-element tuple: [price, size, liquidated_orders, num_orders].