---
title: "Retrieve Rewards Information"
method: GET
path: "/api/v1/rewards"
tags: ["Rewards"]
---

# Retrieve Rewards Information

`GET /api/v1/rewards`

Returns user's OG status, GNO balance of Safe, and calculated base cashback rate.
Note that the cashbackRate returned does not include the +1% bonus for OG NFT holders - to get the total cashback rate, add 1% to the cashbackRate if isOg is true.

## Response `200`

Successfully retrieved rewards information

- object
  - `isOg` boolean, required — Indicates if the user holds an OG NFT token. If true, the user gets an additional 1% cashback on top of the base cashbackRate.
  - `gnoBalance` number, required — User's GNO token balance in their Safe account
  - `cashbackRate` number, required — Base cashback rate calculated from GNO balance (0-4%). For OG NFT holders, add 1% to this rate to get the total cashback rate.

## Other responses

- `401` — Unauthorized Error
- `500` — Internal server error

---

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