mark_price
ActiveTool of Okx
declared in 0.1.0
OKX crypto exchange mark price for derivatives: pass instType (e.g. 'SWAP') and optionally uly or instId. Returns the mark price used for unrealised P&L and liquidation calculations.
Parameters schema
{
"type": "object",
"examples": [
{
"instType": "FUTURES"
},
{
"instId": "BTC-USDT-SWAP",
"instType": "SWAP"
}
],
"required": [
"instType"
],
"properties": {
"uly": {
"type": "string"
},
"instId": {
"type": "string"
},
"instType": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Okx
https://github.com/pipeworx-io/mcp-okx
1/7 registries