Merkl Developer Portal logo
get

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

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

Path parameters

addressstring
required

The user address to check

tokenstring
required

The token address to check

Query parameters

chainIdnumber | string
required

Chain ID to check terms acceptance for

Responses

200
Response for status 200
Schema
object
recipientstring
required
Example
{
  "recipient": "string"
}