post

/v4/internal/users/

Request body

object
addressstring
required
User wallet address
tagsstring[]
required
Tags associated with the user
post
https://api.merkl.xyz/v4/internal/users/
Merkl API
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.