post
/v4/internal/users/
Request body
object
addressstringrequired
User wallet addresstagsstring[]required
Tags associated with the userpost
https://api.merkl.xyz/v4/internal/users/curl -X POST "https://api.merkl.xyz/v4/internal/users/" \
-H "Content-Type: application/json" \
-d '{ "address": "string", "tags": [ "string" ] }'Current params
{
"body": {
"address": "string",
"tags": [
"string"
]
}
}Live request — this will call https://api.merkl.xyz/ for real.