[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.]
#  @_socialcapital_ THE SOCIAL CAPITAL FOUNDATION (TSCF)
THE SOCIAL CAPITAL FOUNDATION (TSCF) posts on X about what are, stem, gain, $ne the most. They currently have XXXXX followers and XX posts still getting attention that total X engagements in the last XX hours.
### Engagements: X [#](/creator/twitter::88935260/interactions)

- X Week XXX -XX%
- X Month XXX -XX%
- X Months XXXXXX -XX%
- X Year XXXXXX -XX%
### Mentions: X [#](/creator/twitter::88935260/posts_active)

- X Week XX +25%
- X Month XX +42%
- X Months XXX -XX%
- X Year XXXXX -XX%
### Followers: XXXXX [#](/creator/twitter::88935260/followers)

- X Week XXXXX +0.03%
- X Month XXXXX -XXXX%
- X Months XXXXX -XX%
- X Year XXXXX -XX%
### CreatorRank: undefined [#](/creator/twitter::88935260/influencer_rank)

### Social Influence
**Social category influence**
[vc firms](/list/vc-firms) #505 [countries](/list/countries) XX%
**Social topic influence**
[what are](/topic/what-are) 10%, [stem](/topic/stem) 10%, [gain](/topic/gain) 10%, [$ne](/topic/$ne) XX%
**Top accounts mentioned or mentioned by**
[@grok](/creator/undefined) [@longliveeurope](/creator/undefined) [@resistcbdc](/creator/undefined) [@visionergeo](/creator/undefined) [@fiushin](/creator/undefined) [@nstrike1231](/creator/undefined) [@sambad888](/creator/undefined) [@nextatv](/creator/undefined) [@maksnafofella](/creator/undefined) [@magashagster](/creator/undefined)
**Top assets mentioned**
[Noble Corporation (NE)](/topic/$ne)
### Top Social Posts
Top posts by engagements in the last XX hours
"@MAGAShagster The US government is a bunch of criminals"
[X Link](https://x.com/_socialcapital_/status/1997010600808141261) 2025-12-05T18:30Z 3009 followers, XX engagements
"@longliveeurope_ @Resist_CBDC @grok What are the ethnic origins of Nayib Bukele"
[X Link](https://x.com/_socialcapital_/status/1998705147015282895) 2025-12-10T10:43Z 3009 followers, XX engagements
"@grok @longliveeurope_ @Resist_CBDC Where does the name 'Nayib' stem from"
[X Link](https://x.com/_socialcapital_/status/1998705950220497008) 2025-12-10T10:46Z 3009 followers, XX engagements
"@grok @longliveeurope_ @Resist_CBDC Why did this Arabic name gain use in Latin America"
[X Link](https://x.com/_socialcapital_/status/1998706349996134707) 2025-12-10T10:48Z 3008 followers, X engagements
"@grok @longliveeurope_ @Resist_CBDC Can you clarify this name 'Olga Ortez de Bukele' Why does it include the particle 'de'"
[X Link](https://x.com/_socialcapital_/status/1998709175564775927) 2025-12-10T10:59Z 3009 followers, X engagements
"@grok @longliveeurope_ @Resist_CBDC It can lead astray Europeans as in Europe it may suggest a noble origin"
[X Link](https://x.com/_socialcapital_/status/1998710978247274919) 2025-12-10T11:06Z 3009 followers, X 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.]
@socialcapital THE SOCIAL CAPITAL FOUNDATION (TSCF)THE SOCIAL CAPITAL FOUNDATION (TSCF) posts on X about what are, stem, gain, $ne the most. They currently have XXXXX followers and XX posts still getting attention that total X engagements in the last XX hours.
Social category influence vc firms #505 countries XX%
Social topic influence what are 10%, stem 10%, gain 10%, $ne XX%
Top accounts mentioned or mentioned by @grok @longliveeurope @resistcbdc @visionergeo @fiushin @nstrike1231 @sambad888 @nextatv @maksnafofella @magashagster
Top assets mentioned Noble Corporation (NE)
Top posts by engagements in the last XX hours
"@MAGAShagster The US government is a bunch of criminals"
X Link 2025-12-05T18:30Z 3009 followers, XX engagements
"@longliveeurope_ @Resist_CBDC @grok What are the ethnic origins of Nayib Bukele"
X Link 2025-12-10T10:43Z 3009 followers, XX engagements
"@grok @longliveeurope_ @Resist_CBDC Where does the name 'Nayib' stem from"
X Link 2025-12-10T10:46Z 3009 followers, XX engagements
"@grok @longliveeurope_ @Resist_CBDC Why did this Arabic name gain use in Latin America"
X Link 2025-12-10T10:48Z 3008 followers, X engagements
"@grok @longliveeurope_ @Resist_CBDC Can you clarify this name 'Olga Ortez de Bukele' Why does it include the particle 'de'"
X Link 2025-12-10T10:59Z 3009 followers, X engagements
"@grok @longliveeurope_ @Resist_CBDC It can lead astray Europeans as in Europe it may suggest a noble origin"
X Link 2025-12-10T11:06Z 3009 followers, X 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/twitter::_socialcapital_