GET
/
auth
/
session
curl --request GET \
  --url https://api-staging.boost.xyz/auth/session
{
  "address": "<string>",
  "chainId": 123,
  "roles": [
    "<string>"
  ]
}

Response

200
application/json

Success

The response is of type object.