/ DEVELOPERS / API / QW_VERIFYTYPEDDATA

qw_verifyTypedData

Server-side EIP-712 typed-data signature check. Useful for permits / meta-tx flows. Optionally enforces an expected signer.

qw_verifyTypedData

Server-side EIP-712 typed-data signature check. Useful for permits / meta-tx flows. Optionally enforces an expected signer.

qw_*category: walletreturns: object
Share link

Parameters

EIP-712 typed-data envelope

0x-prefixed 65-byte signature from the wallet

Optional — when set, response.valid requires a match

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"qw_verifyTypedData","params":[],"id":1}'