---
title: "Check whether an address signed terms of use"
method: GET
path: "/v3/terms-of-use/check/{address}"
tags: ["TermsOfUse"]
---

# Check whether an address signed terms of use

`GET /v3/terms-of-use/check/{address}`

## Path parameters

- `address` string, required

## Query parameters

- `chainId` string

## Response `200`

Terms-of-use signature status

- object
  - `data` object
    - `signed` boolean
    - `signature` object, nullable
  - `meta` PaginationMeta
    - `total` integer — Exact total count when the endpoint provides one.
    - `hasMore` boolean — Indicates whether another page exists beyond the current page.
    - `offset` integer
    - `limit` integer — Echoed page size after endpoint-side clamping.
    - `timestamp` string, date-time, required
    - `chainId` string — Comma-separated chain IDs for multi-chain responses.
    - `degradedProviders` string[] — Live providers whose data is incomplete in this response.

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.dev/euler/apis/euler-data-api-v3.md) · [All operations](https://skmtc.dev/euler/apis/euler-data-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/euler/euler-data-api-v3/revisions/2e0e17d09898/schema)
