Verify Signed Signature

Cryptographically verifies that a signature was signed by a specific wallet address for the given message or data.

Body Params
string
enum
required

The blockchain of the signature

string
required

The wallet address that allegedly created the signature. Verification will confirm if this address actually signed the message.

string
required

The exact original message that was signed. Must match precisely - any modification will cause verification to fail.

string
required

The cryptographic signature to verify. This should be the complete signature value returned from the signing operation (e.g., hex string with r+s+v components).

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json