Funding Finder — terminal endpoint ================================== curl http://178.104.60.252:8083/t/btc curl http://178.104.60.252:8083/t/eth curl http://178.104.60.252:8083/t/sol curl http://178.104.60.252:8083/t/ Returns plaintext: average annualized funding rate across 20 venues, sentiment label, freshness, and the high/low spread legs. Use it in shell scripts: rate=$(curl -s http://178.104.60.252:8083/t/btc | head -1) echo "Today's funding: $rate" Other surfaces: /now live HTML dashboard /api/funding/ JSON REST API /badge/.svg embeddable SVG badges /shipped all 12 projects Free, no signup, 60 req/min/IP.