candles
ActiveTool of Bitfinex
declared in 0.1.0
Bitfinex crypto OHLC candles for a crypto pair. Timeframes 1m through 1M. Returns timestamped open/high/low/close + volume. Use for charting, technical analysis, backtesting on Bitfinex.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 100,
"symbol": "tBTCUSD",
"section": "last",
"timeframe": "1m"
},
{
"end": 1641081600000,
"start": 1640995200000,
"symbol": "tETHUSD",
"section": "hist",
"timeframe": "1D"
}
],
"required": [
"timeframe",
"symbol",
"section"
],
"properties": {
"end": {
"type": "number"
},
"sort": {
"type": "number"
},
"limit": {
"type": "number"
},
"start": {
"type": "number"
},
"symbol": {
"type": "string"
},
"section": {
"type": "string"
},
"timeframe": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bitfinex
https://github.com/pipeworx-io/mcp-bitfinex
1/7 registries