---
title: "Retrieve Cashback Information"
method: GET
path: "/api/v1/cashback"
tags: ["Cashback"]
---

# Retrieve Cashback Information

`GET /api/v1/cashback`

Returns user's OG status, GNO balance of Safe, cashback rate, and weekly spending cap.
The cashback rate is based on GNO balance tiers and includes the OG NFT holder bonus if applicable.

**Note:** This cashback structure is valid from November 1st, 2025.

## Response `200`

Successfully retrieved cashback information

- object
  - `isOg` boolean, required — Indicates if the user holds an OG NFT token. If true, the user receives higher cashback rates.
  - `gnoBalance` string, required — User's GNO token balance in their Safe account (as string to preserve precision)
  - `cashbackRate` number, required — Cashback rate percentage (0-5%). Includes OG NFT bonus if applicable.
  - `weeklyCapUsd` number, required — Maximum weekly spending amount eligible for cashback in USD

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