Retrieves order book summaries for specified tokens via POST request.
token_ids to retrieve their latest order book snapshots in a single call.
The timestamp is a Unix millisecond timestamp indicating when the snapshot was taken.
Only the first few bid and ask levels are shown in this excerpt; the live response can include many more.Successful response
Market identifier.
"0x386a6833f7f758e22588159c614939047ff2d8e24810e8cf5e946ebc2bdaf82c"
Asset identifier.
"66991175107696133528353695394151645462081911990365106169948013117379189357520"
Unix timestamp in milliseconds for the order book snapshot.
"1761751548968"
Hash of the order book state.
"4bda9943ce2aa22cac036e8c8d2d90ad084ccdf390cc142a0c185c507080fba8"
Array of bid levels.
[
{ "price": "0.0276", "size": "114.704237" },
{ "price": "0.025", "size": "457" },
{ "price": "0.0234", "size": "431" },
{ "price": "0.018", "size": "432" }
]Array of ask levels.
[
{ "price": "0.0281", "size": "205.384112" },
{ "price": "0.0294", "size": "389.25044" },
{ "price": "0.0309", "size": "276.510008" },
{ "price": "0.0325", "size": "198.75" }
]Minimum order size for this market.
"0.001"
Minimum price increment.
"0.0001"
Whether negative risk is enabled.
false