[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.]
Legend Capital-backed Qlub raises $30M for global expansion, while Alibaba leads a $100M investment in a Chinese humanoid robot startup with Legend Capital as a key investor.
Legend Capital is an investment firm.
Engagements 24-Hour Time-Series Raw Data
Current Value: XXX
Daily Average: XXX
1 Week: XXXXX +89%
1 Month: XXXXX -XX%
6 Months: XXXXXXX +210%
1 Year: XXXXXXX +58%
1-Year High: XXXXXXX on 2025-07-24
1-Year Low: X on 2025-01-26
Social Network | X | YouTube |
---|---|---|
Engagements | XX | XXX |
Mentions 24-Hour Time-Series Raw Data
Current Value: XX
Daily Average: X
1 Month: XX -XX%
6 Months: XXX -XXXX%
1 Year: XXX +30%
1-Year High: XX on 2025-02-07
1-Year Low: X on 2024-11-11
Social Network | X | YouTube |
---|---|---|
Mentions | XX | X |
Creators 24-Hour Time-Series Raw Data
XX unique social accounts have posts mentioning Legend Capital in the last XX hours which is up XXX% from X in the previous XX hours
Daily Average: X
1 Month: XX -XX%
6 Months: XXX -XXXX%
1 Year: XXX +26%
1-Year High: XX on 2025-07-22
1-Year Low: X on 2024-11-11
The most influential creators that mention Legend Capital in the last XX hours
Creator | Rank | Followers | Posts | Engagements |
---|---|---|---|---|
@bruh8842 | X | XXX | X | XX |
Sentiment 24-Hour Time-Series Raw Data
Current Value: XXX%
Daily Average: XX%
1 Week: XXX% no change
1 Month: XXX% no change
6 Months: XXX% no change
1 Year: XXX% no change
1-Year High: XXX% on 2024-10-17
1-Year Low: XX% on 2024-11-16
Most Supportive Themes
Most Critical Themes
Network engagement breakdown:
Network | Positive | % | Neutral | % | Negative | % |
---|---|---|---|---|---|---|
X | X | X% | XX | XX% | X | X% |
YouTube | X | X% | XXX | XX% | X | X% |
Total | X | X% | XXX | XX% | X | X% |
Top assets mentioned In the posts about Legend Capital in the last XX hours
Alibaba Group (BABA) Bitcoin (BTC) Ethereum (ETH)
Top topics mentioned In the posts about Legend Capital in the last XX hours
investment, ipo, saudi arabia, coins layer 1, stocks, $30m, bruh, has been, alibaba group, stocks consumer cyclical, alibaba, china, manchester, manchester united, asia, sung, vp, bitcoin, coins bitcoin ecosystem, coins pow, help the, away from, npc, singapore, brazil, over the, private equity, listing, south korean won, ethereum, web3, chains, como, qatar, kuwait, $25b, $100b, youtube, generated
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.
"@0x_Biswas @MMTFinance gm legend capital finds voice"
X Link @maziwellz 2025-10-15T05:09Z 1280 followers, XX engagements
"@aquiboon @0xVDEX @AbstractChain @KonaDeFi @xeetdotai gm legend capital flowing into $BTC hardare we entering regime shift_"
X Link @LukaGrunt 2025-10-14T07:57Z 8137 followers, XX engagements
"Is Luis Nani a Manchester United legend capital yes"
X Link @AFROTR3NDZ 2025-10-10T19:00Z XXX followers, XX engagements
"gM legend ____ Capital and identity are two pillars of Web3. @ekoxofficial introduces next-gen restaking: with eXETH capital works in layers securing Ethereum while unlocking DeFi as a versatile financial instrument. @snowball_money builds the universal identity layer: one name across chains where leaderboards & referrals drive real adoption of human-readable names. Two different paths one shared goal efficiency & trust in a modular Web3 @ChainGPT_Pad @Chain_GPT #Ekok $SNOWAI #Snowball $AIDEFI #ChainGPT"
X Link @Bambang10101 2025-10-01T00:33Z 1668 followers, XXX engagements
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": 420430,
"num_posts": 912873,
"interactions_24h": 2912785759
}
]
}
Schema:
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": {
"topic": "bitcoin",
"generated": 1758826249
},
"summary": "Several major companies, including Google and Capital Group, are investing in Bitcoin and related technologies, indicating growing institutional interest. Additionally, various firms, such as Melanion Capital and Oranjebtc, are developing new Bitcoin treasury models and expanding their Bitcoin holdings. Meanwhile, regulatory developments, like the SEC's approval of a new crypto ETF, are also shaping the market."
}
Schema:
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",
"name": "Bitcoin",
"symbol": "BTC",
"interval": "1w",
"start": 1758153600,
"end": 1758833579,
"bucket": "hour",
"metrics": [],
"generated": 1758826379
},
"data": [
{
"time": 1758153600,
"contributors_active": 19736,
"contributors_created": 892,
"interactions": 4231195,
"posts_active": 38896,
"posts_created": 1187,
"sentiment": 80,
"spam": 6467,
"alt_rank": 667,
"circulating_supply": 19922378,
"close": 116313.13,
"galaxy_score": 52,
"high": 116313.13,
"low": 116188.8,
"market_cap": 2318184308977,
"market_dominance": 56.8449,
"open": 116313.13,
"social_dominance": 18.7344,
"volume_24h": 63629830396
}
]
}
Schema:
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",
"name": "Bitcoin",
"symbol": "BTC",
"interval": "1w",
"start": 1758153600,
"end": 1758833584,
"bucket": "hour",
"metrics": [],
"generated": 1758826384
},
"data": [
{
"time": 1758153600,
"contributors_active": 19736,
"contributors_created": 892,
"interactions": 4231195,
"posts_active": 38896,
"posts_created": 1187,
"sentiment": 80,
"spam": 6467,
"alt_rank": 667,
"circulating_supply": 19922378,
"close": 116313.13,
"galaxy_score": 52,
"high": 116313.13,
"low": 116188.8,
"market_cap": 2318184308977,
"market_dominance": 56.8449,
"open": 116313.13,
"social_dominance": 18.7344,
"volume_24h": 63629830396
}
]
}
Schema: