[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.]
Blockchain CapitalNewsmax board has authorized up to $X million in Bitcoin and Trump Coin purchases, signaling a potential shift in traditional entities exploring digital assets. This move comes amidst ongoing discussions about crypto regulation and market volatility.
Blockchain Capital is a decentralized digital currency system enabling peer-to-peer transactions without intermediaries.
Engagements 24-Hour Time-Series Raw Data
Current Value: XXX
Daily Average: XXXXXX
1 Week: XXXXX +60%
1 Month: XXXXXXX +122%
6 Months: XXXXXXXXX -XX%
1 Year: XXXXXXXXX -XXXX%
1-Year High: XXXXXXX on 2025-10-07
1-Year Low: X on 2025-09-01
| Social Network | X | |
|---|---|---|
| Engagements | XXX | XXX |
Mentions 24-Hour Time-Series Raw Data
Current Value: XX
Daily Average: XX
6 Months: XXXXX -XX%
1 Year: XXXXX +77%
1-Year High: XXX on 2025-10-14
1-Year Low: X on 2025-07-26
| Social Network | X | |
|---|---|---|
| Mentions | XX | X |
Creators 24-Hour Time-Series Raw Data
XX unique social accounts have posts mentioning Blockchain Capital in the last XX hours which is down XX% from XX in the previous XX hours
Daily Average: XX
1 Week: XX +29%
1 Month: XX +162%
6 Months: XXX -XX%
1 Year: XXXXX +47%
1-Year High: XXX on 2025-10-14
1-Year Low: X on 2025-07-26
The most influential creators that mention Blockchain Capital in the last XX hours
| Creator | Rank | Followers | Posts | Engagements |
|---|---|---|---|---|
| @hamertastic3 | X | X | XX |
Sentiment 24-Hour Time-Series Raw Data
Current Value: XXX%
Daily Average: XX%
1 Week: XXX% no change
1 Month: XXX% +8%
6 Months: XXX% +4%
1 Year: XXX% no change
1-Year High: XXX% on 2024-11-20
1-Year Low: XX% on 2025-02-11
Most Supportive Themes
Most Critical Themes
Network engagement breakdown:
| Network | Positive | % | Neutral | % | Negative | % |
|---|---|---|---|---|---|---|
| X | X% | X | X% | |||
| X | X | X% | X | X% | ||
| Total | XX | X% | XX | X% | X | NaN% |
Top assets mentioned In the posts about Blockchain Capital in the last XX hours
Bitcoin (BTC) Coinbase Global, Inc. (COIN) Ethereum (ETH) Berkshire Hathaway Inc Class B (BRK.B) Berkshire Hathaway Inc. (BRK.A) Solv Protocol (SOLV)
Top topics mentioned In the posts about Blockchain Capital in the last XX hours
blockchain, cryptocurrency, bitcoin, coins layer 1, coins bitcoin ecosystem, coins pow, investment, stocks crypto treasuries, okx, web3, canada, coinbase, stocks financial services, stocks bitcoin treasuries, chains, stocks, ethereum, $13b, coins btcfi, us shutdown, realdonaldtrump, $brkb, berkshire hathaway, cryptocurrencies, staking, token, coins bsc, $200m, philippines, solvbtc, $15m, cookiedotfun, binance, $780m, $25m, adoption, cointelegraph, signals, primary market, decentralized, $solv, acquisition
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.
""Ignore the Price 2018 Has Been a Fantastic Year for Bitcoin" According to Spencer Bogart from Blockchain Capital"
Reddit Link @crypto_theo 2025-11-03T17:56Z X followers, XXX engagements
"Why Jan 3rd Is An Important Date For Crypto Blockchain Capital Says "Investors Won't Regret Buying""
Reddit Link @CryptoDataYoutube 2025-11-03T17:56Z X followers, XX engagements
"Nine in XX Americans have heard about bitcoin Blockchain Capital survey finds"
Reddit Link @nederhandal 2025-11-03T17:56Z X followers, XX engagements
"Anchorage raises $XX million Series B led by Blockchain Capital Visa"
Reddit Link @celesterz 2025-11-03T17:56Z X 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": 335952,
"num_posts": 733220,
"interactions_24h": 3296046298
}
]
}
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": 1760641738
},
"summary": "Florida has introduced a new bill to establish Bitcoin and digital asset reserves, while BlackRock's CEO has taken back anti-Bitcoin comments, saying markets force investors to relook at their assumptions. Meanwhile, Bitcoin miners have deposited XXXXXX BTC to Binance since October 9, and traders are betting on a potential crash. Several major companies, including Steak 'n Shake and Compass Coffee, have made recent announcements related to Bitcoin adoption."
}
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": 1759968000,
"end": 1760654918,
"bucket": "hour",
"metrics": [],
"generated": 1760647718
},
"data": [
{
"time": 1759968000,
"contributors_active": 30745,
"contributors_created": 1810,
"interactions": 3972578,
"posts_active": 62957,
"posts_created": 2440,
"sentiment": 78,
"spam": 339,
"alt_rank": 198,
"circulating_supply": 19931834,
"close": 123004.71,
"galaxy_score": 56,
"high": 123004.71,
"low": 122931.87,
"market_cap": 2453542301616,
"market_dominance": 58.0797,
"open": 123004.71,
"social_dominance": 30.3039,
"volume_24h": 62979418928
}
]
}
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": 1759968000,
"end": 1760654918,
"bucket": "hour",
"metrics": [],
"generated": 1760647718
},
"data": [
{
"time": 1759968000,
"contributors_active": 30745,
"contributors_created": 1810,
"interactions": 3972578,
"posts_active": 62957,
"posts_created": 2440,
"sentiment": 78,
"spam": 339,
"alt_rank": 198,
"circulating_supply": 19931834,
"close": 123004.71,
"galaxy_score": 56,
"high": 123004.71,
"low": 122931.87,
"market_cap": 2453542301616,
"market_dominance": 58.0797,
"open": 123004.71,
"social_dominance": 30.3039,
"volume_24h": 62979418928
}
]
}
Schema: