candles
ActiveTool of Okx
declared in 0.1.0
OKX crypto exchange OHLC candles for a spot/perp/futures instrument. Bars 1m through 1M. Use for charting and backtesting OKX instruments.
Parameters schema
{
"type": "object",
"examples": [
{
"bar": "1H",
"instId": "BTC-USDT"
},
{
"bar": "4H",
"limit": 100,
"instId": "ETH-USDT"
}
],
"required": [
"instId"
],
"properties": {
"bar": {
"type": "string"
},
"after": {
"type": "string"
},
"limit": {
"type": "number"
},
"before": {
"type": "string"
},
"instId": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Okx
https://github.com/pipeworx-io/mcp-okx
1/7 registries