---
title: "Get wallet count"
method: GET
path: "/v1/stats/wallets"
tags: ["Stats"]
---

# Get wallet count

`GET /v1/stats/wallets`

Get count of connected wallets (excluding bots)

## Response `200`

A successful response.

- ApiGetWalletsResponse
  - `total_traders` string, int64
  - `bot_wallets` string, int64
  - `mm_wallets` string, int64
  - `real_wallets` string, int64

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
