Skip to main content
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

X-API-Key
string
header
default:YOUR_API_KEY
required

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
address
string
required

EVM wallet address to verify.

Pattern: ^0x[0-9a-fA-F]{40}$

Response

Created wallet verification challenge.

data
object
required
Example:
meta
object
required