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

# POST /api/v2/terms/acceptance

`POST /api/v2/terms/acceptance`

Verify and record a wallet terms acceptance signature

## Request body

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

## Response `200`

Terms acceptance recorded

- object
  - `accepted` true, required

## Other responses

- `400` — Invalid address, product, or terms version
- `401` — Signature does not belong to the submitted wallet
- `404` — Token not found
- `503` — Signature verification temporarily unavailable

## Changes

- **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/post.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)
