Request a wallet ownership proof

Request a wallet ownership proof

Asks one of your existing end users to prove they control a self-hosted
(unhosted) EVM wallet. Supply the wallet address and the email of an end
user of yours; we email that user a secure hosted link where they sign a
one-time message with their wallet (EIP-191 personal_sign — no gas,
nothing broadcast on-chain). The signer is recovered and checked against the
address server-side; you observe the result via the returned status
(PENDING → VERIFIED). Returns 404 if the email is not a known end user of
your account. The hosted link is included in the response so you can share
it directly as well.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 42 and 42

EVM (0x) wallet address the end user must prove control of

string
required
length between 3 and 255

Email of an existing end user of yours; the hosted link is sent here

string
enum
Defaults to ethereum

EVM chain the proof is recorded against

Allowed:
length ≤ 128

Your business reference for this proof

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json