v1

latestOpenAPI 3.0.32026-07-142214217.0 KB
Factory

Returns the top factories in a chain

get/getTopFactories

Query parameters

skipstring
networkstring
firststring

Response

Success

idstring

Internal ID of the factory, can be ignored.

addressstring

Address of the factory

networkstring

Network on which the factory is deployed

accountsLengthstring

Number of accounts created by the factory

Example response

[
  {
    "address": "0xb73eb505abc30d0e7e15b73a492863235b3f4309",
    "accountsLength": "82",
    "accounts": [
      {
        "address": "0xcb2f663c87d811991c60402ac4947482554e3959",
        "blockTime": "1682875280",
        "blockNumber": "8723606",
        "userOpsCount": "3"
      },
      {
        "address": "0x19a2a3175086db055ceb62636371c082ff884cf0",
        "blockTime": "1682535740",
        "blockNumber": "8553836",
        "userOpsCount": "2"
      },
      {
        "address": "0x9f469607425da1a9070ff74f0404eeb6f69caaf2",
        "blockTime": "1682112284",
        "blockNumber": "8342108",
        "userOpsCount": "12"
      },
      {
        "address": "0x77b6132dc082e9e3ead70a5fe73a6c42997d5a34",
        "blockTime": "1682112150",
        "blockNumber": "8342041",
        "userOpsCount": "46"
      },
      {
        "address": "0xc1c72a3e8a1446341ba96ba4121e910cab118d60",
        "blockTime": "1681827134",
        "blockNumber": "8199533",
        "userOpsCount": "5"
      },
      {
        "address": "0xc58cb4d5ec2fd1a47efd480f6544838b3699dbff",
        "blockTime": "1681763534",
        "blockNumber": "8167733",
        "userOpsCount": "9"
      },
      {
        "address": "0x4b2abbab298ba663639f353d4e6633580274f9f9",
        "blockTime": "1681162184",
        "blockNumber": "7867058",
        "userOpsCount": "9"
      },
      {
        "address": "0x0f57e7f0b3043ea1e56e456ff2e44ddd3e864083",
        "blockTime": "1681093416",
        "blockNumber": "7832674",
        "userOpsCount": "2"
      },
      {
        "address": "0x42e1174736be199bea3ce60b97b4991736af4bc7",
        "blockTime": "1681086824",
        "blockNumber": "7829378",
        "userOpsCount": "6"
      },
      {
        "address": "0xacdf4e96ebd1481ed2923ed92eb1ee31c05f3a7a",
        "blockTime": "1680815466",
        "blockNumber": "7693699",
        "userOpsCount": "1"
      }
    ]
  }
]