# Get wallet verification to sign In order to use an self-custody wallet within the API, you must first use it to sign a verification message. This endpoint will provide the specific substring that needs to be signed. The response message is meant to be included in personal_sign request for the wallet owner to sign. The exact message that is signed simply needs to include the response message, so you can include some human-friendly text, as well. Endpoint: GET /account/wallets/{address}/verification Version: 3.0.0 Security: bearer ## Path parameters: - `address` (string, required) ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.WalletUnsignedVerification" - `message` (string, required)