[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.]

@ArenaManCapital Avatar @ArenaManCapital ARENA MAN CAPITAL

ARENA MAN CAPITAL posts on X about $2360hk, $csuto, $teqst, $chgde the most. They currently have XXXXX followers and XX posts still getting attention that total XXX engagements in the last XX hours.

Engagements: XXX #

Engagements Line Chart

Mentions: X #

Mentions Line Chart

Followers: XXXXX #

Followers Line Chart

CreatorRank: undefined #

CreatorRank Line Chart

Social Influence #


Social category influence stocks XXXX% finance XXXX% technology brands XXXX%

Social topic influence $2360hk #1, $csuto 9.52%, $teqst #1, $chgde #1, $sgnwa #1, $pnpto #1, $toiv 7.14%, $jks 4.76%, $66hk #1, $2191hk #1

Top accounts mentioned or mentioned by @phil_hk @joinyellowbrick @longriverhk @investingichina @valuepraya @mikefritzell @simonseverino @robinspeziale @davidkatunaric @jaminvest @ultradeep3 @capitalvalor @mosinvesting @nicoperjes @nicholasmeyers @cj0pp3l @ahoots @returnsjourney @recoverytrade @redshirtinsight

Top assets mentioned Booking Holdings Inc (BKNG) Brookfield Corporation (BN) Cloudflare, Inc. (NET) Datadog Inc (DDOG) Grab Holdings Limited Class A Ordinary Shares (GRAB) MercadoLibre Inc (MELI) Shopify Inc (SHOP) Danaher Corporation (DHR)

Top Social Posts #


Top posts by engagements in the last XX hours

"2025 Q1: XXXX% 2024: XXXX% (mistake in last Q calc) $TOI.V $CSU.TO $PNP.TO $ENGH.TO $SGN.WA $ACP.WA $ASE.WA $CHG.DE $JDG.L $GLV.L $MGPI $PDD $TBRG $2360.HK $9961.HK $BN $LMN.V $QIS.V Personally I'm having trouble finding conviction outside of the bearded"
@ArenaManCapital Avatar @ArenaManCapital on X 2025-04-01 04:04:57 UTC 1685 followers, 35.6K engagements

"2024: XX% $TOI.V $CSU.TO $PNP.TO $SGN.WA $CHG.DE $JDG.L $WISE.L $LTI.L $VIT-B.ST $TEQ.ST $2360.HK $2191.HK $66.HK $BKNG $TBRG $LMN.V cash XXXX% Tracking: $MGPI $JKS Now have a son He is who I'm thinking of when investing"
@ArenaManCapital Avatar @ArenaManCapital on X 2025-01-01 03:49:16 UTC 1685 followers, 48.8K engagements

"2024 Q1 Portfolio: $DHR $2368.HK $KPG.AX $2360.HK $1523.HK $3600.HK $0833.HK $0941.HK $CHG.DE $CSU.TO $SGN.WA $VTY.L $CRN.L $TEQ.ST $LIFCO-B.ST Cut/trimmed: $883.HK $TOI.V Added: $2360.HK $1523.HK Q1 2024 Performance: 17.88%"
@ArenaManCapital Avatar @ArenaManCapital on X 2024-03-30 08:20:57 UTC 1684 followers, 23.4K engagements

"Studying $PNP.TO holdings has really made me appreciate $CSU.TO. CSU owns at least XX other businesses related to $QIS.V under Perseus alone. Would a competing allocator do a better job vs. the data that only $CSU.TO has Many $PNP.TO holdings are difficult investment cases"
@ArenaManCapital Avatar @ArenaManCapital on X 2025-04-02 18:33:06 UTC 1684 followers, 2151 engagements

"@simonseverino No Japanese names X HK names. $2360.HK is a bet on management's proven excellence in low cost merchandising especially in wine. $9961.HK is a bet on an OTA's ability to build value in intangibles (brand/IP)"
@ArenaManCapital Avatar @ArenaManCapital on X 2025-04-01 05:16:13 UTC 1685 followers, XXX engagements

Topic Creators

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::1353384573435056128",
      "creator_name": "rovercrc",
      "creator_avatar": "https://pbs.twimg.com/profile_images/1891433835675475969/J-TloTb6_200x200.png",
      "creator_followers": 1267738,
      "creator_rank": 1,
      "interactions_24h": 1686455
    }
  ]
}

Schema:


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:

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/1591278197844414464/O6Fp0hFB_200x200.jpg",
      "creator_followers": 26725655,
      "creator_posts": 2639,
      "creator_rank": 1,
      "interactions_24h": 378298216
    }
  ]
}

Schema:


Creator

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": 221643469,
    "creator_rank": "9",
    "interactions_24h": 137219778,
    "topic_influence": [
      {
        "topic": "elon musk",
        "count": 282,
        "percent": 4.45,
        "rank": X
      }
    ]
  }
}

Schema:


Creator Time Series

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": 1750896000,
    "end": 1751587200,
    "bucket": "hour",
    "name": "lunarcrush",
    "remote_api": "danode1-13",
    "generated": 1751552702
  },
  "data": [
    {
      "time": 1750896000,
      "followers": 310261,
      "interactions": 5925,
      "posts_active": 40,
      "creator_rank": 121192
    }
  ]
}

Schema: