GET
/
getTopPaymasters
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

200
application/json

Success

An array of user operations that the address was involved in