Order Book Response
@Serializable
Represents an order book response from the Horizon API.
The order book shows the current state of buy and sell offers for a given asset pair. It contains lists of bids (buy offers) and asks (sell offers), each with their amounts and prices.
See also
Constructors
Link copied to clipboard
constructor(baseAsset: Asset, counterAsset: Asset, asks: List<OrderBookResponse.Row>, bids: List<OrderBookResponse.Row>)