Crypto Data Sources

Manage and test crypto prediction data ingestion layer

Configuration
API Status (All Free Except NewsAPI)
NEWSAPI_KEY Configured
Binance (Spot) Free - no key needed
OKX Free - OI, Funding, L/S Ratio
DefiLlama Free - TVL & Stables
Blockchain.com Free - BTC addresses
Etherscan Free - ETH data
Symbols & Intervals
Symbols BTC, ETH
Intervals 1m, 5m, 15m, 1h, 4h, 1d
Data Sources
📊 Crypto Spot (OHLCV)
Ready
BTC/ETH price data from Binance (1m to 1d intervals)
timestamp datetime
symbol string
open float
high float
low float
close float
volume float
Click "Fetch Latest" to load data...
📈 Derivatives Data
Ready
Open interest, funding rates, liquidations from futures markets
timestamp datetime
symbol string
open_interest_usd float
funding_rate float
long_liquidations float
short_liquidations float
Click "Fetch Latest" to load data...
💵 Stablecoin On-Chain
Ready
USDT/USDC supply, DeFi TVL, active addresses
timestamp datetime
usdt_supply float
usdc_supply float
defi_tvl float
active_addresses int
Click "Fetch Latest" to load data...
📰 News Sentiment
Ready
News articles with topic classification (fed, liquidity, crypto, geopolitical)
timestamp datetime
title string
source string
topic string
url string
Click "Fetch Latest" to load data...
🏦 Fed Macro Bridge
Ready
Fed rate cut probability and macro scores from existing model
timestamp datetime
fed_cut_probability float
fed_macro_score float
Click "Fetch Latest" to load data...

Data sources refresh on demand. Some APIs may return stub data if rate-limited or unavailable.