Handle Finder
  1. Trending
Handle Finder
  • Farcaster
    • getMatch
      GET
    • getFollowersCount
      GET
    • getTotalFollowers
      GET
    • getFollowers
      GET
    • getFollowing
      GET
    • getLikesCount
      GET
    • getUserRank
      GET
    • getUserProfile
      GET
    • getUserProfilesByHandle
      GET
    • getUserProfiles
      GET
    • getFollowersHistory
      GET
    • getFollowerHistogram
      GET
    • getProfileRank
      GET
    • getRecentFollowers
      GET
    • getCasts
      GET
    • getUserEngagement
      GET
    • getTopFollowers
      GET
  • Lens
    • getUserRank
      GET
    • gatTopFollowers
      GET
    • getHistogram
      GET
    • getHistoryFollowers
      GET
    • getFollowersCount
      GET
    • getTotalFollowers
      GET
    • getScoreaverage
      GET
    • getRecentFollowers
      GET
    • findByUser
      GET
    • getProfileEngagement
      GET
    • getProfileRank
      GET
    • getCollectSumForUser
      GET
    • getCollectListForUser
      GET
    • getTopCreators
      GET
    • getTopCategories
      GET
  • Topics
    • getTopicsOfTheDay
    • getEngagers
    • getMentions
  • Categories
    • getCategories
    • getPublicationsByCategory
  • Tokens
    • getTokensMentions
    • getTokenPublicationMentions
  • Trending
    • getTrending
      POST
    • getTrendingTokensWithStats
      GET
  • 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. Trending

getTrendingTokensWithStats

GET
/api/trending/token-stats
Get trending tokens with stats

Request

Authorization
Add parameter in header
apikey
Example:
apikey: ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.handlefinder.xyz/api/trending/token-stats' \
--header 'apikey: <api-key>'

Responses

🟢200OK
application/json
Trending tokens with stats
Body

Example
[
    {
        "id": 1,
        "chain": "base",
        "symbol": "ETH",
        "name": "Ethereum",
        "description": "Blockchain governance token",
        "decimals": 18,
        "image": "https://example.com/image.png",
        "twitter": "https://x.com/ethereum",
        "telegram": "https://t.me/ethereum",
        "website": "https://github.com/ethereum",
        "genesisDate": "2022-01-01",
        "address": "0x0000000000000000000000000000000000000000",
        "categories": [
            {
                "id": 1,
                "address": "0x00000000000000000000000000000000000000000",
                "chain": "Base",
                "catergory": "Farcaster Ecosystem",
                "tokenId": "1"
            }
        ],
        "markets": [
            {
                "id": 1,
                "address": "0x00000000000000000000000000000000000000000",
                "chain": "Base",
                "identifier": "uniswap-v3-base",
                "tokenId": "1"
            }
        ],
        "price": {
            "id": 1,
            "address": "0x00000000000000000000000000000000000000000",
            "chain": "Base",
            "priceUsd": "10",
            "ath": "100",
            "atl": "5",
            "marketCap": "100000000",
            "priceChangePercentage24h": "10",
            "priceChangePercentage7d": "-10",
            "priceChangePercentage14d": "13",
            "priceChangePercentage30d": "35",
            "priceChangePercentage60d": "120",
            "priceChangePercentage200d": "20",
            "priceChangePercentage1y": "50",
            "createdAt": "2022-01-01T00:00:00.000Z",
            "tokenId": "1"
        },
        "buyers": 1000000
    }
]
🟠401Unauthorized
Previous
getTrending
Next
AdminDto
Built with