Markets

List available markets summary

Get markets dynamic data component

get/markets/summary

Query parameters

endinteger

End Time (unix time millisecond)

marketstring required

Name of the market for which summary is requested (for all available markets use ALL)

startinteger

Start Time (unix time millisecond)

Response

OK

Example response

{
  "results": [
    {
      "ask": "30130.15",
      "ask_iv": "0.2",
      "bid": "30112.22",
      "bid_iv": "0.2",
      "delta": "1",
      "funding_rate": "0.3",
      "future_funding_rate": "0.3",
      "greeks": {
        "delta": "1",
        "gamma": "0.2",
        "rho": "0.2",
        "vanna": "0.2",
        "vega": "0.2",
        "volga": "0.2"
      },
      "last_iv": "0.2",
      "last_traded_price": "30109.53",
      "mark_iv": "0.2",
      "mark_price": "29799.70877478",
      "open_interest": "6100048.3",
      "price_change_rate_24h": "0.05",
      "symbol": "BTC-USD-PERP",
      "total_volume": "141341.0424",
      "underlying_price": "29876.3",
      "volume_24h": "47041.0424"
    }
  ]
}

Changes

Changed in 1 of the 50 revisions of this API.2

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • added the media type application/json for the response with the status 400

      response-media-type-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog