[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.]
Beamswapio is shutting down due to a GMX V1 exploit. Users are advised to withdraw their liquidity as soon as possible.
Beamswapio is a decentralized exchange (DEX) and launchpad built on the Moonbeam Network.
Engagements 24-Hour Chart Data
Current Value: XX
Daily Average: XXXXX
1 Week: XXXXX +281%
1 Month: XXXXX -XX%
6 Months: XXXXXX -XX%
1 Year: XXXXXXX -XX%
1-Year High: XXXXXX on 2024-09-10
1-Year Low: X on 2025-01-09
Social Network | X |
---|---|
Engagements | XX |
Mentions 24-Hour Chart Data
Current Value: X
Daily Average: XX
1 Week: X -XX%
1 Month: XX -XX%
6 Months: XXX -XX%
1 Year: XXX -XX%
1-Year High: XXX on 2024-12-01
1-Year Low: X on 2025-01-09
Social Network | X |
---|---|
Mentions | XX |
Creators 24-Hour Chart Data
X unique social accounts have posts mentioning Beamswapio in the last XX hours which is no change from in the previous XX hours
Daily Average: X
1 Week: X -XX%
1 Month: XX -XX%
6 Months: XXX -XX%
1 Year: XXX -XX%
1-Year High: XX on 2024-11-27
1-Year Low: X on 2025-01-09
Sentiment 24-Hour Chart Data
Current Value: %
Daily Average: XX%
1 Week: XXX% +7%
1 Month: XXX% no change
6 Months: XXX% no change
1 Year: XXX% +23%
1-Year High: XXX% on 2024-08-06
1-Year Low: XX% on 2025-05-22
Top assets mentioned In the posts about Beamswapio in the last XX hours
USDC (USDC) Tether (USDT) Ethereum (ETH) Ternoa (CAPS) Lition (LIT) Swap (XWP)
Top topics mentioned In the posts about Beamswapio in the last XX hours
usdt, $xcusdt, moonbeamnetwork, dot, $xceqd, $usdc, $usdt, coins bsc, linearfinance, btc eth, $eth, enterthemythos, peaqnetwork, ternoa, lit, pen, $lit, built on, icp, worm, glint glint, #meme, positions, v1, gmx, money, financial leverage, #crypto, $xwp
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.
"#GLINT $GLINT #WORM #ChainFusionToonis built on Internet Computer #ICP $ICP. Only X NFT like this for the biggest supporter of #BeamSwap @Beamswapio Can get an awesome new piece for the collection from: or #meme #NFT"
@Seeder231 on X 2025-07-21 11:04:41 UTC XXX followers, XXX engagements
"@WhisprNews @LinearFinance @peaqnetwork @Beamswapio @Ternoa_ @EnterTheMythos The rocket is fueled 🚀"
@ImCryptOpus on X 2025-07-20 01:32:45 UTC 9938 followers, XX engagements
"🚨 Due to the recent GMX V1 exploit were saddened to announce that Beamex will shut down on August XX 2025. 🔒 Your positions are safe please withdraw your liquidity as soon as possible. Thank you for being part of our journey. 💔"
@Beamswapio on X 2025-07-19 10:37:16 UTC 60.6K followers, 1663 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": 412953,
"num_posts": 836638,
"interactions_24h": 3573313797
}
]
}
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": 1751552662
},
"summary": "Several major financial institutions and companies, such as BlackRock, Fidelity, and Microcloud Hologram Inc., are making significant moves in the Bitcoin space, including investing heavily in Bitcoin and launching new Bitcoin-related products. Additionally, regulatory developments, such as the SEC approving Grayscale's proposal to convert its fund into a spot ETF, are also having an impact. Meanwhile, some countries, like Pakistan, are exploring Bitcoin mining plans, while others, like South Africa, are seeing NFT marketplaces shut down due to market pressures."
}
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": 1750896000,
"end": 1751559896,
"bucket": "hour",
"metrics": [],
"generated": 1751552696
},
"data": [
{
"time": 1750896000,
"contributors_active": 22916,
"contributors_created": 1375,
"interactions": 3979171,
"posts_active": 46549,
"posts_created": 1920,
"sentiment": 77,
"spam": 771,
"alt_rank": 35,
"circulating_supply": 19883512,
"close": 107427,
"galaxy_score": 72,
"high": 107427,
"low": 107324.55,
"market_cap": 2136184884191,
"market_dominance": 64.9097,
"open": 107375.07,
"social_dominance": 25.1594,
"volume_24h": 51567717214
}
]
}
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": 1750896000,
"end": 1751559896,
"bucket": "hour",
"metrics": [],
"generated": 1751552696
},
"data": [
{
"time": 1750896000,
"contributors_active": 22916,
"contributors_created": 1375,
"interactions": 3979171,
"posts_active": 46549,
"posts_created": 1920,
"sentiment": 77,
"spam": 771,
"alt_rank": 35,
"circulating_supply": 19883512,
"close": 107427,
"galaxy_score": 72,
"high": 107427,
"low": 107324.55,
"market_cap": 2136184884191,
"market_dominance": 64.9097,
"open": 107375.07,
"social_dominance": 25.1594,
"volume_24h": 51567717214
}
]
}
Schema: