POST
/
rpc
/
API
/
IsValidETHAuthProof
curl --request POST \
  --url https://api.sequence.app/rpc/API/IsValidETHAuthProof \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{
  "chainId": "<string>",
  "walletAddress": "<string>",
  "ethAuthProofString": "<string>"
}'
{
  "isValid": true
}

Authorizations

X-Access-Key
string
header
required

Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI

Body

application/json
chainId
string
walletAddress
string
ethAuthProofString
string

Response

200
application/json
OK
isValid
boolean