---
title: "Get a history of a customer's rewards"
method: GET
path: "/rewards/{currency}/customer/{customerID}/history"
tags: ["Rewards"]
---

# Get a history of a customer's rewards

`GET /rewards/{currency}/customer/{customerID}/history`

Get a history of a customer's rewards. Data is calculated with a t-2 business day lag; the most recent available record corresponds to two business days prior to the current date.

## Path parameters

- `currency` string, required
- `customerID` string, required — A UUID that uniquely identifies a resource

## Response `200`

The history of a customer's rewards

- CustomerRewardHistory
  - `customer_id` string — The customer ID of the customer
  - `rewards` object[] — The rewards of the customer in the given stablecoin
    - `balance` string — The balance of the customer in the given stablecoin
    - `amount` string — The amount of the reward
    - `currency` string — The stablecoin symbol for the reward summary
    - `date` string — The date of the calculated reward

## Other responses

- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

[API](https://skmtc.net/bridge/apis/bridge-api.md) · [All operations](https://skmtc.net/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
