POST
/
v1
/
access
/
signature
/
verify

Authorizations

x-api-key
string
headerrequired

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Body

application/json
nonce
string
required

The nonce used for message signing.

signature
string
required

The address used as the signature.

address
string
required

The address of the user.

Response

200 - application/json
success
boolean

Indicates whether the signature verification was successful.

message
string

A message indicating the result of the verification.