instruments
ActiveTool of Okx
declared in 0.1.0
OKX crypto exchange — list instruments by type: 'SPOT', 'MARGIN', 'SWAP', 'FUTURES', or 'OPTION'. Returns instrument IDs, tick sizes, lot sizes, and trading rules for each.
Parameters schema
{
"type": "object",
"examples": [
{
"instType": "SPOT"
},
{
"uly": "BTC-USD",
"instType": "FUTURES",
"instFamily": "BTC"
}
],
"required": [
"instType"
],
"properties": {
"uly": {
"type": "string"
},
"instId": {
"type": "string"
},
"instType": {
"type": "string"
},
"instFamily": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Okx
https://github.com/pipeworx-io/mcp-okx
1/7 registries