- Description
- Access
- Measuring Unit
- Data Type
- Frequency
- Latency
- Available Assets
- SanAPI - Open Interest
- SanAPI - Open Value
BitMEX Perpetual Contracts Open Interest/Value
Description
Open Interest shows the amount of open perpetual contracts currently on Bitmex's Project Ticker / USD trading pairs. When open interest reaches unusually high numbers, it can precede increased volatility in the coin’s price.
Open Value shows the value of the corresponding open interest in Satoshis (XBT/BTC).
More details on BitMEX web-site
Access
Measuring Unit
Dollars
Data Type
Frequency
Latency
Available Assets
Available for these assets
SanAPI - Open Interest
Available under the bitmex_perpetual_open_interest
name.
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "bitmex_perpetual_open_interest") { timeseriesData( slug: "bitcoin" from: "2020-04-01T00:00:00Z" to: "2020-04-07T00:00:00Z" interval: "1d" ) { datetime value } } }
SanAPI - Open Value
Available under the bitmex_perpetual_open_value
name.
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "bitmex_perpetual_open_value") { timeseriesData( slug: "bitcoin" from: "2020-04-01T00:00:00Z" to: "2020-04-07T00:00:00Z" interval: "1d" ) { datetime value } } }