[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.]
Tom Capital posts on X about $aud, $dxy, $4050b, currencies the most. They currently have XXXXXX followers and XXX posts still getting attention that total XXXXXX engagements in the last XX hours.
Social category influence currencies #2077 cryptocurrencies #8410 stocks XXXX% countries XXXX% finance XXXX% celebrities XXXX%
Social topic influence $aud #1, $dxy #10, $4050b #1, currencies #60, australia #1585, $usdjpy #1, capital gains 0.51%, investment 0.51%, vehicles 0.51%, wall street XXXX%
Top accounts mentioned or mentioned by @txmctrades @cryptocondom @crypto_condom @lukegromen @chase00100100 @derivativesdon @zfxtrading @stimpyz1 @teddy21btc @xlampsx @canigetaroar @scottmelker @carvana @cryptoandyit @paulie_te @crypto_cleve @cryptochase @hsvrich @theflowhorse @zappizipzap
Top assets mentioned Bitcoin (BTC)
Top posts by engagements in the last XX hours
"@Crypto_Chase Fun fact do you know what Metaplanet did before they discovered the BTC Treasury grift"
X Link @Tom__Capital 2025-10-14T08:29Z 18.8K followers, 2203 engagements
"The timing of this equity dump is interesting from a seasonal perspective as late October to early November is significant. During this period US fund managers particularly those managing mutual funds and similar pooled investment vehicles typically sell equities and other assets to realize profits for year-end capital gains distributions. Post-haste"
X Link @Tom__Capital 2025-10-11T01:23Z 21.9K followers, 11.9K engagements
"@crypto_condom X person served time in the US for for their role in the 2008 subprime crisis aka the GFC No senior Wall Street CEOs or top executives served time despite their involvement. I would bet he gets a pardon probably walks out same time as Diddy"
X Link @Tom__Capital 2025-10-15T09:31Z 21.8K followers, 1454 engagements
"$DXY ๐ CTAs are buying back USD and likely to continue. In the past three weeks they repurchased $40-50B about a third of their shorts mainly against G10 currencies. They are fully long USDJPY. EUR and AUD are most vulnerable to further declines in my opinion"
X Link @Tom__Capital 2025-10-07T22:53Z 21.9K followers, 25.2K engagements
"$AUD *AUSTRALIA SEPT. JOBLESS RATE 4.5%; EST. 4.3%"
X Link @Tom__Capital 2025-10-16T00:34Z 21.9K followers, 14K engagements
"@CanIGetARoar Preserving capital until the dust settles is the exact strategy to deploy at present this is a difficult trading environment"
X Link @Tom__Capital 2025-10-16T21:30Z 21.9K followers, XXX engagements
"A soft AUD and USDJPY should trigger risk-off sentiment and profit-taking today pushing the Nikkei lower with BTC following"
X Link @Tom__Capital 2025-10-16T00:53Z 21.9K followers, 9715 engagements
"@ZFXtrading @crypto_condom @Carvana ๐ฏ"
X Link @Tom__Capital 2025-10-13T02:21Z 21.7K followers, XXX engagements
"we all saw this one right *CHINA SANCTIONS X US-RELATED FIRMS AUD and equity futures been heavy all afternoon and making fresh lows here on these China headlines"
X Link @Tom__Capital 2025-10-14T04:09Z 21.9K followers, 6008 engagements
"I understand the temptation for people who got rekt on Fridays crypto carnage to cope and refer to this as a black swan event partiallybut no. There were plenty of visible warning signs that the market ignored in its bull-run euphoria like BTC & ALT OI/leverage to start with Trump's trade hawkishness has also been a feature all year In short gray swan all the wayhigh-impact but with a flashing dashboard of warnings"
X Link @Tom__Capital 2025-10-12T10:41Z 21.9K followers, 16.9K engagements
"Strange trading day in Asia for BTC Nikkei up Nas up USD down v AUD and EUR risk on BTC offered all day ๐คจ No trades for me good luck tonight"
X Link @Tom__Capital 2025-10-15T06:48Z 21.9K followers, 7779 engagements
"@crypto_condom @Carvana"
X Link @Tom__Capital 2025-10-12T10:43Z 21.8K followers, XXX engagements
"$BTC My view remains aggressively unchanged Still plenty of time before the weekly close"
X Link @Tom__Capital 2025-10-16T20:53Z 21.9K followers, 30.5K engagements
"@CanIGetARoar not longing anything bid side is weak and I dont think offers attractive risk reward at current levels I will long a cascade liquidation lower for short term mean reversion as we expericed past week thats about it otherwise selling strength or square"
X Link @Tom__Capital 2025-10-16T20:58Z 21.9K followers, XXX engagements
"Claiming the crypto space is much healthier after the OI cleanout is like sprinkling sawdust on urine under casino tables and calling it an improvement"
X Link @Tom__Capital 2025-10-13T21:41Z 18.8K followers, 11.5K engagements
"$USDJPY $NIKKEI ๐"
X Link @Tom__Capital 2025-10-17T06:25Z 21.9K followers, 13.4K engagements
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": "twitter::79293791",
"creator_name": "rihanna",
"creator_avatar": "https://pbs.twimg.com/profile_images/1960786225423659008/GhLekHuP_200x200.jpg",
"creator_followers": 106933122,
"creator_rank": 1,
"interactions_24h": 21430912
}
]
}
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/1956414642370015232/GEq5Z9jN_200x200.png",
"creator_followers": 208065784,
"creator_posts": 2299,
"creator_rank": 1,
"interactions_24h": 334657566
}
]
}
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": 227854844,
"creator_rank": 4,
"interactions_24h": 120031096,
"topic_influence": [
{
"topic": "elon musk",
"count": 189,
"percent": 1.71,
"rank": X
}
],
"top_community": [
{
"creator_name": "grok",
"creator_display_name": "Grok",
"creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
"count": XXX
}
]
}
}
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": 1759968000,
"end": 1760659200,
"bucket": "hour",
"name": "lunarcrush",
"remote_api": "danode1-13",
"generated": 1760647721
},
"data": [
{
"time": 1759968000,
"followers": 309011,
"interactions": 6824,
"posts_active": 35,
"creator_rank": 274812
}
]
}
Schema: