Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[index: integer]?
Response Body
application/json
application/json
curl -X POST "https://example.com/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"}