[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.]

@StonkCapital101 Avatar @StonkCapital101 StonkCapital

StonkCapital posts on X about $ionq, $qubt, $rgti, $bynd the most. They currently have XX followers and XX posts still getting attention that total XXX engagements in the last XX hours.

Engagements: XXX #

Engagements Line Chart

Mentions: X #

Mentions Line Chart

Followers: XX #

Followers Line Chart

CreatorRank: XXXXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence stocks XXXXX% technology brands XXXXX% countries XXXX% finance XXXX% automotive brands XXXX%

Social topic influence $ionq #237, $qubt #995, $rgti #213, $bynd #1633, bynd #1489, $cprt 7.69%, open ai 7.69%, nvda 7.69%, $byd 7.69%, china XXXX%

Top accounts mentioned or mentioned by @tastydeaths @qcapital2020 @pegasusfund

Top assets mentioned IonQ, Inc. (IONQ) Quantum Computing Inc. Common (QUBT) Rigetti Computing, Inc. Common Stock (RGTI) Beyond Meat, Inc. (BYND) Copart, Inc. (CPRT) Boyd Gaming Corporation (BYD) Alphabet Inc Class A (GOOGL)

Top Social Posts #


Top posts by engagements in the last XX hours

"$CPRT is cheap at XX X fwd earnings (vs historical levels and growth rate). Highly predictable high margin business. Quasi-monopoly (better than IAA by a mile). Bought some today"
X Link @StonkCapital101 2025-10-15T21:35Z XX followers, XXX engagements

"@qcapital2020 What about Open AI"
X Link @StonkCapital101 2025-10-20T21:26Z XX followers, XXX engagements

"@PegasusFund Weird that this story hasnt been picked up by the majour outlets. Almost as if this would be very very bad for NVDA and the AI trade"
X Link @StonkCapital101 2025-10-20T21:24Z XX followers, XXX engagements

"$IONQ $QUBT $RGTI degenerates when they see $BYND"
X Link @StonkCapital101 2025-10-21T21:09Z XX followers, XXX engagements

"Sold $BYD today. Not bearish about the company itself; I think its the best EV company in Asia and it will continue to grow fast in the continent and South America. But Im done investing in China. Dont see how investing in a foreign adversary can end well"
X Link @StonkCapital101 2025-10-21T00:15Z XX followers, XX engagements

"Quantum degenerates would have piled onto $IONQ $RGTI $QUBT like a bank run in 1929 if it wasnt for $BYND stealing the spotlight"
X Link @StonkCapital101 2025-10-22T16:10Z XX 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: