Skip to main content
GET
/
auth
/
verify-auth
Verify authentication
curl --request GET \
  --url https://api.limitless.exchange/auth/verify-auth \
  --cookie limitless_session=
"0x1234567890123456789012345678901234567890"

Authorizations

limitless_session
string
cookie
required

Session authentication cookie obtained from /auth/login

Response

User is authenticated

Ethereum address of the authenticated user

Example:

"0x1234567890123456789012345678901234567890"