---
title: "Get wallet points"
method: GET
path: "/v1/points/{wallet_address}"
tags: ["Points"]
---

# Get wallet points

`GET /v1/points/{wallet_address}`

Get a wallet's lifetime total points, tier, and leaderboard rank. Wallets with no points yet return zeroed values, not a 404. Requires JWT; wallet_address must match the caller's own account.

## Path parameters

- `wallet_address` string, required

## Response `200`

A successful response.

- ApiGetWalletPointsResponse
  - `wallet_address` string
  - `total_points` string
  - `tier` ApiTierDto
    - `id` string, int64
    - `name` string
    - `min_total_points` string
    - `display_order` integer
  - `rank` 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/versions/194af8339c0d/schema)
