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 BitMEX web-site.


    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.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      getMetric(metric: "bitmex_composite_price_index") {
        timeseriesData(
          slug: "bitcoin"
          from: "2020-04-01T00:00:00Z"
          to: "2020-04-07T00:00:00Z"
          interval: "1d"
        ) {
          datetime
          value
        }
      }
    }

    Run in Explorer