---
title: "Get Wallet Statistics"
method: GET
path: "/wallet/{walletId}/stats"
tags: ["Wallets"]
---

# Get Wallet Statistics

`GET /wallet/{walletId}/stats`

This API method allows the calling application to retrieve a Wallet's stats. Please note set of Statistics should be agreed during Client's onboarding and documented elsewhere.

## Path parameters

- `walletId` string, string, required

## Query parameters

- `dateFrom` string, date, required
- `dateTo` string, date, required

## Response `200`

OK

- object — key-value pairs

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `415` — Unsupported Media Type
- `423` — Locked
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/eagleeye/apis/wallet-api.md) · [All operations](https://skmtc.net/eagleeye/apis/wallet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeye/wallet-api/revisions/90a122bb14cc/schema)
