Last updated 7 months ago
Links your game's user account with a new or existing Dubbz account.
"0xf977814e90da44bfa03b6295a0616a897441acec"
Get Message to Sign
"I agree to Dubbz terms of service..."
const response = await fetch('https://dubbz.com/api/v1/partner/web3/signin/generate-message', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "address": "0xf977814e90da44bfa03b6295a0616a897441acec" }), }); const data = await response.json();
{ "signMessage": "I agree to Dubbz terms of service..." }