---
title: "Get total claimable rewards for the authenticated user"
method: GET
path: "/api/user/rewards/total"
tags: ["User"]
---

# Get total claimable rewards for the authenticated user

`GET /api/user/rewards/total`

Retrieves the total amount of unclaimed rewards for the authenticated user's wallet address.
This endpoint sums all non-claimed rewards from the rewards table for the user's address.
Users should have one rewards entry per competition.

## Response `200`

Total claimable rewards retrieved successfully

- object
  - `success` boolean
  - `address` string — The authenticated user's wallet address
  - `totalClaimableRewards` string — The total amount of unclaimed rewards as a string (to handle large numbers)

## Other responses

- `400` — Invalid request parameters
- `401` — User not authenticated
- `500` — Internal server error

## Changes

- **2025-10-06** `b6332b6cb028` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/user/rewards/total/get.md)

---

[API](https://skmtc.dev/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.dev/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/c4fff489ea72/schema)
