Retrieves the order book summary for a specific token.
token_id.
The timestamp value is a Unix millisecond timestamp; convert it to human-readable time as needed on the client.
Only the first few depth levels are shown above; the full payload can contain additional bids and asks.The unique identifier for the token.
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