Authentication APIs
Authenticate and obtain session cookie
Authenticates the user and sets a session cookie.
POST
/
login
Body
application/json
user_address
string
requiredUser's blockchain address (in hex format).
signature
string
requiredUser's signature (in hex format).
siwe_msg
string
requiredSign-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.