POST
/
auth
/
login
login
curl --request POST \
  --url https://api-staging.boost.xyz/auth/login \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "<string>",
  "signature": "<string>"
}'
{
  "accessToken": "<string>",
  "refreshToken": "<string>"
}

Body

application/json
message
string
required

required SIWE message fields are address, chainId, and nonce (from /auth/nonce)

signature
string
required

Response

Success

accessToken
string
required
refreshToken
string
required