tf_premium_feed_reliability_history
ActiveTool of io.github.RipperMercs/terminalfeed
Premium reliability history. Returns the daily composite-reliability time-series for one feed (param feed, e.g. btc-price), with optional from/to date bounds (YYYY-MM-DD, query window capped at 365 days). Immutable past data; an empty range no-charges. Use the free GET /api/feed-reliability for current feed ids. Costs 2 credits ($0.04 USDC). Requires Authorization: Bearer tf_live_<64-char-hex>.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"to": {
"type": "string",
"description": "upper bound YYYY-MM-DD (optional)"
},
"feed": {
"type": "string",
"description": "feed id, e.g. btc-price"
},
"from": {
"type": "string",
"description": "lower bound YYYY-MM-DD (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.RipperMercs/terminalfeed
https://github.com/RipperMercs/terminalfeed
1/7 registries