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

$sapiens

Texas makes history by purchasing $10M in Bitcoin ETFs, while BlackRock's Bitcoin ETF faces record outflows amidst ongoing accusations against JPMorgan for market manipulation.

About $sapiens

Bitcoin is a decentralized digital currency, without a central bank, that enables peer-to-peer transactions.

Insights

Engagements: X (24h)

Engagements Line Chart
Engagements 24-Hour Time-Series Raw Data
Current Value: X
Daily Average: XXXXX
X Week: XXX -XX%
X Month: XXXXX -XX%
X Year: XXXXXXX +213,879%
1-Year High: XXXXXX on 2025-08-05
1-Year Low: X on 2025-06-28

Engagements by network (24h): X: X

Mentions: X (24h)

Mentions Line Chart
Mentions 24-Hour Time-Series Raw Data
Current Value: X
Daily Average: X
X Week: X +20%
X Month: XX -XX%
X Year: XXX +7,600%
1-Year High: XX on 2025-08-21
1-Year Low: X on 2025-06-24

Mentions by network (24h): X: X

Creators: X (24h)

Creators Line Chart
Creators 24-Hour Time-Series Raw Data
X unique social accounts have posts mentioning $sapiens in the last XX hours which is no change from in the previous XX hours Daily Average: X
X Week: X +25%
X Month: XX -XX%
X Year: XXX +9,300%
1-Year High: XX on 2025-08-21
1-Year Low: X on 2025-06-14

Top $sapiens Social Posts

Top posts by engagements in the last XX hours

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

"🚨 Market Movers Update 🚨 Today kicks off with an impressive surge from $NEON skyrocketing XXXXX% Meanwhile $VARA continues to climb holding a strong position since the early hours. The downward trend for $SAPIEN and $XYO has intensified despite $SAPIEN's past performance as a top gainer. It's just the beginning of the day so keep an eye on these shifts as momentum builds. Disclaimer: Only USD/USDC/USDT quoted coins with 100+ trades in the last hour included. #Crypto #CryptoCurrency #Altcoins #Trading #MarketTopGainersLosers #NEON #VARA"
X Link @anomiq_io 2025-12-06T07:59Z XXX followers, XX engagements

"robotics heating up after Trump dropping the bone on doubling down in this category robotics coins are pumping $sapiens: +42% $emdr: +30% $auki: +15% $codec: +47% $nrn: +5% robotics/acc"
X Link @degenrsc 2025-12-03T20:47Z 4113 followers, XXX engagements

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": 302315,
      "num_posts": 302315,
      "interactions_24h": 3766865315
    }
  ]
}

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": 1764111936
  },
  "summary": "Texas makes history by purchasing $10M in Bitcoin ETFs, while BlackRock's Bitcoin ETF faces record outflows amidst ongoing accusations against JPMorgan for market manipulation.",
  "supportive": [
    {
      "title": "Texas Buys Bitcoin ETF",
      "description": "Texas becomes the first state to invest in a Bitcoin ETF, allocating $XX million to its strategic reserve.",
      "percent": XX
    }
  ],
  "critical": [
    {
      "title": "JPMorgan Accusations",
      "description": "JPMorgan is accused of manipulating the market, shorting MSTR, and spreading FUD, leading to calls for boycotts and investigations.",
      "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": 1763424000,
    "end": 1764115200,
    "bucket": "hour",
    "metrics": [],
    "generated": 1764112845
  },
  "data": [
    {
      "time": 1763424000,
      "alt_rank": 150,
      "circulating_supply": 19950215,
      "close": 91913,
      "galaxy_score": 53,
      "high": 91913,
      "low": 91161.89,
      "market_cap": 1831844921030,
      "market_dominance": 58.7325,
      "open": 91913,
      "social_dominance": 37.7476,
      "volume_24h": 94214589868,
      "contributors_active": 31448,
      "contributors_created": 2314,
      "interactions": 5075541,
      "posts_active": 61441,
      "posts_created": 3505,
      "sentiment": 75,
      "spam": 5990
    }
  ]
}

Schema:


Topic Time Series

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

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/v1

Example response:

{
  "config": {
    "topic": "bitcoin",
    "id": "bitcoin",
    "_self_call": true,
    "name": "Bitcoin",
    "symbol": "BTC",
    "interval": "1w",
    "start": 1763424000,
    "end": 1764115200,
    "bucket": "hour",
    "metrics": [],
    "generated": 1764112845
  },
  "data": [
    {
      "time": 1763424000,
      "alt_rank": 150,
      "circulating_supply": 19950215,
      "close": 91913,
      "galaxy_score": 53,
      "high": 91913,
      "low": 91161.89,
      "market_cap": 1831844921030,
      "market_dominance": 58.7325,
      "open": 91913,
      "social_dominance": 37.7476,
      "volume_24h": 94214589868,
      "contributors_active": 31448,
      "contributors_created": 2314,
      "interactions": 5075541,
      "posts_active": 61441,
      "posts_created": 3505,
      "sentiment": 75,
      "spam": 5990
    }
  ]
}

Schema: