Get live order book for a token. Priority: WebSocket cache (real-time) > REST cache (3s TTL) > CLOB API fetch.
curl --request GET \
--url https://staging-api.polysimulator.com/clob/book/{token_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?
curl --request GET \
--url https://staging-api.polysimulator.com/clob/book/{token_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}