Optional
limit?: InputMaybe<LimitType>Optional
orderThe order by which to sort the profiles
The where clause to use to filter on what you are looking for
Experimental
Retrieves a paginated list of profiles, filtered according to specified criteria.
This signature supports React Suspense.
const { data } = useProfiles({
where: { ... },
suspense: true,
});
This API can change without notice
Retrieves a paginated list of profiles, filtered according to specified criteria.
Fetch profiles by handles
Fetch profiles by ids
Fetch profiles by owner addresses
Fetch profiles who commented on a publication
Fetch profiles who mirrored a publication
Fetch profiles who quoted a publication