Get order books (request body)
Get order books (request body)
Retrieves order book summaries for multiple token IDs using a request body.
POST
Get order books (request body)
Body
application/json
Response
Successfully retrieved order books
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"