v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
account-abstraction

List of recent user operations

Retrieves a list of recent user operations.

get/{chain_id}/api/v2/proxy/account-abstraction/operations

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

senderstring

User operation sender address hash

bundlerstring

User operation bundler address hash

paymasterstring

User operation paymaster address hash

factorystring

User operation factory address hash

transaction_hashstring

Transaction hash in the query

entry_pointstring

User operation entry point address hash

bundle_indexinteger

User operation bundle index

block_numberinteger

User operation block number

items_countinteger

Number of items per page

page_sizeinteger

Number of items returned per page

page_tokenstring

Page token for paging

Response

List of user operations with pagination.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "page_size": 50,
    "page_token": "3937439,0xbb680271614883525ac8056c388489e80b3518ec12ec46e1b910c7238c46b565"
  }
}