Get order book
Get order book
Retrieves the order book summary for a specific token ID. Includes bids, asks, market details, and last trade price.
GET
Get order book
Query Parameters
Token ID (asset ID)
Response
Successfully retrieved order book
Market condition ID
Example:
"0x1234567890123456789012345678901234567890"
Token ID (asset ID)
Example:
"0xabc123def456..."
Timestamp of the order book snapshot
Example:
"1234567890"
Hash of the order book summary
Example:
"a1b2c3d4e5f6..."
List of bid orders (sorted by price descending)
List of ask orders (sorted by price ascending)
Minimum order size
Example:
"1"
Minimum price increment (tick size)
Example:
"0.01"
Whether negative risk is enabled for this market
Example:
false
Last trade price
Example:
"0.45"