get https://api.connex.trade/api/v1/market/markPrice
Get mark price in exchange by sym which support PERP
Permission
- Applies to both primary user and trading portfolio's API Key.
- Permission: READ.
Rate Limit
- 3 requests per 10 seconds
Request
Name | Type | Mandatory | Description |
---|---|---|---|
sym | String | N | Trading pair unique identifier , example: OKX_PERP_BTC_USDT;support perp |
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 |