BitMEX Perpetual Contract Price

    Description

    The BitMEX Perpetual Contract Price metric refers to the current trading price of perpetual contracts offered on the BitMEX cryptocurrency exchange. Perpetual contracts are derivative financial instruments that closely track the underlying asset's price without an expiry date, allowing traders to speculate on price movements without actually owning the asset. The BitMEX Perpetual Contract Price provides insight into market sentiment and liquidity for the corresponding cryptocurrency pair on BitMEX's trading platform.

    BitMEX Perpetual Contract Price metric:

    • bitmex_perpetual_price - BitMEX Perpetual Contract Price

    Access

    Restricted Access.


    Measuring Unit

    Amount in USD


    Data Type

    Timeseries Data


    Frequency

    Five-Minute Intervals


    Latency

    Price Latency


    Available Assets

    Available for these assets


    SanAPI

    Available under the bitmex_perpetual_price name.

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

    Run in Explorer