---
title: "Get wallet verification to sign"
method: GET
path: "/account/wallets/{address}/verification"
tags: ["external_wallets"]
---

# Get wallet verification to sign

`GET /account/wallets/{address}/verification`

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.

## Path parameters

- `address` string, required

## Response `200`

- WalletGenerateVerificationResponse
  - `@type` 'unstoppabledomains.com/partner.v3.WalletUnsignedVerification', required
  - `message` string, required

## Other responses

- `400`

---

[API](https://skmtc.net/unstoppabledomains/apis/web3-partner-api-v3.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/web3-partner-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/web3-partner-api-v3/revisions/8331236de8e8/schema)
