
get
/v4/users/{address}/recipient/{token}
Get the recipient address for a given user address and specific token.
Path parameters
addressstringrequired
The user address to check
tokenstringrequired
The token address to check
Query parameters
chainIdnumber | stringrequired
Chain ID to check terms acceptance for
Responses
200Response for status 200
Schema
object
recipientstringrequired
Example
{
"recipient": "string"
}get
https://api.merkl.xyz/v4/users//recipient/?chainId=curl -X GET "https://api.merkl.xyz/v4/users/0xd93814273b33DD33B32cD345225CfB65DEB048Dd/recipient/0x3a4de44B29995a3D8Cd02d46243E1563E55bCc8b?chainId=1"