Skip to main content
GET
Transaction Logs - By Wallet Address

Authorizations

x-api-key
string
header
required

Headers

x-amberdata-blockchain-id
enum<string>
default:ethereum-mainnet

The id of the blockchain

Available options:
ethereum-mainnet

Path Parameters

hash
string
default:0x06012c8cf97bead5deae237070f9587f8e7a266d
required

The address to retrieve logs for

Query Parameters

blockNumber
integer<int32>

Filter by logs contained in this block number

transactionHash
string

Filter by logs from a specific transaction hash

topic
string

Filter the logs by a specific event Topic

startDate
string<date-time>

Filter by logs which happened after this date

endDate
string<date-time>

Filter by logs which happened before this date

page
integer<int32>
default:0

The page number to return.

size
integer<int32>
default:50

Number of records per page

Response

200

status
integer
default:0
Example:

200

title
string
Example:

"OK"

description
string
Example:

"Successful request"

payload
object