---
title: "Get reward token balance"
method: GET
path: "/token-distribution/balance/{user}"
tags: ["Token Distribution"]
---

# Get reward token balance

`GET /token-distribution/balance/{user}`

Get the reward token balance for a user

## Path parameters

- `user` string, required

## Query parameters

- `force` boolean

## Response `200`

OK

- GetTokenBalanceOutputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `availableAmount` string, required
  - `depositedAmount` string, required
  - `piggyBalance` string, required
  - `piggyEthBalance` string, required
  - `rewardsAPY` number, double, required
  - `user` string, required

## Other responses

- `default` — Error

---

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