Get Fair Price
Request Example
curl "https://api.mexc.com/api/v1/contract/fair_price/BTC_USDT"
Response Example
{
"success": true,
"code": 0,
"data": {
"symbol": "BTC_USDT",
"fairPrice": 31103.4,
"timestamp": 1609829705178
}
}
- GET
/api/v1/contract/fair_price/{symbol}
Request Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | true | Contract symbol |
Response Parameters:
| Parameter | Type | Description |
|---|---|---|
| symbol | string | Contract |
| fairPrice | decimal | Fair price |
| timestamp | long | System timestamp |