Get Current Mark Price

get Current Mark Price

HTTP REQUEST

GET /api/v1/mark-price/{symbol}/current

Example

GET /api/v1/mark-price/XBTUSDM/current

{
  "symbol": "XBTUSDM", //Symbol
  "granularity": 1000, //Granularity (milisecond)
  "timePoint": 1557999585000, //Time point (milisecond)
  "value": 8052.51, //Mark price
  "indexPrice": 8041.95 //Index price
}
REQUEST URL

This endpoint support Futures URL

REQUEST RATE LIMIT

Public weight:3

PARAMETERS
Param Type Mandatory Description
symbol String Yes Path Parameter. Symbol of the contract
RESPONSES
Param Description
symbol Symbol
granularity Granularity (milisecond)
timePoint Time point (milisecond)
value Mark price
indexPrice Index price