v1

latestOpenAPI 3.0.32026-07-142214217.0 KB
Metrics

get/getDailyMetrics

Query parameters

networkstring required
noOfDaysstring

Response

Success

userOpsDailystring

Shows user ops submitted daily

bundleDailystring

Shows bundle ops submitted daily

walletsCreatedDailystring

Shows wallets created daily

gasCostCollectedDailystring

Shows gas cost collected daily

userOpsTotalstring

Shows user ops submitted total

bundlesTotalstring

Shows bundle ops submitted total

walletsCreatedTotalstring

Shows wallets created total

gasCostCollectedTotalstring

Shows gas cost collected total

activeWalletsstring[]

Shows active wallets

activeWalletsDailystring

Shows active wallets daily

daySinceEpochstring

Shows day since epoch

paymasterTotalstring

Shows paymaster total

factoryTotalstring

Shows factory total

bundlerTotalstring

Shows bundler total

Example response

[
  {
    "userOpsDaily": "6",
    "bundleDaily": "6",
    "walletsCreatedDaily": "2",
    "gasCostCollectedDaily": "3654133652263450",
    "userOpsTotal": "630",
    "bundlesTotal": "603",
    "walletsCreatedTotal": "112",
    "gasCostCollectedTotal": "147691189272280866",
    "activeWallets": [
      "0xf48bbf990d5049a2ce0375fc166f65d2582627f3",
      "0x935fdb2cf5e3afec201ae6793912c85ddc9c67d1"
    ],
    "activeWalletsDaily": "2",
    "daySinceEpoch": "19481",
    "paymasterTotal": "15",
    "factoryTotal": "11",
    "bundlerTotal": "22"
  }
]