Get Order Books Request Body
Fetch multiple order books
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://clob.axes.co/books" \ -H "Content-Type: application/json" \ -d '[ { "token_id": "string" } ]'[
{
"market": "string",
"asset_id": "string",
"timestamp": "string",
"hash": "string",
"bids": [
{
"price": "string",
"size": "string"
}
],
"asks": [
{
"price": "string",
"size": "string"
}
],
"min_order_size": "string",
"tick_size": "string",
"neg_risk": true,
"last_trade_price": "string"
}
]{
"error": "string"
}