๐ New US500-BTC contract live! Learn more โ
cURL
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 }
Retrieve current open interest information for all trading instruments or a specific symbol.
Your API key
The signature of the request
Represents a successful API response wrapper
Show child attributes
Was this page helpful?