[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.]
#  @pikapikasui pika
pika posts on X about cetus, sui, $usdc, $sui the most. They currently have XXXXX followers and X posts still getting attention that total XX engagements in the last XX hours.
### Engagements: XX [#](/creator/twitter::1654777246312448000/interactions)

- X Week XXXXX +113%
- X Month XXXXXX -XX%
- X Months XXXXXXX +250%
- X Year XXXXXXX +171%
### Mentions: X [#](/creator/twitter::1654777246312448000/posts_active)

- X Month XX -XX%
- X Months XXX +78%
- X Year XXX +52%
### Followers: XXXXX [#](/creator/twitter::1654777246312448000/followers)

- X Week XXXXX +0.31%
- X Month XXXXX +3%
- X Months XXXXX +17%
- X Year XXXXX +47%
### CreatorRank: undefined [#](/creator/twitter::1654777246312448000/influencer_rank)

### Social Influence
**Social category influence**
[exchanges](/list/exchanges) XX% [cryptocurrencies](/list/cryptocurrencies) XXXX% [finance](/list/finance) XX% [events](/list/events) XXXX%
**Social topic influence**
[cetus](/topic/cetus) #46, [sui](/topic/sui) #796, [$usdc](/topic/$usdc) #190, [$sui](/topic/$sui) #345, [usdc](/topic/usdc) #806, [$cetus](/topic/$cetus) 12.5%, [staking](/topic/staking) 12.5%, [prediction markets](/topic/prediction-markets) #4092, [the first](/topic/the-first) 12.5%, [permissionless](/topic/permissionless) XXXX%
**Top accounts mentioned or mentioned by**
[@polymarket](/creator/undefined) [@achieverbuilds](/creator/undefined) [@winner_xbt](/creator/undefined) [@magic_m_1](/creator/undefined) [@djdksnel](/creator/undefined) [@djchrisssssss](/creator/undefined) [@johnny_0168](/creator/undefined)
**Top assets mentioned**
[USDC (USDC)](/topic/$usdc) [Sui (SUI)](/topic/$sui) [Cetus Protocol (CETUS)](/topic/$cetus)
### Top Social Posts
Top posts by engagements in the last XX hours
"Using single-sided LP to accumulate $CETUS and then staking"
[X Link](https://x.com/pikapikasui/status/1985361269306847656) 2025-11-03T14:59Z 1942 followers, 2117 engagements
"In prediction markets each prediction event has two or more possible outcomes and corresponding tokens are issued for each outcome. When the event concludes and the outcome is determined if X $USDC or X $SUI was staked the tokens corresponding to the correct outcome can be redeemed for X $USDC or X $SUI while the tokens for other incorrect outcomes become worthless"
[X Link](https://x.com/pikapikasui/status/1998577041592164827) 2025-12-10T02:14Z 1943 followers, 2025 engagements
"Beyond the creator of the prediction event the prediction market involves two main types of participants. The first is permissionless market makers who stake X $USDC or X $SUI to receive tokens for all possible outcomes. At this stage there is no risk but also no profitwhen the event settles market makers can always redeem their original staked amount. To generate profits market makers must either sell all outcome tokens for more than X $USDC or X $SUI or retain the tokens for the correct outcome while selling the others. The second type is prediction event traders who use their judgment to"
[X Link](https://x.com/pikapikasui/status/1998577043869774231) 2025-12-10T02:14Z 1943 followers, XXX engagements
"Cetus DLMM has two features that are particularly well-suited for prediction market makers"
[X Link](https://x.com/pikapikasui/status/1998577045912408289) 2025-12-10T02:14Z 1943 followers, XXX engagements
"@Polymarket incentivizes trading by providing rewards to makers within the current price range in the order book. Cetus DLMMs limit order mechanism closely resembles an order book making it convenient to set up incentives for prediction events"
[X Link](https://x.com/pikapikasui/status/1998577047749407063) 2025-12-10T02:14Z 1943 followers, XXX engagements
"Cetus DLMM allows for flexible fee tier and bin step configurations with the smallest price differential being as low as XXXXXX enabling market makers to choose optimal price points for placing orders"
[X Link](https://x.com/pikapikasui/status/1998577050857386133) 2025-12-10T02:14Z 1943 followers, XXX engagements
### Topic Creators
https://lunarcrush.com/api4/public/topic/:topic/creators/v1
Get the top creators for a social topic
input parameters:
+ **topic**: _Provide the topic to get details for. A topic must be all lower case and can only include letters, numbers, spaces, # and $._ **required**
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/creators/v1
```
Example response:
```json
{
"data": [
{
"creator_id": "twitter::1365093503601106946",
"creator_name": "0xEthan",
"creator_avatar": "https://pbs.twimg.com/profile_images/1933385052110413824/Ge1Q1bv6_200x200.jpg",
"creator_followers": 69297,
"creator_rank": 1,
"interactions_24h": 4454629
}
]
}
```
Schema:
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
---
### Category Creators
https://lunarcrush.com/api4/public/category/:category/creators/v1
Get the top creators for a social category
input parameters:
+ **category**: _Provide the category to get details for. A category must be all lower case and can only include letters, numbers, and spaces._ **required**
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/musicians/creators/v1
```
Example response:
```json
{
"data": [
{
"creator_id": "twitter::1138458175663988738",
"creator_name": "PopBase",
"creator_avatar": "https://pbs.twimg.com/profile_images/1268086791443230737/BRGz4AiW_200x200.jpg",
"creator_followers": 2424200,
"creator_rank": 1,
"interactions_24h": 15054704
}
]
}
```
Schema:
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
---
### Creators List
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:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creators/list/v1
```
Example response:
```json
{
"data": [
{
"creator_name": "FoxNews",
"creator_display_name": "Fox News",
"creator_id": "1367531",
"creator_network": "twitter",
"creator_avatar": "https://pbs.twimg.com/profile_images/1988465685639380992/PNFNFL7O_200x200.jpg",
"creator_followers": 228610965,
"creator_posts": 1777,
"creator_rank": 1,
"interactions_24h": 484062886
}
]
}
```
Schema:
+ **creator_name**: The unique screen name for the influencer
+ **creator_display_name**: The chosen display name for the influencer if available
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_network**: The social network for the post or influencer. We still refer to x as twitter out of developer preference.
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_posts**: total number of posts with interactions in the last XX hours
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
---
### Creator
https://lunarcrush.com/api4/public/creator/:network/:id/v1
Get detail information on a specific creator
input parameters:
+ **network**: _Provide the network for the creator. One of twitter, youtube, instagram, reddit, or tiktok_ **required**
+ **id**: _Provide the unique ID or screen name of the creator_ **required**
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/v1
```
Example response:
```json
{
"data": {
"creator_id": "twitter::44196397",
"creator_name": "elonmusk",
"creator_display_name": "Elon Musk",
"creator_avatar": "https://pbs.twimg.com/profile_images/1995407795835772928/Wp7m4L9h_200x200.jpg",
"creator_followers": 229714990,
"creator_rank": 2,
"interactions_24h": 240215998,
"topic_influence": [
{
"topic": "ai",
"count": 161,
"percent": 4.45,
"rank": XX
}
],
"top_community": [
{
"creator_name": "grok",
"creator_display_name": "Grok",
"creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
"count": XXX
}
]
}
}
```
Schema:
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_display_name**: The chosen display name for the influencer if available
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
+ **topic_influence**: an array of social topics and the creators ranking on each topic
+ **topic**: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
+ **top_community**: an array of the top accounts that have recently mentioned this creator or that this creator has mentioned
---
[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.]
@pikapikasui pikapika posts on X about cetus, sui, $usdc, $sui the most. They currently have XXXXX followers and X posts still getting attention that total XX engagements in the last XX hours.
Social category influence exchanges XX% cryptocurrencies XXXX% finance XX% events XXXX%
Social topic influence cetus #46, sui #796, $usdc #190, $sui #345, usdc #806, $cetus 12.5%, staking 12.5%, prediction markets #4092, the first 12.5%, permissionless XXXX%
Top accounts mentioned or mentioned by @polymarket @achieverbuilds @winner_xbt @magic_m_1 @djdksnel @djchrisssssss @johnny_0168
Top assets mentioned USDC (USDC) Sui (SUI) Cetus Protocol (CETUS)
Top posts by engagements in the last XX hours
"Using single-sided LP to accumulate $CETUS and then staking"
X Link 2025-11-03T14:59Z 1942 followers, 2117 engagements
"In prediction markets each prediction event has two or more possible outcomes and corresponding tokens are issued for each outcome. When the event concludes and the outcome is determined if X $USDC or X $SUI was staked the tokens corresponding to the correct outcome can be redeemed for X $USDC or X $SUI while the tokens for other incorrect outcomes become worthless"
X Link 2025-12-10T02:14Z 1943 followers, 2025 engagements
"Beyond the creator of the prediction event the prediction market involves two main types of participants. The first is permissionless market makers who stake X $USDC or X $SUI to receive tokens for all possible outcomes. At this stage there is no risk but also no profitwhen the event settles market makers can always redeem their original staked amount. To generate profits market makers must either sell all outcome tokens for more than X $USDC or X $SUI or retain the tokens for the correct outcome while selling the others. The second type is prediction event traders who use their judgment to"
X Link 2025-12-10T02:14Z 1943 followers, XXX engagements
"Cetus DLMM has two features that are particularly well-suited for prediction market makers"
X Link 2025-12-10T02:14Z 1943 followers, XXX engagements
"@Polymarket incentivizes trading by providing rewards to makers within the current price range in the order book. Cetus DLMMs limit order mechanism closely resembles an order book making it convenient to set up incentives for prediction events"
X Link 2025-12-10T02:14Z 1943 followers, XXX engagements
"Cetus DLMM allows for flexible fee tier and bin step configurations with the smallest price differential being as low as XXXXXX enabling market makers to choose optimal price points for placing orders"
X Link 2025-12-10T02:14Z 1943 followers, XXX engagements
https://lunarcrush.com/api4/public/topic/:topic/creators/v1
Get the top creators for a social topic
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/creators/v1
Example response:
{
"data": [
{
"creator_id": "twitter::1365093503601106946",
"creator_name": "0xEthan",
"creator_avatar": "https://pbs.twimg.com/profile_images/1933385052110413824/Ge1Q1bv6_200x200.jpg",
"creator_followers": 69297,
"creator_rank": 1,
"interactions_24h": 4454629
}
]
}
Schema:
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::1138458175663988738",
"creator_name": "PopBase",
"creator_avatar": "https://pbs.twimg.com/profile_images/1268086791443230737/BRGz4AiW_200x200.jpg",
"creator_followers": 2424200,
"creator_rank": 1,
"interactions_24h": 15054704
}
]
}
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/1988465685639380992/PNFNFL7O_200x200.jpg",
"creator_followers": 228610965,
"creator_posts": 1777,
"creator_rank": 1,
"interactions_24h": 484062886
}
]
}
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/1995407795835772928/Wp7m4L9h_200x200.jpg",
"creator_followers": 229714990,
"creator_rank": 2,
"interactions_24h": 240215998,
"topic_influence": [
{
"topic": "ai",
"count": 161,
"percent": 4.45,
"rank": XX
}
],
"top_community": [
{
"creator_name": "grok",
"creator_display_name": "Grok",
"creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
"count": XXX
}
]
}
}
Schema:
/creator/x::pikapikasui