Represents a message that adds verification of ownership for an Ethereum or Solana address to a user's profile. This verification proves that the user controls the specified blockchain address.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://neynar.com/schemas/hub/MessageDataVerificationAdd",
"title": "Hub MessageDataVerificationAdd",
"description": "Represents a message that adds verification of ownership for an Ethereum or Solana address to a user's profile. This verification proves that the user controls the specified blockchain address.",
"allOf": [
{
"$ref": "#/components/schemas/MessageDataCommon"
},
{
"type": "object",
"required": [
"verificationAddEthAddressBody"
],
"properties": {
"verificationAddEthAddressBody": {
"description": "Contains the blockchain address being verified, along with cryptographic proof of ownership through a signature.",
"allOf": [
{
"$ref": "#/components/schemas/VerificationAddEthAddressBody"
}
]
}
}
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.