---
title: "GET /getDailyMetrics"
method: GET
path: "/getDailyMetrics"
tags: ["Metrics"]
---

# GET /getDailyMetrics

`GET /getDailyMetrics`

## Query parameters

- `network` string, required
- `noOfDays` string

## Response `200`

Success

- DailyMetric[] — Get metrics of a day
  - `userOpsDaily` string — Shows user ops submitted daily
  - `bundleDaily` string — Shows bundle ops submitted daily
  - `walletsCreatedDaily` string — Shows wallets created daily
  - `gasCostCollectedDaily` string — Shows gas cost collected daily
  - `userOpsTotal` string — Shows user ops submitted total
  - `bundlesTotal` string — Shows bundle ops submitted total
  - `walletsCreatedTotal` string — Shows wallets created total
  - `gasCostCollectedTotal` string — Shows gas cost collected total
  - `activeWallets` string[] — Shows active wallets
  - `activeWalletsDaily` string — Shows active wallets daily
  - `daySinceEpoch` string — Shows day since epoch
  - `paymasterTotal` string — Shows paymaster total
  - `factoryTotal` string — Shows factory total
  - `bundlerTotal` string — Shows bundler total

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Invalid API Key
- `502` — Bad Gateway
- `default` — Success

---

[API](https://skmtc.net/jiffyscan/apis/jiffyscan-apis.md) · [All operations](https://skmtc.net/jiffyscan/apis/jiffyscan-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jiffyscan/jiffyscan-apis/revisions/6f6deddabdc5/schema)
