Get 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' });

This method returns audiences, NOT audience segments. Please read the definitions and examples on this guide

Last updated