Get orderbook snapshot
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
}Market
Get orderbook snapshot
Retrieve the current order book snapshot with bid and ask orders for a specific trading symbol.
GET
/
v1
/
orderbook
/
snapshot
Get orderbook snapshot
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
}Documentation Index
Fetch the complete documentation index at: https://docs.roxom.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key
The signature of the request
Query Parameters
Available options:
perpetual, spot, btc, digital, stock, index Required range:
x >= 0Available options:
sats, btc Last modified on May 14, 2026
Was this page helpful?
โI