Skip to main content
GET
/
getTopFactories
cURL
curl --request GET \
  --url https://api.jiffyscan.xyz/v0/getTopFactories \
  --header 'x-api-key: <api-key>'
{
  "factories": [
    {
      "address": "0xb73eb505abc30d0e7e15b73a492863235b3f4309",
      "accountsLength": "82"
    },
    {
      "address": "0x9406cc6185a346906296840746125a0e44976454",
      "accountsLength": "12"
    },
    {
      "address": "0x71d63edcda95c61d6235552b5bc74e32d8e2527b",
      "accountsLength": "7"
    },
    {
      "address": "0xa6b71e26c5e0845f74c812102ca7114b6a896ab2",
      "accountsLength": "3"
    },
    {
      "address": "0xf6c1fbe5016602eb0f7dea83cdd39c4c934feea6",
      "accountsLength": "2"
    },
    {
      "address": "0xf2da9326f95c5ad195bc6ed366289e0f95d7bc42",
      "accountsLength": "1"
    },
    {
      "address": "0x9f21ecfd79a79d40d0b47005f1b7c217009594c5",
      "accountsLength": "1"
    },
    {
      "address": "0x56a8e4abd7ddec0d16cd7e292123cf0f478d5646",
      "accountsLength": "1"
    },
    {
      "address": "0x54ec360704b2e9e4e6499a732b78094d6d78e37b",
      "accountsLength": "1"
    },
    {
      "address": "0x51283946fbb01150b558159ea4b6f43dedd253a4",
      "accountsLength": "1"
    },
    {
      "address": "0x09c58cf6be8e25560d479bd52b4417d15bca2845",
      "accountsLength": "1"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

skip
string
network
string
first
string

Response

Success

An array of factories

id
string

Internal ID of the factory, can be ignored.

address
string

Address of the factory

network
string

Network on which the factory is deployed

accountsLength
string

Number of accounts created by the factory

accounts
object[]

Accounts created by the factory

I