Skip to main content

Get Fair Price

HTTP Request

  • GET /api/v1/contract/fair_price/{symbol}

Request Parameters

ParameterTypeRequiredDescription
symbolstringtrueContract symbol

Response Parameters

ParameterTypeDescription
symbolstringContract
fairPricedecimalFair price
timestamplongSystem timestamp

Response

{
"success": true,
"code": 0,
"data": {
"symbol": "BTC_USDT",
"fairPrice": 31103.4,
"timestamp": 1609829705178
}
}