Request a challenge nonce for wallet linking.
The user must sign this challenge message to prove ownership of the wallet. Challenge expires in 5 minutes and can only be used once.
Rate limited: 5 challenges per hour per API key.
address you want to linknonce and message to signmessage with the wallet’s private keyPOST /wallet/linkpersonal_sign) — no transaction is involved.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Wallet address to link (0x-prefixed, 40 hex chars)
^0x[a-fA-F0-9]{40}$