---
title: "Get token claiming user stats. Requires associated x-api-key."
method: GET
path: "/v1/partnership/claiming/stats/{token}/{address}"
tags: ["Partnership"]
---

# Get token claiming user stats. Requires associated x-api-key.

`GET /v1/partnership/claiming/stats/{token}/{address}`

## Path parameters

- `token` string, required
- `address` string, required

## Response `200`

User stats

- ApiPartnershipClaimingUserData
  - `wallet` string, required
  - `claimed` string, int128, required
  - `total` string, int128, 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/revisions/8f32977bfb50/schema)
