client.verify() - you do not need to read this page to ship.
Use this reference when you implement raw POST /api/v1/verification or debug SIGNATURE_VERIFICATION_FAILED / invalid signature responses.
Why
The wallet agrees to the request; NEUS returns a proof ID (proofId / qHash).
Raw HTTP only
If you call the API without the SDK:- Build the verification JSON body you will submit.
POST /api/v1/verification/standardizewith that body tosignerString(exact bytes to sign).- Sign
signerString. POST /api/v1/verificationwith the same body +signature.
standardize returns (or SDK standardizeVerificationRequest) for that exact body.
Troubleshooting
- Re-run
/standardizeon the same payload and comparesignerStringto what the wallet signed. walletAddress,verifierIds,data,signedTimestamp, and chain fields must match between standardize and submit.
Shape
UTF-8, LF newlines.SDK helpers
client.verify() when possible: JavaScript SDK | Quickstart
Wallets
| Type | Standard |
|---|---|
| EOA | EIP-191 |
| Contract | EIP-1271 |
| Counterfactual | EIP-6492 |
Related
How it works
Flow.
API auth
HTTP.
Verifiers
Ids.
CAIP-380
Envelope.