BitMEX Price Index

Description

BitMEX indices are composite, meaning that they are calculated using a number of data sources. BitMEX currently uses 9 constituents: Binance, Bitstamp, Bittrex, Coinbase, Gemini, Huobi, Itbit, Kraken, Poloniex. Aiming to be representative of the underlying asset’s market consensus price, each BitMEX index is calculated as a weighted average of the Last Price for each constituent exchange.

More details on the BitMEX website.


Access

Restricted Access.


Measuring Unit

Dollars


Data Type

Timeseries Data


Frequency

Five-Minute Intervals


Latency

Price Latency


Available Assets

Available for these assets


SanAPI

Available under the bitmex_composite_price_index name.

{
getMetric(metric: "bitmex_composite_price_index") {
timeseriesDataJson(
slug: "bitcoin"
from: "2020-04-01T00:00:00Z"
to: "2020-04-07T00:00:00Z"
interval: "1d"
)
}
}