curl --location --request GET '/api/v1/blockchain/stats' \
--header 'x-api-key: ABCD314159'{
"data": {
"market_price_usd": 0,
"hash_rate": 0,
"total_fees_btc": 0,
"n_btc_mined": 0,
"n_tx": 0,
"n_blocks_mined": 0,
"minutes_between_blocks": 0,
"totalbc": 0,
"n_blocks_total": 0,
"estimated_transaction_volume_usd": 0,
"blocks_size": 0,
"miners_revenue_usd": 0,
"nextretarget": 0,
"difficulty": 0,
"estimated_btc_sent": 0,
"miners_revenue_btc": 0,
"total_btc_sent": 0,
"trade_volume_btc": 0,
"trade_volume_usd": 0
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}