πŸ”§Building widgets

Getting user current referrer

To get the referrer for a specific user use the getUserReferrer method.

import { Fuul } from ('@fuul/sdk');

await Fuul.getUserReferrer({
  user_identifier: '0x12345',
  user_identifier_type: 'evm_address',
});

Referral Widget

Find all you need to know in this guide.

Last updated