Profile management endpoints
Verify ownership of a blockchain address
Verify ownership of a blockchain address by signing a message with your private key.
post/user/{domain}/address/{symbol}
Path parameters
domainstring required
The domain name to query profile data
symbolstring required
The ticker symbol for the blockchain to verify
Request body
Example request
{
"message": "Unique message to sign",
"signature": "cd0dadab45baf9a06ce1279d1342ecc3f44845af"
}Response
Address verification successful