Skip to main content
GET
/
auth
/
signing-message
Get signing message
curl --request GET \
  --url https://api.limitless.exchange/auth/signing-message
"Welcome to Limitless.exchange! Please sign this message to verify your identity.\n\nNonce: 0xa1b2c3d4e5f67890..."
This endpoint is part of the cookie-based auth flow which is deprecated. For programmatic access, use an API key instead.

Response

200 - application/json

A signing message containing a nonce has been successfully generated

The response is of type string.

Example:

"Welcome to Limitless.exchange! Please sign this message to verify your identity.\n\nNonce: 0xa1b2c3d4e5f67890..."