JavaScript
const options = {method: 'GET'}; fetch('https://gp-auth-module.prod.gnosispay.com/auth/siwe/{address}', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "message": "<string>" }
Retrieve the message that users need to Sign in with Ethereum
Ethereum address
Domain requesting authentication
1
URI of the application
Application name to display in wallet
Siwe message retrieved successfully