POST
/
login

Body

application/json
user_address
string
required

User's blockchain address (in hex format).

signature
string
required

User's signature (in hex format).

siwe_msg
string
required

Sign-In With Ethereum (SIWE) message in string format.

Response

200 - application/json
user_address
string

User's blockchain address (in hex format).

access_token
string

Access token used for bearer authentication.

refresh_token
string

Refresh token for extended session access.