Tracker Address
List recorded events for an address
get/accounts/{address}/events
Path parameters
addressstring required
Example:0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234
Query parameters
networkIdstring
sincestring date-time
limitinteger
Response
Address events
Example response
{
"address": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"data": [
{
"targetAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"contractAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.