get https://api.amberdata.com/blockchains/addresses//logs
Retrieves the logs for the transactions where this address is either the originator or a recipient.
Blockchains Supported
This endpoint supports Ethereum.
Response Data
Field | Type | Description |
---|---|---|
totalRecords | number | The total number of log objects. |
records | array | An array of record objects containing data on individual logs. |
address | string | The originator or recipient address of the transaction log. |
blockHash | string | The block header hash of the block containing this log. |
blockNumber | string | The blocknumber of the block containing this log. |
blockchainId | string | The blockchain Id of the blockchain that contains this address. |
data | array | Contains the non-indexed arguments of the log. |
dataSize | number | The size of the data contained in the data field. |
logIndex | string | The index of the log in the transaction. |
removed | boolean | true when the log was removed, due to a chain reorganization and false if its a valid log. |
timestamp | number | The time of when the log was emitted |
timestampNanoseconds | number | The nano second part of the timestamp, where applicable. |
topics | array | An array containing the event hash at topics[0] and it's indexed parameters at topics[1...n] . |
transactionHash | string | The transaction hash. |
transactionIndex | string | The index of the transaction within the block. |