Skip to main content

Authenticate user

POST 

/auth

Authenticate user using signed data standard EIP-191.

Request

Query Parameters

    apiKey stringrequired

    Your Public API key.

Body

required
    hash string
    signature string
    ownerAddress string
    smartWalletAddress string

Responses

Created

Schema
    jwt string
Loading...

Was this page helpful?