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

# 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
- `503` — Signature verification temporarily unavailable

---

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