curl --request GET \
--url https://api-staging.boost.xyz/auth/session
{
"address": "<string>",
"chainId": 123,
"roles": [
"<string>"
]
}
get SIWE session info for signed-in user
curl --request GET \
--url https://api-staging.boost.xyz/auth/session
{
"address": "<string>",
"chainId": 123,
"roles": [
"<string>"
]
}
Success
The response is of type object
.