[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.]
apilpirman.ip.morph posts on X about token, decentralized, $ip, bitcoin the most. They currently have XXXXX followers and XXX posts still getting attention that total XXX engagements in the last XX hours.
Social category influence cryptocurrencies exchanges stocks
Social topic influence token, decentralized, $ip #113, bitcoin, liquid, integration, infra, lombardfinance, bitget, $bgb
Top assets mentioned Story (IP) Bitcoin (BTC) Bitget Token (BGB) Gas (GAS) Near Protocol (NEAR) Filecoin (FIL) The Graph (GRT) Bittensor (TAO) Render (RENDER)
Top posts by engagements in the last XX hours
"BTC is one of the most liquid asset. Institutional payments employee salaries and more have adopted it. And IP is a productive asset and has strong valuation. Its integration with a store-of-value like BTC would be near-perfect. Story and Lombard will make this happen. They aim to create a creative ecosystem where IP can be monetized protected and traded transparently using BTC"
X Link @apilpirman 2025-10-16T13:54Z 1430 followers, XXX engagements
"@Oooz233_btc Yes of course"
X Link @apilpirman 2025-10-14T14:32Z 1426 followers, XX engagements
"The strategic partnership between @MorphLayer and Bitget makes me bullish one of Morphs best moves. By integrating the Morph network with Bitget specifically the @BitgetWallet and making $BGB the governance and gas token it increases mutual exposure. Bitgets 80M+ users now have easy access to Morphs decentralized products. The Morph Foundations 440M $BGB holdings - with 220M burned driving up the price and the remaining 220M locked with a X% monthly release - will flow entirely into liquidity incentives use case expansion and education funds strengthening Morphs development as next-gen Web3"
X Link @apilpirman 2025-10-13T17:16Z 1429 followers, XXX engagements
"The Story Security Council is currently operating. This is a step towards full community governance. This council comprised of independent security experts will safeguard the Story network from threats while ensuring a safe and secure transition to a system fully controlled by $IP holders. Decentralization is a process not an immediate event. Through the Security Council Story maintains balance between speed security and openness. Now is the time for the community to start learning understanding the governance mechanisms and preparing to take this role in the future"
X Link @apilpirman 2025-10-14T14:19Z 1428 followers, XXX engagements
"@Ayobami79 @Aria_Protocol yeahh it will be the next fresh wave"
X Link @apilpirman 2025-10-15T22:58Z 1429 followers, XX engagements
"Wow $ARIAIP"
X Link @apilpirman 2025-10-14T03:19Z 1430 followers, XXX engagements
"Strong signal for $IP. Historically tokens added to Grayscale funds have gained credibility among institutions and large investors boosting market confidence and driving price momentum. $IP is the native token of @StoryProtocol dedicated to Intellectual Property (IP) activities. One of Story's meaningful visions is to encourage ethical advanced AI development by leveraging provenance-verified IP as AI training data. For Grayscale this also strengthens their position as a leading player in Decentralized AI a sector poised for continued growth"
X Link @apilpirman 2025-10-10T21:31Z 1429 followers, XXX 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: