---
title: "Get Balance Info"
method: GET
path: "/rewards/{site_id}/info"
tags: ["6. Rewards"]
---

# Get Balance Info

`GET /rewards/{site_id}/info`

Get info about current balance and total earnings for the site. Requires an organisational bearer token.

## Path parameters

- `site_id` string, uuid, required

## Response `200`

Successful Response

- BalanceInfoResponse — Response model for site balance information.
  - `current_balance_pence` integer, required — Current balance of the site in pence (total earnings minus total withdrawals)
  - `total_earnings_pence` integer, required — Lifetime earnings of the site in pence
  - `minimum_withdrawal_threshold_pence` integer, required — The minimum a user can withdraw in one transaction, in pence
  - `withdrawal_min_wait_days` integer, required — The number of days a user must wait to withdraw after their first reward
  - `can_withdraw` boolean, required — Whether the user can withdraw their balance

## Other responses

- `404` — Site not found or not authorized to access
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/axle/apis/axle-api-docs.md) · [All operations](https://skmtc.dev/axle/apis/axle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axle/axle-api-docs/revisions/75be7f9a952f/schema)
