cURL
curl --request GET \ --url https://b2b-api.dev-riseworks.io/v2/auth/siwe
{ "success": true, "data": { "siwe": "<string>" } }
Retrieves a SIWE (Sign-In with Ethereum) message that can be used for authentication. This message is signed by the user to prove their identity.
Wallet address of the user.
RiseID of the user.
Default Response
The response is of type object.
object