Get block/transaction/transition counts in a date range
Returns the total number of blocks, transactions and transitions for the given date range.
Query parameters
Parameter | Type | Required | Description |
start_date | Date | Yes | The starting date of the requested transactions. Date format: YYYY-MM-DD |
end_date | Date | Yes | The ending date of the requested transactions. Date format: YYYY-MM-DD |
Response
Parameter | Type | Description |
result | { blocks: number, transactions: number, transitions: number } | The number of blocks, transactions and transitions |