📈 New US500-BTC contract live! Learn more →
cURL
curl --request GET \ --url https://api.roxom.com/v1/orderbook/snapshot \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Signature: <api-key>'
{ "data": { "buySellVersus": { "buy": "<string>", "sell": "<string>" }, "buys": [ { "price": "<string>", "size": "<string>", "total": "<string>" } ], "instrumentId": "<string>", "sells": [ { "price": "<string>", "size": "<string>", "total": "<string>" } ] }, "error": true }
Retrieve the current order book snapshot with bid and ask orders for a specific trading symbol.
Your API key
The signature of the request
perpetual
spot
btc
digital
stock
index
x >= 0
sats
Represents a successful API response wrapper
Show child attributes
Was this page helpful?