v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
account-abstraction

List of account abstraction wallets

Retrieves a list of account abstraction wallets.

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

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

factorystring

User operation factory address hash

items_countinteger

Number of items per page

page_sizeinteger

Number of items returned per page

page_tokenstring

Page token for paging

Response

List of account abstraction wallets with pagination.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "page_size": 50,
    "page_token": "0x29cB129476609bBa26372b23427Af3b87cB23aF6"
  }
}