# GET /v4/users/{address}/terms

_Merkl API_

Check if a user address has signed Merkl's terms for a specific chain. Provide the user's wallet address and chain ID.

### Path parameters

- `address` (string) _(required)_

### Query parameters

- `chainId` (string | number) _(required)_

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/users/{address}/terms?chainId=<chainId>" \
  -H "x-api-key: YOUR_API_KEY"
```