Last updated 9 months ago
Links your game's user account with a new or existing Dubbz account.
"{{address}}"
"{{signedMessage}}"
const response = await fetch('https://dubbz.com/api/v1/partner/web3/signin/validate-message', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "address": "{{address}}", "signedMessage": "{{signedMessage}}" }), }); const data = await response.json();