[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]

@FeineCapital Avatar @FeineCapital Feine

Feine posts on X about pulsechain, usdc, crypto taxes, bitcoin the most. They currently have XXXXX followers and XXX posts still getting attention that total XXXXX engagements in the last XX hours.

Engagements: XXXXX #

Engagements Line Chart

Mentions: X #

Mentions Line Chart

Followers: XXXXX #

Followers Line Chart

CreatorRank: XXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence cryptocurrencies #6296 finance countries

Social topic influence pulsechain #45, usdc #825, crypto taxes, bitcoin, money, nicaragua, inflation, ethereum, live on, automatic

Top accounts mentioned or mentioned by @cryptotruv @travconnors @richardheartwin @pulsesend @arkiecunt @yourfriendsommi @kestrel012 @s1ckalpha @blknoiz06 @zssbecker @lukebelmar @katieepcrypto @gigapls @ianheinischmma @cryptocoffee369 @elonmusk @martiniguyyt @coinbase @pentosh1 @iambroots

Top assets mentioned Pulsechain (PLS) USDC (USDC) Bitcoin (BTC) Ethereum (ETH)

Top Social Posts #


Top posts by engagements in the last XX hours

"If the Trump family wants to save some money they should make crypto taxes X% in America"
X Link @FeineCapital 2025-10-16T19:13Z 2863 followers, 1392 engagements

"Day X of @PulseSend in Central America Businesses in Nicaragua can now accept stablecoin payments be their own bank and save 2-3% on credit card fees. Powered by PulseChain"
X Link @FeineCapital 2025-10-22T15:36Z 2859 followers, 2963 engagements

"PulseChain feels like it's being CTO'd by the community. This is bullish"
X Link @FeineCapital 2025-10-25T14:43Z 2863 followers, 5642 engagements

"Richard Heart really waited for everyone to cry and sell waited for the scammers to leave and waited for the last leg before starting the show. Well played"
X Link @FeineCapital 2025-10-27T00:18Z 2860 followers, 12.8K engagements

"Ethereum support is now live on @PulseSend Send and receive USDC from Ethereum directly on PulseSend. Both PulseChain and Ethereum USDC are shown in your wallet. No network switching required"
X Link @FeineCapital 2025-11-01T14:53Z 2863 followers, XXX engagements

"Buying PulseChain assets and bringing new users onchain has never been easier. Experience: - Zero trading fees - Log in/Sign up to swap - Automatic token approvals Powered by @PulseSend"
X Link @FeineCapital 2025-11-02T15:38Z 2863 followers, 1054 engagements

"Bullish on Defi Bullish on RWAs Bullish on Privacy Bullish on PulseChain"
X Link @FeineCapital 2025-11-02T21:54Z 2864 followers, XXX engagements

"@USDC You guys need a new intern"
X Link @FeineCapital 2025-11-02T22:58Z 2862 followers, XXX engagements

"PulseChain sac funds are now being sent to Tornado cash"
X Link @FeineCapital 2025-10-23T16:14Z 2860 followers, 12.8K engagements

"The people on PulseChain who only bought and held cores are rekt. The traders builders and influencers arent rekt"
X Link @FeineCapital 2025-11-03T17:04Z 2861 followers, 5705 engagements

"@Trips_Wood Sounds like standard cope. You think that because youre rekt and held cores for X years waiting for someone else to pump your bags. Theres been hundreds of opportunities in PulseChain the past X years pumptires launch included"
X Link @FeineCapital 2025-11-03T18:15Z 2861 followers, XXX engagements

Category Creators

https://lunarcrush.com/api4/public/category/:category/creators/v1

Get the top creators for a social category

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/musicians/creators/v1

Example response:

{
  "data": [
    {
      "creator_id": "twitter::79293791",
      "creator_name": "rihanna",
      "creator_avatar": "https://pbs.twimg.com/profile_images/1960786225423659008/GhLekHuP_200x200.jpg",
      "creator_followers": 106933122,
      "creator_rank": 1,
      "interactions_24h": 21430912
    }
  ]
}

Schema:


Creators List

https://lunarcrush.com/api4/public/creators/list/v1

Get a list of trending social creators over all of social based on interactions. To get lists of creators by category or topic see the topics and categories endpoints.

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creators/list/v1

Example response:

{
  "data": [
    {
      "creator_name": "FoxNews",
      "creator_display_name": "Fox News",
      "creator_id": "1367531",
      "creator_network": "twitter",
      "creator_avatar": "https://pbs.twimg.com/profile_images/1956414642370015232/GEq5Z9jN_200x200.png",
      "creator_followers": 208065784,
      "creator_posts": 2299,
      "creator_rank": 1,
      "interactions_24h": 334657566
    }
  ]
}

Schema:


Creator

https://lunarcrush.com/api4/public/creator/:network/:id/v1

Get detail information on a specific creator

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/v1

Example response:

{
  "data": {
    "creator_id": "twitter::44196397",
    "creator_name": "elonmusk",
    "creator_display_name": "Elon Musk",
    "creator_avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_200x200.jpg",
    "creator_followers": 227854844,
    "creator_rank": 4,
    "interactions_24h": 120031096,
    "topic_influence": [
      {
        "topic": "elon musk",
        "count": 189,
        "percent": 1.71,
        "rank": X
      }
    ],
    "top_community": [
      {
        "creator_name": "grok",
        "creator_display_name": "Grok",
        "creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
        "count": XXX
      }
    ]
  }
}

Schema:


Creator Time Series

https://lunarcrush.com/api4/public/creator/:network/:id/time-series/v1

Get time series data on a creator.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/lunarcrush/time-series/v1

Example response:

{
  "config": {
    "network": "twitter",
    "influencer_id": "twitter::988992203568562176",
    "interval": "1w",
    "start": 1759968000,
    "end": 1760659200,
    "bucket": "hour",
    "name": "lunarcrush",
    "remote_api": "danode1-13",
    "generated": 1760647721
  },
  "data": [
    {
      "time": 1759968000,
      "followers": 309011,
      "interactions": 6824,
      "posts_active": 35,
      "creator_rank": 274812
    }
  ]
}

Schema: