Open Interest
curl --request GET \
--url https://api.roxom.com/v1/market/open-interest \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>'{
"data": {
"openInterest": 1,
"timestamp": 123
},
"error": true
}Market
Open Interest
Retrieve current open interest information for all trading instruments or a specific symbol.
GET
/
v1
/
market
/
open-interest
Open Interest
curl --request GET \
--url https://api.roxom.com/v1/market/open-interest \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>'{
"data": {
"openInterest": 1,
"timestamp": 123
},
"error": true
}Authorizations
Your API key
The signature of the request
Last modified on May 14, 2026
Was this page helpful?
โI