v1
latestOpenAPI 3.1.02026-07-2691428.4 KBGet transaction activities
Get a paginated list of transaction activities with decoded function call information. Supports filtering by sender address and block range. Note: from_block can only be used together with sender_address; providing from_block without sender_address will return a 400 error.
Query parameters
Page number. Defaults to 1.
Page number. Defaults to 1.
Number of items per page. Available options: 10, 25, 50, 100.
Number of items per page. Available options: 10, 25, 50, 100.
Start of the block range (inclusive). Requires sender_address to be provided.
Start of the block range (inclusive). Requires sender_address to be provided.
Sender wallet address (0x-prefixed hex).
Sender wallet address (0x-prefixed hex).
Sort direction: ascending or descending. Defaults to ascending.
Sort direction: ascending or descending. Defaults to ascending.
Response
Transaction activities with decoded call information