get https://api.shasta.trongrid.io/v1/blocks//events
Returns
| Field | Type | Description | 
|---|---|---|
| data.[i].block_number | Integer | The block number | 
| data.[i].block_timestamp | Long | The block timestamp. (Unit: millisecond). | 
| data.[i].caller_contract_address | String | Same as data.[0].contract_addressfor backward compatibility. | 
| data.[i].contract_address | String | The address of the contract that emitted the event. | 
| data.[i].event_index | String | The index of the event within the transaction's event log. | 
| data.[i].event_name | String | The event name | 
| data.[i].event | String | The event signature. Note: Used to parse the indexedandnon-indexedparameters. | 
| data.[i].transaction_id | String | Transaction hash. | 
| data.[i].result | map<string, string> | The parameters of the event. Note: Includes the indexedandnon-indexedparameters. | 
| data.[i].result_type | map<string, string> | The type of parameter | 
| data.[i]._unconfirmed | Boolean | Indicates if the transaction is unconfirmed. truemeans unconfirmed. | 
| success | Boolean | Indicates if the request was successful. | 
| meta.page_size | Integer | The maximum number of items returned in one page. | 
| meta.at | Long | The response timestamp. (Unit: millisecond). | 
| meta.fingerprint | String | The fingerprint for paginating to the next page. | 
| meta.links.next | String | The URL for the next page of results. | 
