πŸ”Authentification

Authenticate a user using Sign in with Ethereum

POST /wallets-pro/signature/init

Initiate the login flow by asking for the SIWE to be signed

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

Params (body)

Name
Type
Description

address

string

EVM wallet used for login

Response

{
    "message": "0x1234abcd"
}

POST /wallets-pro/signature

Complete the login flow by sending the message signed

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

Params

Response

Last updated