v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
Message generator endpoints

Retrieves the message that must be signed to verify ownership of a blockchain address

Retrieves the message that must be signed to verify ownership of a blockchain address. The message must be signed with the blockchain address private key and submitted using the POST call for verification.

get/user/{domain}/address/{symbol}/signature

Path parameters

domainstring required

The domain name to query profile data

symbolstring required

The ticker symbol for the blockchain to verify

Response

Message to be signed

addressstring

The address being verified

messagestring

The message that must be signed by the domain owner's private key to verify the blockchain address

symbolstring

The blockchain associated with the address