Skip to main content
GET
/
getTopPaymasters
cURL
curl --request GET \
  --url https://api.jiffyscan.xyz/v0/getTopPaymasters \
  --header 'x-api-key: <api-key>'
{
  "paymasters": [
    {
      "userOpsLength": "46",
      "address": "0x7e3393eba62da6f555a5341e079e0f6585ce8c56",
      "gasSponsored": "42272701556800000"
    },
    {
      "userOpsLength": "3",
      "address": "0x769f68e4ba8f53f3092eef34a42a811ab6365b05",
      "gasSponsored": "2350155791500000"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

skip
string

How many records to skip

network
string

Which network to query ?

first
string

How many records to return

Response

Success

An array of user operations that the address was involved in

address
string

The address of the paymaster

network
string

The network where this paymaster was deployed

totalDeposits
string

The total amount of deposits in this paymaster

gasSponsored
string

The total amount of gas sponsored by this paymaster

userOpsLength
string

The total amount of user operations sponsored by this paymaster

userOps
object[]

User Ops sponsored by this paymaster

I