{"description":"Real-time blockchain metrics and indexing API for multiple EVM chains","endpoints":[{"description":"Get current status and latest metrics for a chain","example":"https://api.buildscape.org/chains/1/status","method":"GET","path":"/chains/{chain_id}/status"},{"description":"Get comprehensive metrics for all chains with optional period (1h, 24h, 7d, 30d). Includes TPS, transactions, addresses, gas prices, block sizes, utilization, TVL, and more.","example":"https://api.buildscape.org/overview?period=24h","method":"GET","path":"/overview?period={period}"},{"description":"Get API health status","example":"https://api.buildscape.org/status","method":"GET","path":"/status"},{"description":"Server-sent events stream for real-time updates","example":"https://api.buildscape.org/events","method":"GET","path":"/events"}],"name":"Buildscape API","version":"0.1.0"}