useBookmarks is a paginated hook that lets you fetch the bookmarks of a profile owned by the logged in wallet.
useBookmarks
You MUST be authenticated via useLogin to use this hook.
UseBookmarksArgs
Optional
const { data, loading, error } = useBookmarks(); Copy
const { data, loading, error } = useBookmarks();
useBookmarks
is a paginated hook that lets you fetch the bookmarks of a profile owned by the logged in wallet.You MUST be authenticated via useLogin to use this hook.