tf_premium_crypto_deep
ActiveTool of io.github.RipperMercs/terminalfeed
Premium deep crypto snapshot. Includes top 50 coins by market cap with 1h/24h/7d change, Binance live ticker for top 20 USDT pairs by volume, Bitcoin network statistics from mempool.space (block height, fee tiers, hashrate, mempool size), and Ethereum gas oracle from Etherscan. Costs 2 credits ($0.04 USDC). Requires Authorization: Bearer tf_live_<64-char-hex>. Optional ?coins= filter and ?history=30d for daily BTC OHLCV. Use this instead of calling CoinGecko + Binance + mempool.space + Etherscan separately.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"coins": {
"type": "string",
"description": "Comma-separated symbol filter, e.g. btc,eth,sol. Omit to get all top 50."
},
"history": {
"enum": [
"30d"
],
"type": "string",
"description": "When set to 30d, response includes series.btc_30d with daily OHLCV candles."
}
}
}Parent server
io.github.RipperMercs/terminalfeed
https://github.com/RipperMercs/terminalfeed
1/7 registries