UsageBlocksget_block_count_metricsRetrieves aggregate information about blocks.POST/get_block_count_metrics/get_block_count_metricsSendBodyRequest Bodyapplication/jsonRequiredEmpty request bodycURLJavaScriptGoPythonCLIcurl -X POST "https://api.coinset.org/get_block_count_metrics" \ -H "Content-Type: application/json" \ -d '{}'200OKResponse{ "metrics": { "compact_blocks": 0, "uncompact_blocks": 0, "hint_count": 0 }, "success": true, "error": "string" }TypeScriptPreviousget_block POSTNextget_block_record POST