curl -X GET "https://api.roxom.com/api/v1/orderbook/snapshot?symbol=OIL-BTC&instType=perpetual&levels=50" \ -H "Content-Type: application/json"
{ "data": { "instrumentId": "01963bbe-299e-70b5-8ae1-a914270647ef", "buys": [ { "price": "0.030067", "size": "1", "total": "0.030067" } ], "sells": [ { "price": "0.030164", "size": "1", "total": "0.030164" } ], "buySellVersus": { "buy": "0.030067", "sell": "0.030164" } }, "error": false }
Get current order book snapshot for trading symbols
GET /api/v1/orderbook/snapshot
Show Data properties
Show Buy order properties
Show Sell order properties
Show BuySellVersus properties
Bid vs Ask
Price Format
Price-Time Priority
Market Impact
Was this page helpful?