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

Blue Owl Capital, Inc.

Social Dominance: XXXXX%

Social Dominance Line Chart
Social Dominance 24-Hour Time-Series Raw Data
Current Value: XXXXX%
Daily Average: XXXX%
1 Week: XXXXXX% -XXXXX%
1 Month: XXXXX% +0.01%
6 Months: XXXXX% -XXXXX%
1 Year: XXXXX% -XXXXX%
1-Year High: XXXXX% on 2025-10-02
1-Year Low: XXXXXX% on 2025-09-15

Topic Time Series v2

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": 1758153600,
    "end": 1758833579,
    "bucket": "hour",
    "metrics": [],
    "generated": 1758826379
  },
  "data": [
    {
      "time": 1758153600,
      "contributors_active": 19736,
      "contributors_created": 892,
      "interactions": 4231195,
      "posts_active": 38896,
      "posts_created": 1187,
      "sentiment": 80,
      "spam": 6467,
      "alt_rank": 667,
      "circulating_supply": 19922378,
      "close": 116313.13,
      "galaxy_score": 52,
      "high": 116313.13,
      "low": 116188.8,
      "market_cap": 2318184308977,
      "market_dominance": 56.8449,
      "open": 116313.13,
      "social_dominance": 18.7344,
      "volume_24h": 63629830396
    }
  ]
}

Schema:


Topic Time Series

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": 1758153600,
    "end": 1758833584,
    "bucket": "hour",
    "metrics": [],
    "generated": 1758826384
  },
  "data": [
    {
      "time": 1758153600,
      "contributors_active": 19736,
      "contributors_created": 892,
      "interactions": 4231195,
      "posts_active": 38896,
      "posts_created": 1187,
      "sentiment": 80,
      "spam": 6467,
      "alt_rank": 667,
      "circulating_supply": 19922378,
      "close": 116313.13,
      "galaxy_score": 52,
      "high": 116313.13,
      "low": 116188.8,
      "market_cap": 2318184308977,
      "market_dominance": 56.8449,
      "open": 116313.13,
      "social_dominance": 18.7344,
      "volume_24h": 63629830396
    }
  ]
}

Schema:


Category Topics

https://lunarcrush.com/api4/public/category/:category/topics/v1

Get the top topics for a social category

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/musicians/topics/v1

Example response:

{
  "data": [
    {
      "topic": 3038,
      "title": "Aerosmith",
      "topic_rank": 1595,
      "topic_rank_1h_previous": 1595,
      "topic_rank_24h_previous": 1368,
      "num_contributors": 1705,
      "social_dominance": 0.18492223762349608,
      "num_posts": 2536,
      "interactions_24h": 3328385
    }
  ]
}

Schema:


Topics List

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": 420430,
      "num_posts": 912873,
      "interactions_24h": 2912785759
    }
  ]
}

Schema: