---
title: "Get Wallet Account Stats"
method: GET
path: "/wallet/{walletId}/account/{accountId}/stats"
tags: ["Accounts"]
---

# Get Wallet Account Stats

`GET /wallet/{walletId}/account/{accountId}/stats`

Get statistics for wallet account

## Path parameters

- `walletId` string, string, required
- `accountId` string, string, required

## Response `200`

OK

- object — key-value pairs
  - `results` object[]
    - `label` string
    - `value` string

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `409` — Conflict
- `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)
