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

@DECAPINATION Avatar @DECAPINATION The Dead Punks of DECAPINATION

The Dead Punks of DECAPINATION posts on X about deadfellaz, all the, nft, has been the most. They currently have XXXXX followers and XX posts still getting attention that total XXX engagements in the last XX hours.

Engagements: XXX #

Engagements Line Chart

Mentions: XX #

Mentions Line Chart

Followers: XXXXX #

Followers Line Chart

CreatorRank: XXXXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence nfts #2004

Social topic influence deadfellaz #9, all the, nft, has been, kindly, og

Top assets mentioned DeadFellaz (deadfellaz)

Top Social Posts #


Top posts by engagements in the last XX hours

"@DECAPINATION HONORARY #01 I wanted the first-ever honorary from our collection to go to someone whos inspired me since I first discovered the magic of the PFP NFT space back in 2021 - @betty_nft. (Shes also an Aussie like me which makes me proud) As co-founder of DFZ Studios and the visionary behind @deadfellaz @gm_dfz (GHOST MACHINE) and @coldlinkxyz @betty_nft has been forging worlds championing artists and protecting creators futures - from building digital culture to empowering women & LGBTQ+ voices across Web3. This piece embodies her iconic Deadfellaz PFP - a heartfelt tribute to the"
X Link @DECAPINATION 2025-10-13T08:46Z 1416 followers, 1012 engagements

"@betty_nft @Deadfellaz @Groowut Love this"
X Link @DECAPINATION 2025-10-14T00:31Z 1426 followers, XX engagements

"@betty_nft @Deadfellaz Betty Ive got a surprise for you that Ill send you very soon 🌈💀 Would mean a lot if you would kindly check out our project @Deadfellaz was a big inspiration for us + we an 🦘 based PFP project. 🩷 from us and have a great weekend"
X Link @DECAPINATION 2025-10-11T01:44Z 1423 followers, XXX engagements

"No thank you Betty for inspiring me and others with the OG collection @Deadfellaz . I can remember scrolling through it for hours finding all the hidden traits and working out the different grades of decay. I've put so many hidden traits in our collection all inspired by what you did with the Horde 🌈💖"
X Link @DECAPINATION 2025-10-13T23:58Z 1459 followers, XX engagements

"🌈 Can I get a GM Punks . "
X Link @DECAPINATION 2025-10-13T05:09Z 1415 followers, XXX engagements

"@ahmedrazaeth @CatPunkOfficial @Minimalsonsol @Bearacleseth @HlLiquidfish @PlasmaPetsNFT @HyperCubsNFT @PredictlyX @hbh_btc @Keroo_pl Youre missing @DECAPINATION Gonna be the mint of 2025 🌈💀"
X Link @DECAPINATION 2025-10-14T00:41Z 1426 followers, XX engagements

"@eltiburon_eth @ahmedrazaeth @CatPunkOfficial @Minimalsonsol @Bearacleseth @HlLiquidfish @PlasmaPetsNFT @HyperCubsNFT @PredictlyX @hbh_btc @Keroo_pl Hell yes Once ppl 👀 the art. 😏"
X Link @DECAPINATION 2025-10-14T00:40Z 1426 followers, XX engagements

"GM to all the freaks 🙃 Have a punk day "
X Link @DECAPINATION 2025-10-15T12:33Z 1465 followers, XXX engagements

"@verchi_sol @Cryptology_Inc Brooo its gonna be the mint of 2025 😏"
X Link @DECAPINATION 2025-10-14T00:16Z 1426 followers, XX engagements

"GM to the REAL PUNKS 🌈💀"
X Link @DECAPINATION 2025-10-13T23:48Z 1416 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": 107096627,
      "creator_rank": 1,
      "interactions_24h": 86230220
    }
  ]
}

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": 1946,
      "creator_rank": 1,
      "interactions_24h": 303150257
    }
  ]
}

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": 226637736,
    "creator_rank": 26,
    "interactions_24h": 53318135,
    "topic_influence": [
      {
        "topic": "elon musk",
        "count": 180,
        "percent": 2.81,
        "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": 1758153600,
    "end": 1758844800,
    "bucket": "hour",
    "name": "lunarcrush",
    "remote_api": "danode2-13",
    "generated": 1758826398
  },
  "data": [
    {
      "time": 1758153600,
      "followers": 309352,
      "interactions": 1758,
      "posts_active": 29,
      "posts_created": 1,
      "creator_rank": 296332
    }
  ]
}

Schema: