ticker_history
ActiveTool of Bitfinex
declared in 0.1.0
Bitfinex crypto exchange — historical ticker snapshots for one or more pairs (comma-separated symbols like 'tBTCUSD'). Optional start/end (ms epoch) and limit. Returns bid/ask/last per timestamp.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 100,
"symbols": "tBTCUSD"
},
{
"end": 1641081600000,
"start": 1640995200000,
"symbols": "tETHUSD"
}
],
"required": [
"symbols"
],
"properties": {
"end": {
"type": "number"
},
"limit": {
"type": "number"
},
"start": {
"type": "number"
},
"symbols": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bitfinex
https://github.com/pipeworx-io/mcp-bitfinex
1/7 registries