---
title: "Get a summary of all rewards for a given stablecoin"
method: GET
path: "/rewards/{currency}"
tags: ["Rewards"]
---

# Get a summary of all rewards for a given stablecoin

`GET /rewards/{currency}`

Get a summary of all rewards for a given stablecoin

## Path parameters

- `currency` string, required

## Response `200`

The summary of all rewards for a given stablecoin

- DeveloperRewardSummary
  - `developer_id` string — The developer ID of the developer
  - `currency` string — The stablecoin symbol for the reward summary
  - `balance` string — The balance of the developer in the given stablecoin
  - `rewards` string — The rewards of the developer in the given stablecoin
  - `updated_at` string — The timestamp of the last update to the reward summary, in ISO8601 format

## 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)
