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

@cryptopapi_mike Avatar @cryptopapi_mike Mike

Mike posts on X about $anvl, coinbase, token, future of the most. They currently have XXX followers and XXX posts still getting attention that total XXX engagements in the last XX hours.

Engagements: XXX #

Engagements Line Chart

Mentions: XX #

Mentions Line Chart

Followers: XXX #

Followers Line Chart

CreatorRank: XXXXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence cryptocurrencies stocks exchanges technology brands

Social topic influence $anvl #9, coinbase, token, future of, let me, about to, over the, scoop, governance, bags

Top assets mentioned Anvil (ANVL) Coinbase Global, Inc. (COIN) PolySwarm (NCT) AMP Token (AMP)

Top Social Posts #


Top posts by engagements in the last XX hours

"Yall gonna wish you didnt let me know we can swap for some V2 $ANVL already About to scoop up 100M tokens over the next day or two"
X Link @cryptopapi_mike 2025-10-08T23:38Z XXX followers, 1679 engagements

"All I need to warm my heart is about 220M more $ANVL"
X Link @cryptopapi_mike 2025-10-13T00:52Z XXX followers, XXX engagements

"No hold on my funds Thank you Coinbase Time to buy some $ANVL"
X Link @cryptopapi_mike 2025-09-04T21:47Z XXX followers, 1199 engagements

"Go #ETH go Next #AMP then $ANVL"
X Link @cryptopapi_mike 2025-08-13T17:56Z XXX followers, 1409 engagements

"I dont know how the $ANVL Governance Council will be formed but Id love to be apart of it😎"
X Link @cryptopapi_mike 2025-10-09T00:27Z XXX followers, 1148 engagements

"Way to show up $ANVL fam Proud of everyone"
X Link @cryptopapi_mike 2025-10-03T14:51Z XXX followers, 1730 engagements

"PSA to the $ANVL fam yall have one week to fill your bags Wiring over my casino winnings to Coinbase today Theyre putting a week hold on the funds After the hold expires Ill be coming after all the $ANVL tokens Insert evil laugh"
X Link @cryptopapi_mike 2025-09-04T19:46Z XXX followers, 1752 engagements

"I believe in $ANVL Im ready to vote Goal is 1000000001 tokens after the upgrade😎"
X Link @cryptopapi_mike 2025-09-30T18:51Z XXX followers, 1705 engagements

"Super Bowl tickets should be locked in today before the public has access Appointment in X minutes @trspalding or @m_at_anvil want to be my plus one. All expenses on me😎 $ANVL"
X Link @cryptopapi_mike 2025-08-20T16:56Z XXX followers, 1860 engagements

"Now that youll have XXX% of your $ANVL what is your plan"
X Link @cryptopapi_mike 2025-10-06T00:49Z XXX followers, 1686 engagements

"Way to show up $ANVL Fam Im proud of all of you Thank you @anvil_xyz & @acr_nym_fdn being brave enough to do what needs to be done"
X Link @cryptopapi_mike 2025-10-10T21:12Z XXX followers, 1227 engagements

"Feels wrong I just bought $NCT Havent bought anything other than $ANVL & #AMP in quite some time"
X Link @cryptopapi_mike 2025-08-24T18:47Z XXX followers, 1450 engagements

"@JimWhit01883342 Enjoy these low prices while we have them🙌"
X Link @cryptopapi_mike 2025-10-13T00:50Z XXX followers, 1771 engagements

"35.3 million $ANVL available within X pools via @Uniswap Pretty cool if you ask me Who added the liquidity"
X Link @cryptopapi_mike 2025-08-15T14:07Z XXX followers, 1628 engagements

"Had a fun weekend in Vegas Looking forward to buying more $ANVL with my winnings"
X Link @cryptopapi_mike 2025-09-01T02:32Z XXX followers, 1855 engagements

"Anvil V2 vote starts in XX minutes Lets get these two proposals passed and get back on track I stand with $ANVL"
X Link @cryptopapi_mike 2025-10-03T13:52Z XXX followers, 1447 engagements

"I love & fully support $ANVL the entire @anvil_xyz team and community I whole heartedly believe the @acr_nym_fdn @trspalding & @m_at_anvil are doing whats best for the future of the token & token holders. Trust the process & geniuses fam"
X Link @cryptopapi_mike 2025-09-29T17:43Z XXX followers, 2964 engagements

"Straight from the king himself😎 $ANVL"
X Link @cryptopapi_mike 2025-09-26T20:28Z XXX followers, 3181 engagements

"Excited😎🙌 $ANVL"
X Link @cryptopapi_mike 2025-09-12T00:12Z XXX followers, 1484 engagements

"Thank you $ANVL"
X Link @cryptopapi_mike 2025-09-13T05:30Z XXX followers, 6560 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: