Create wallet verification challenge
Wallet Access
Create wallet verification challenge
Creates an account-bound EIP-4361 nonce for a wallet address. OAuth bearer tokens require agreements.write; API keys require the equivalent account entitlement. The challenge expires after five minutes, and requesting another nonce invalidates the prior nonce for the same authenticated account and address.
POST
Create wallet verification challenge
Use an OAuth bearer access token with the
agreements.write scope, or provide X-API-Key as the alternative credential. See Authentication for delegated OAuth access and Link a wallet and access agreements for the creator and participant access model.Authorizations
Canonical API-key credential. Send X-API-Key: cns_pk_..., or Authorization: Bearer cns_pk_... only as an API-key compatibility alias.
Body
application/json
EVM wallet address to verify.
Pattern:
^0x[0-9a-fA-F]{40}$