curl --location --request GET '/api/v1/mempool/lightning/stats?interval' \
--header 'x-api-key: ABCD314159'{
"data": {
"interval": "string",
"stats": {
"id": 0,
"added": "string",
"channel_count": 0,
"node_count": 0,
"total_capacity": 0,
"tor_nodes": 0,
"clearnet_nodes": 0,
"unannounced_nodes": 0,
"avg_capacity": 0,
"avg_fee_rate": 0,
"avg_base_fee_mtokens": 0,
"med_capacity": 0,
"med_fee_rate": 0,
"med_base_fee_mtokens": 0,
"clearnet_tor_nodes": 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
}
}