v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBaddresses
List event logs emitted by or involving a specific address
Retrieves event logs emitted by or involving a specific address.
get/{chain_id}/api/v2/addresses/{address_hash_param}/logs
Path parameters
address_hash_paramstring required
Address hash in the path
chain_idstring required
The ID of the blockchain
Query parameters
topicstring
Log topic param in the query
items_countinteger
Number of items per page
block_numberinteger
Block number for paging
indexinteger
Item index for paging
Response
Event logs for the specified address, with pagination.
Example response
{
"next_page_params": {
"block_number": 22546398,
"index": 268
}
}