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

5o7j5G4aXX9kxAapi8pYrn7fkGESvznVn5RQtaBtpump

Top Social Posts

Showing only X posts for non-authenticated requests. Use your API key in requests for full results.

"$fries just did a clean 3x. If youd slipped $XXX in youd be holding $XXX now easy. Pull up 👉 CA: 5o7j5G4aXX9kxAapi8pYrn7fkGESvznVn5RQtaBtpump $RACER $POPFROG $PIGGER"
X Link @MEME_ALPHAS 2025-11-14T02:19Z 1508 followers, XX engagements

"The lower sol goes the more realistic our narrative gets $fries 5o7j5G4aXX9kxAapi8pYrn7fkGESvznVn5RQtaBtpump"
X Link @TJLSOL 2025-11-14T01:47Z XXX followers, XXX engagements

"Take your Order now❗ 5o7j5G4aXX9kxAapi8pYrn7fkGESvznVn5RQtaBtpump I tell you again this is early you will cry if you miss this"
X Link @s55Freezy 2025-11-14T01:36Z XX followers, XX engagements

"@_Shadow36 @slingdeez @cryptofrags Wait Put the fries in the bag 5o7j5G4aXX9kxAapi8pYrn7fkGESvznVn5RQtaBtpump"
X Link @SoZozzled 2025-11-14T01:07Z XXX followers, XXX engagements

Topic Posts

https://lunarcrush.com/api4/public/topic/:topic/posts/v1

Get the top posts for a social topic. If start time is provided the result will be the top posts by interactions for the time range. If start is not provided it will be the most recent top posts by interactions from the last XX hours.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/posts/v1

Example response:

{
  "config": {
    "topic": "bitcoin",
    "type": "topic",
    "id": "bitcoin",
    "_self_call": true,
    "name": "Bitcoin",
    "symbol": "BTC",
    "generated": 1763054709
  },
  "data": [
    {
      "id": "1989006673206259821",
      "post_type": "tweet",
      "post_title": "Luxembourg already converted X% of sovereign wealth fund into bitcoin.\n\nYou can get in now or after they reach 5, XX or 50%.",
      "post_link": "https://x.com/cz_binance/status/1989006673206259821",
      "post_image": null,
      "post_created": 1763051119,
      "post_sentiment": 3.11,
      "creator_id": "twitter::902926941413453824",
      "creator_name": "cz_binance",
      "creator_display_name": "CZ 🔶 BNB",
      "creator_followers": 10481141,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1961440580279336960/PiiIs8Lh_200x200.jpg",
      "interactions_24h": 205909,
      "interactions_total": 212314
    }
  ]
}

Schema:


Topics List

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

Get a list of trending social topics.

Example request:

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

Example response:

{
  "data": [
    {
      "topic": "youtube",
      "title": "YouTube",
      "topic_rank": 1,
      "topic_rank_1h_previous": 1,
      "topic_rank_24h_previous": 1,
      "num_contributors": 300985,
      "num_posts": 300985,
      "interactions_24h": 3520437754
    }
  ]
}

Schema:


Topic Whatsup

https://lunarcrush.com/api4/public/topic/:topic/whatsup/v1

Generate an AI summary of the hottest news and social posts for a specific topic

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/whatsup/v1

Example response:

{
  "config": {
    "id": "bitcoin",
    "_self_call": true,
    "name": "Bitcoin",
    "symbol": "BTC",
    "topic": "bitcoin",
    "generated": 1763054321
  },
  "summary": "The Czech National Bank has made its first-ever purchase of Bitcoin as part of a pilot digital asset portfolio, while Cash App has launched instant Bitcoin payments for its XX million users, signaling growing adoption and integration.",
  "supportive": [
    {
      "title": "Government Adoption",
      "description": "Governments are increasingly interested in integrating Bitcoin into their financial systems, with proposals for national reserves and broader adoption.",
      "percent": XX
    }
  ],
  "critical": [
    {
      "title": "Price Volatility and Whale Activity",
      "description": "Concerns about potential price drops due to large holders selling and short-term market consolidation persist, despite positive inflows.",
      "percent": XX
    }
  ]
}

Schema:


Topic Time Series v2

https://lunarcrush.com/api4/public/topic/:topic/time-series/v2

Get historical time series data for a social topic

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/time-series/v2

Example response:

{
  "config": {
    "topic": "bitcoin",
    "id": "bitcoin",
    "_self_call": true,
    "name": "Bitcoin",
    "symbol": "BTC",
    "interval": "1w",
    "start": 1762387200,
    "end": 1763061909,
    "bucket": "hour",
    "metrics": [],
    "generated": 1763054709
  },
  "data": [
    {
      "time": 1762387200,
      "contributors_active": 28420,
      "contributors_created": 1569,
      "interactions": 3045893,
      "posts_active": 55758,
      "posts_created": 2641,
      "sentiment": 77,
      "spam": 6369,
      "alt_rank": 324,
      "circulating_supply": 19944128,
      "close": 103639.48,
      "galaxy_score": 55,
      "high": 103639.48,
      "low": 103357.43,
      "market_cap": 2065194579244,
      "market_dominance": 59.7702,
      "open": 103639.48,
      "social_dominance": 32.2176,
      "volume_24h": 76049736017
    }
  ]
}

Schema: