---
title: "GET /v4/users/{address}/recipient/{token}"
method: GET
path: "/v4/users/{address}/recipient/{token}"
tags: ["Users"]
---

# GET /v4/users/{address}/recipient/{token}

`GET /v4/users/{address}/recipient/{token}`

Get the recipient address for a given user address and specific token.

## Path parameters

- `address` string, required — The user address to check
- `token` string, required — The token address to check

## Query parameters

- `chainId` union, required — Chain ID to check terms acceptance for
  - string, numeric
  - number — Chain ID to check terms acceptance for

## Response `200`

Response for status 200

- object
  - `recipient` string, required

---

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