[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.]
Entropy Capital posts on X about $btc, xyz, $xyz, bitcoin the most. They currently have XXXXX followers and XX posts still getting attention that total XXXXX engagements in the last XX hours.
Social category influence finance XX% stocks XX% cryptocurrencies XX%
Social topic influence $btc 12%, xyz #405, $xyz #7, bitcoin #3077, hood 4%, $hood 4%, rates 4%, pin 4%, skincare 4%, thinkpad X%
Top accounts mentioned or mentioned by @futurenvesting @wealthyreadings @amitisinvesting @bryanjohnson @buzalifacu @jeremiahrogers @couchinvestor @jack @seandavid @cashapp @fintechkristen @hutchike @couch_investor
Top assets mentioned Bitcoin (BTC) Block, Inc. (XYZ) Robinhood Markets, Inc. (HOOD) Hims & Hers Health, Inc. (HIMS) UnitedHealth Group (UNH) 3SPACE ART (PACE) Crocs, Inc. (CROX) Strategy (MSTR)
Top posts by engagements in the last XX hours
"$XYZ is a significantly more innovative company than $HOOD. And its not even close" @EntropyCapital7 on X 2025-07-22 16:56:01 UTC 1962 followers, 4611 engagements
"@WealthyReadings @amitisinvesting What would you pin a higher likelihood on By end of 2026. 1) 25%+ market contraction 2) rates at or below 2%" @EntropyCapital7 on X 2025-07-22 16:58:41 UTC 1963 followers, XX engagements
"We use blueprint every day so its great to hear that its not going anywhere. You actually inspired us to start a business ourselves to make the cleanest skincare products possible. Our first product launch was longevity oil and our current best seller is age defy oil The demand for research backed longevity products is real. You are doing a great service to the world" @EntropyCapital7 on X 2025-07-23 08:56:58 UTC 1961 followers, XXX engagements
"@jeremiahrogers Ive been using my thinkpad yoga for several years now. Have had X issues the entire time" @EntropyCapital7 on X 2025-07-22 17:17:48 UTC 1965 followers, XX engagements
"$XYZ is not exposed to $BTC. It is positioned for BTC" @EntropyCapital7 on X 2025-07-23 14:33:36 UTC 1962 followers, 1171 engagements
"If not dying is the end state of $HIMS then @bryan_johnson is the ultimate bear case. Id invest in blueprint over HIMS any day of the week" @EntropyCapital7 on X 2025-07-22 17:27:15 UTC 1966 followers, XXX engagements
"Explore Afterpay banner ad in Cash App Buggy though. When I clicked explore afterpay it just dismissed the message and kept me on the regular money tab. Wouldve expected a redirect" @EntropyCapital7 on X 2025-07-16 16:15:26 UTC 1961 followers, XXX engagements
"@BuzaliFacu It will hurt growth around year end XX but insurance isnt going anywhere. and theres only a handful of insurers. $UNH valuation has fallen so sharply and $pace is so disruptive that they both feel obvious. Very countercyclical play" @EntropyCapital7 on X 2025-07-19 10:08:11 UTC 1963 followers, XXX engagements
"@_SeanDavid $BTC enriching cash app users has long been a forgotten and ignored bull case. You are one of the few accounts Ive seen mention it (besides myself 😉)" @EntropyCapital7 on X 2025-07-23 12:24:47 UTC 1961 followers, XX engagements
"My @CashApp black metal card got in today. With a nice little cash app logo on the chip. Its sturdy and heavy duty. I paid $XX to get the metal card because my prior (plastic) credit card broke Snapped right in half. Material aside the cash app card is disrupting finance. Bitcoin roundups + afterpay native integration (once available) fully replace credit cards. BNPL loan structure is objectively better than traditional credit and Bitcoin roundups are objectively better than credit card rewards" @EntropyCapital7 on X 2025-07-22 16:15:10 UTC 1962 followers, 2480 engagements
"$CROX is down XX% YTD but I see people wearing crocs and hey dudes all over the place every day" @EntropyCapital7 on X 2025-07-06 18:30:37 UTC 1963 followers, 2346 engagements
"$BTC Bitcoin Treasuries: Noise Signal and the Real Catalyst The cryptosphere loves narratives. Most are noise. Few carry genuine signal. Today the loudest distraction is the Bitcoin treasury mania with waves of companies mimicking Michael Saylors Strategy playbook. Many of these imitators will capitulate during the next severe drawdown. Saylor wasnt chasing hype. MicroStrategy started buying Bitcoin aggressively in 2020 and accumulated through the XX% crash in 2022. They moved first held steady and exploited conviction arbitrage before many institutions realized it existed. Todays Strategy" @EntropyCapital7 on X 2025-07-18 18:20:13 UTC 1961 followers, XXX engagements
"@WealthyReadings @amitisinvesting This is an original take that I havent read elsewhere. I disagree somewhat because I believe liquidity would rotate out of rate sensitive vehicles and not necessarily out of stocks but agree broadly that it would do more harm than good to stocks" @EntropyCapital7 on X 2025-07-22 16:20:49 UTC 1963 followers, XXX engagements
https://lunarcrush.com/api4/public/topic/:topic/creators/v1
Get the top creators for a social topic
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/creators/v1
Example response:
{
"data": [
{
"creator_id": "twitter::1353384573435056128",
"creator_name": "rovercrc",
"creator_avatar": "https://pbs.twimg.com/profile_images/1891433835675475969/J-TloTb6_200x200.png",
"creator_followers": 1267738,
"creator_rank": 1,
"interactions_24h": 1686455
}
]
}
Schema:
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/1591278197844414464/O6Fp0hFB_200x200.jpg",
"creator_followers": 26725655,
"creator_posts": 2639,
"creator_rank": 1,
"interactions_24h": 378298216
}
]
}
Schema:
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": 221643469,
"creator_rank": "9",
"interactions_24h": 137219778,
"topic_influence": [
{
"topic": "elon musk",
"count": 282,
"percent": 4.45,
"rank": X
}
]
}
}
Schema:
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": 1750896000,
"end": 1751587200,
"bucket": "hour",
"name": "lunarcrush",
"remote_api": "danode1-13",
"generated": 1751552702
},
"data": [
{
"time": 1750896000,
"followers": 310261,
"interactions": 5925,
"posts_active": 40,
"creator_rank": 121192
}
]
}
Schema: