---
title: "GET /api/v2/terms/acceptance"
method: GET
path: "/api/v2/terms/acceptance"
tags: ["terms", "token"]
---

# GET /api/v2/terms/acceptance

`GET /api/v2/terms/acceptance`

Check whether a wallet accepted the current product terms

## Query parameters

- `address` string, required
- `productId` string, required
- `termsVersion` string, required

## Response `200`

Terms acceptance status and, when required, message

- union
  - object
    - `accepted` true, required
  - object
    - `accepted` false, required
    - `message` string, required

## Other responses

- `400` — Invalid address, product, or terms version
- `404` — Token not found

## Changes

> 3 revisions in range; 1 could not be searched.

- **2026-08-30** `8dd0a6b8c5bc` — 2 info
  - api tag `token` added
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/originprotocol/apis/defi-analytics/changes/api/v2/terms/acceptance/get.md)

---

[API](https://skmtc.dev/originprotocol/apis/defi-analytics.md) · [All operations](https://skmtc.dev/originprotocol/apis/defi-analytics/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/originprotocol/defi-analytics/revisions/8dd0a6b8c5bc/schema)
