Handle Finder
  1. Schemas
Handle Finder
  • Farcaster
    • getMatch
    • getFollowersCount
    • getTotalFollowers
    • getFollowers
    • getFollowing
    • getLikesCount
    • getUserRank
    • getUserProfile
    • getUserProfilesByHandle
    • getUserProfiles
    • getFollowersHistory
    • getFollowerHistogram
    • getProfileRank
    • getRecentFollowers
    • getCasts
    • getUserEngagement
    • getTopFollowers
  • Lens
    • getUserRank
    • gatTopFollowers
    • getHistogram
    • getHistoryFollowers
    • getFollowersCount
    • getTotalFollowers
    • getScoreaverage
    • getRecentFollowers
    • findByUser
    • getProfileEngagement
    • getProfileRank
    • getCollectSumForUser
    • getCollectListForUser
    • getTopCreators
    • getTopCategories
  • Topics
    • getTopicsOfTheDay
    • getEngagers
    • getMentions
  • Categories
    • getCategories
    • getPublicationsByCategory
  • Tokens
    • getTokensMentions
    • getTokenPublicationMentions
  • Trending
    • getTrending
    • getTrendingTokensWithStats
  • Schemas
    • Schemas
      • AdminDto
      • SiweMessageDto
      • PaginationDto
      • GetLensDto
      • GetFarcasterLensMatchDto
      • GetLinksCountSevenDaysViewDto
      • GetTotalLinksViewDto
      • GetFarcasterTotalFollowingsViewDto
      • GetReactionCountSevenDaysViewDto
      • GetUserRankDto
      • HandleDto
      • OptimizedDto
      • CoverPictureDto
      • RawDto
      • PictureDto
      • MetadataDto
      • StatsDto
      • GetFarcasterProfileDto
      • GetFollowersHistoryDto
      • GetFollowerHistogramDto
      • GetProfileRankDto
      • FollowerDto
      • GetRecentFollowersDto
      • CastDto
      • getCastsDto
      • UserFarcasterDto
      • BoundDto
      • GetTopInteractionsDto
      • GetLensProfileDto
      • NotFoundException
      • GetHistogramDto
      • GetHistoryFollowersDto
      • GetFollowersCountDto
      • GetTotalFollowersDto
      • GetScoreAverageDto
      • GetUserDto
      • LensBoundDto
      • GetLensTopInteractionDto
      • RankDto
      • GetCollectSumDto
      • GetCollectDto
      • GetTopCreatorsDto
      • GetTopCategoriesDto
      • TopicDto
      • EngagersDto
      • TotalMentionsDto
      • CategoryDto
      • PublicationDto
      • TokenDto
      • PostDto
      • UserTrendingDto
      • TrendingDto
      • GetTrendingDto
      • TokenCategoryDto
      • MarketDto
      • PriceDto
      • TrendingTokensStatsDto
  1. Schemas

GetTopInteractionsDto

{
    "inbound": {
        "likes": [
            {
                "fid": 1234567890,
                "username": "user123",
                "name": "John Doe",
                "bio": "I am a social media influencer",
                "picture": "https://example.com/profile_picture.jpg",
                "url": "https://example.com/user123",
                "active": 1000,
                "createdAt": "2022-01-01T00:00:00.000Z",
                "updatedAt": "2022-01-01T00:00:00.000Z"
            }
        ],
        "comments": [
            {
                "fid": 1234567890,
                "username": "user123",
                "name": "John Doe",
                "bio": "I am a social media influencer",
                "picture": "https://example.com/profile_picture.jpg",
                "url": "https://example.com/user123",
                "active": 1000,
                "createdAt": "2022-01-01T00:00:00.000Z",
                "updatedAt": "2022-01-01T00:00:00.000Z"
            }
        ],
        "quotes": [
            {
                "fid": 1234567890,
                "username": "user123",
                "name": "John Doe",
                "bio": "I am a social media influencer",
                "picture": "https://example.com/profile_picture.jpg",
                "url": "https://example.com/user123",
                "active": 1000,
                "createdAt": "2022-01-01T00:00:00.000Z",
                "updatedAt": "2022-01-01T00:00:00.000Z"
            }
        ]
    },
    "outbound": {
        "likes": [
            {
                "fid": 1234567890,
                "username": "user123",
                "name": "John Doe",
                "bio": "I am a social media influencer",
                "picture": "https://example.com/profile_picture.jpg",
                "url": "https://example.com/user123",
                "active": 1000,
                "createdAt": "2022-01-01T00:00:00.000Z",
                "updatedAt": "2022-01-01T00:00:00.000Z"
            }
        ],
        "comments": [
            {
                "fid": 1234567890,
                "username": "user123",
                "name": "John Doe",
                "bio": "I am a social media influencer",
                "picture": "https://example.com/profile_picture.jpg",
                "url": "https://example.com/user123",
                "active": 1000,
                "createdAt": "2022-01-01T00:00:00.000Z",
                "updatedAt": "2022-01-01T00:00:00.000Z"
            }
        ],
        "quotes": [
            {
                "fid": 1234567890,
                "username": "user123",
                "name": "John Doe",
                "bio": "I am a social media influencer",
                "picture": "https://example.com/profile_picture.jpg",
                "url": "https://example.com/user123",
                "active": 1000,
                "createdAt": "2022-01-01T00:00:00.000Z",
                "updatedAt": "2022-01-01T00:00:00.000Z"
            }
        ]
    }
}
Built with