v1
latestOpenAPI 3.0.02026-07-22243670.8 KBWallet Ownership
Request a wallet ownership challenge
post/v1/wallet-ownership
Request body
Example request
{
"chain": "ethereum_sepolia",
"challenge_type": "plain",
"domain": "example.com",
"statement": "Sign in with Ethereum",
"uri": "https://example.com/login",
"wallet_address": "0x742d35cc6634c0532925a3b844bc9e7595f0beb1"
}Response
Successful response.
Example response
{
"expires_at": "2025-01-01T00:00:00.000000Z"
}