Coinset
UsageBlocks

get_block_count_metrics

Retrieves aggregate information about blocks.

POST
/get_block_count_metrics
/get_block_count_metrics

Request Body

application/jsonRequired

Empty request body

curl -X POST "https://api.coinset.org/get_block_count_metrics" \
  -H "Content-Type: application/json" \
  -d '{}'

OK

{
  "metrics": {
    "compact_blocks": 0,
    "uncompact_blocks": 0,
    "hint_count": 0
  },
  "success": true,
  "error": "string"
}