News / Change logs

Ethereum Signature Validator API

Aim

Authenticates SDK users from their EOAs.

HTTP Endpoint

Introduction

Features

How to use API

Request Body

Response

# Status Code: 200
{ isValid: true, invalidReason: null, triedSignMethods: ['eth_sign'] }