tickers
ActiveTool of Okx
declared in 0.1.0
OKX crypto exchange — bulk tickers by instrument type ("SPOT", "MARGIN", "SWAP", "FUTURES", "OPTION"). Use to enumerate all spot or all perp instruments. NOT a general stock-ticker search — use polygon-io/tickers for that.
Parameters schema
{
"type": "object",
"examples": [
{
"instType": "SPOT"
},
{
"uly": "ETH-USD",
"instType": "FUTURES"
}
],
"required": [
"instType"
],
"properties": {
"uly": {
"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