Skip to Content
APIBlockGet Block Statistics

Get Block Statistics

1. Overview & Typical Use

Returns network-wide block statistics, including total historical block count, block count in the last 24 hours, cumulative historical rewards, and TRX burned.

  • Typical use: homepage statistics panel, blockchain network status overview, TRX deflation analysis.
  • When not to use: for specific block details use “Get Block List or Single Block Detail”.

2. Endpoint & Authentication

GET /api/block/statistic

For Base URL and authentication, see Common Network & Authentication.

3. Request

No parameters required.

4. Response

FieldTypeRequiredDescriptionUnit/Precision
whole_block_countintegerRequiredTotal historical block count
whole_payintegerRequiredCumulative historical block production rewardsTRX
last_day_block_countintegerRequiredBlock count in the last 24 hours
last_day_paynumberRequiredBlock production rewards in the last 24 hoursTRX
last_day_total_burnnumberRequiredCumulative historical TRX burnedTRX
last_day_burnnumberRequiredTRX burned in the last 24 hoursTRX

5. Errors

For HTTP status codes, see Common Errors. Notes for this endpoint:

  • This endpoint has no request parameters and generally does not return errors.
Last updated on: