---
title: "Get user's staking points"
method: GET
path: "/v2/staking/{master_address}/{address}/points"
tags: ["Staking"]
---

# Get user's staking points

`GET /v2/staking/{master_address}/{address}/points`

## Path parameters

- `master_address` string, required
- `address` string, required

## Query parameters

- `from` integer — Unix timestamp in seconds

## Response `200`

Returns user points

- ApiUserPoints
  - `points` number, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/versions/fd1067547679/schema)
