API Documentation
Data API
- Supported Networks
- Webhook
- User Operations
- Factory
- Bundler
- Account
- Metrics
- Paymaster
Factory
Get Top Factories
Returns the top factories in a chain
GET
/
getTopFactories
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
Response
200
application/json
Success
An array of factories
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"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.