trades
ActiveTool of Bitfinex
declared in 0.1.0
Bitfinex crypto exchange — recent trade tape for a pair (e.g. 'tBTCUSD'): trade ID, timestamp, amount, and price per execution. Optional start/end (ms epoch), limit, and sort order.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 50,
"symbol": "tBTCUSD"
},
{
"end": 1641081600000,
"sort": -1,
"start": 1640995200000,
"symbol": "tETHUSD"
}
],
"required": [
"symbol"
],
"properties": {
"end": {
"type": "number"
},
"sort": {
"type": "number"
},
"limit": {
"type": "number"
},
"start": {
"type": "number"
},
"symbol": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bitfinex
https://github.com/pipeworx-io/mcp-bitfinex
1/7 registries