v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
account-abstraction

List of top wallet factories

Retrieves a list of top wallet factories.

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

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

items_countinteger

Number of items per page

page_sizeinteger

Number of items returned per page

page_tokenstring

Page token for paging

Response

List of factories with pagination.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "page_size": 50,
    "page_token": "3,0xC23957e7Fea98eBD017abe15a4e7770797ff6D8d"
  }
}