π€Getting User Audiences using Fuul SDK
This guide will show you how to retrieve all audiences for a specific user.
To get the audiences in which a user is in, use the getUserAudiences
method.
import { Fuul } from ('@fuul/sdk');
await Fuul.getUserAudiences({ user_address: '0x12345' });
Last updated