get https://api.amberdata.com/blockchains/blocks//logs
Retrieves all the logs at the specified block number or hash.
Blockchains Supported
This endpoint supports Ethereum.
Response Data
Field | Type | Description |
---|---|---|
address | string | The address which created the log. |
data | string | The data associated with the log. |
logIndex | number | The index of the log within the block. |
number | string | The block number. |
removed | bool | true if the log was removed and false otherwise. |
timestamp | string | The time when the log was created. |
topics | array | The log's topics. |
transactionHash | string | The hash of the transaction that contains this log. |