get https://api.liquiditytech.com/api/v1/market/markPrice
Rate Limit: 3 requests per 10 seconds
Get mark price in exchange by sym
Request
| Name | Type | Mandatory | Description | 
|---|---|---|---|
| sym | String | N | Trading pair unique identifier , example: OKX_PERP_BTC_USDT | 
Response
| Field | Type | Remark | 
|---|---|---|
| publicChannelTypeEnum | String | 'MARK_PRICE' | 
| sym | String | Trading pair unique identifier , example: OKX_PERP_BTC_USDT | 
| markPrice | String | Mark price | 
| timestamp | String | Timestamp | 
