API Documentation
Data API
- Supported Networks
- Webhook
- User Operations
- Factory
- Bundler
- Account
- Metrics
- Paymaster
Get Top Factories
Returns the top factories in a chain
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
Internal ID of the factory, can be ignored.
Address of the factory
Network on which the factory is deployed
Number of accounts created by the factory
Accounts created by the factory
Address of the user
Network on which the user is deployed
Block time of the user
Block number of the user
Factory address of the user
User operation hash where the user was deployed
Total deposits of the user in the entry point
Number of user operations by the user
User Ops submitted by the user
Hash of the user operation.
Hash of the transaction that contains the user operation.
Address of the user that sent the operation.
The target of the user operation
Object containing meta data of the sender's account
The factory of the senders account
Object containing meta data of the target's account
The factory of the targets account if present
The paymaster of the user operation
Nonce of the user operation
Actual gas cost of the user operation
Actual gas used of the user operation
Whether the user operation was successful
Hexadecimal reason as to why the user operation reverted
Timestamp of the block in which the user operation was mined
Block number of the block in which the user operation was mined
Network on which the user operation was mined
Input for the transaction that contains the user operation
callData in Hex that was sent to the target of the user operation
Address of the beneficiary of the user operation
Factory of the user operation
Value sent to the target of the user op
Gas limit used for the verification of the user operation
Gas used for the pre-verification of the user operation
Max fee per gas of the user operation
Max priority fee per gas of the user operation
Paymaster and data of the user operation
Signature of the user operation
Internal ID of the user operation, can be ignored.
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"
}
]
}