[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.]
MS2 Capital posts on X about $btc, $eth, $sol, $1118k the most. They currently have XXX followers and XX posts still getting attention that total XX engagements in the last XX hours.
Social category influence cryptocurrencies XXXXX% finance XXXX% stocks XXXX% automotive brands XXXX% technology brands XXXX%
Social topic influence $btc 11.76%, $eth 8.82%, $sol 5.88%, $1118k 5.88%, $1152k 5.88%, $1239k 5.88%, $1197k 5.88%, $22k 2.94%, $49k 2.94%, $31k XXXX%
Top accounts mentioned or mentioned by @glassnode @cryptohayes @pendlefi @marginfi @jjjanitor @markoinny @worldlibertyfi @realdonaldtrumps @checkonchain @aave @compoundfinance @gabrielhaines @rleshner @sparrowpepe @watcherguru @cipher0xshade @panteracapital @0xmantle @muxprotocol @bittensor
Top assets mentioned Bitcoin (BTC) Ethereum (ETH) Solana (SOL) Netflix Inc (NFLX) Caught in 4K (4K) Strike (STRK) Strategy (MSTR) Alphabet Inc Class A (GOOGL) Tesla, Inc. (TSLA) Eversource Energy (ES) Barrick Gold Corp. (GOLD) Strategy Incorporated (STRF) Stride (STRD) Aave (AAVE) Pendle (PENDLE)
Top posts by engagements in the last XX hours
"Thursday Markets $ETH 📈Support $3272 - $3627 ⚠Caution if $3272 flips to resistance 🔴Loss of $3082 - $XX $BTC 📈Support $119.7K - $123.9K ⚠Caution if $115.2K flips to resistance 🔴Trade below $111.8K - $108.2K $SOL 📈Reclaim $XXX - $XXX ⚠Caution if 200d SMA flips to resistance 🔴Close below $XXX - $XXX 📊Market catalysts Retail sales (June) at 8:30 AM $NFLX Q2 earnings (after market close)" @ms2capital on X 2025-07-17 12:36:46 UTC XXX followers, XXX engagements
"Monday Markets $BTC 📈Support $119.7K - $123.9K ⚠Close below $115.2K support 🔴Trade below $111.8K - $109.3K $SOL 📈Reclaim support $XXX - $XXX ⚠Caution if $XXX support is lost 🔴Close below $XXX - $XXX $ES +0.09% $NQ +0.02% $GOLD +1.19% Q2 Earnings Catalyst: $TSLA and $GOOG (Wed)" @ms2capital on X 2025-07-21 13:22:36 UTC XXX followers, XXX engagements
"$BTC Short-term levels to watch: 🔵STH cost-basis 1-week: $118.2K 🔴STH cost-basis 1-month: $115K 🟢STH avg. cost-basis: $100.8K Caution if $115K support flips to resistance HTF trend support at $100.8K Above $118.2K = continuation Market catalyst: Fed Chair Powell speaks 8:30 AM" @ms2capital on X 2025-07-22 12:21:41 UTC XXX followers, XXX engagements
"$BTC STH Price Bands: 🔴+2.0: $143.9K 🟠+1.0: $133K ⚪Mean (155d): $122K 🟢-1.0: $111.1K 🟣-2.0: $100.1K 🔵STH MVRV: 1.1794(17.94% unrealized gains) 🚀Bullish Momentum: Above $122K New ATH Target 1🎯: $133K New ATH Target 2🎯: $143.9K Source: @glassnode" @ms2capital on X 2025-07-15 18:44:10 UTC XXX followers, XXX engagements
"Monday Markets $ETH 📈Support $3545 - $3874 - $4057 ⚠Caution if $3545 flips to resistance 🔴Trade below $3272 - $3082 $DYNX launches with 400K+ ETH Institutional-Grade ETH-denominated yield. $AAVE and $PENDLE 🚀" @ms2capital on X 2025-07-21 13:00:10 UTC XXX followers, 1572 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/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": "youtube::UC0C-w0YjGpqDXGB8IHb662A",
"creator_name": "edsheeran",
"creator_avatar": "https://yt3.ggpht.com/pZQ5JMD4EOI8TcNYAPTzMexe_fC0CKnb_hYlV4rPfIzmDidF239fH1XKmzkeT30XSg7fxNwc_w=s88-c-k-c0x00ffffff-no-rj",
"creator_followers": 57700000,
"creator_rank": 1,
"interactions_24h": 39981772
}
]
}
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: