Social
1. Get Social Trend Data for a Coin
GET https://api.qa.trendmoon.ai/social/trendcurl -X GET 'https://api.qa.trendmoon.ai/social/trend?symbol=SOL&date_interval=4&time_interval=1d' \
-H 'accept: application/json' \
-H 'Api-key: YOUR_API_KEY'{
"coin_id": "solana",
"name": "Solana",
"symbol": "sol",
"contract_address": null,
"market_cap_rank": 5,
"trend_market_data": [
{
"date": "2025-04-01T00:00:00+00:00",
"hour_social_perc_diff": 406.41247833622185,
"day_social_perc_diff": 406.41247833622185,
"sentiment_score": null,
"symbol_count": 1715,
"name_count": 1127,
"social_mentions": 2922,
"social_dominance": 0.12129204161465168,
"relative_social_dominance": null,
"price": 126.99667,
"market_cap": 65073458808,
"total_volume": 3530661268,
"lc_posts_created": 11110,
"lc_posts_active": 41624,
"lc_interactions": 19348255,
"lc_contributors_created": 5387,
"lc_contributors_active": 17371,
"lc_sentiment": 84,
"lc_social_dominance": 0.08036099999999999,
"lc_social_volume_24h": null,
"lc_galaxy_score": 71,
"lc_galaxy_score_previous": null,
"lc_alt_rank": 227,
"lc_alt_rank_previous": null
},
{
"date": "2025-04-02T00:00:00+00:00",
"hour_social_perc_diff": -100,
"day_social_perc_diff": -100,
"sentiment_score": null,
"symbol_count": 0,
"name_count": 0,
"social_mentions": 0,
"social_dominance": 0,
"relative_social_dominance": null,
"price": 118.82,
"market_cap": 61098137240,
"total_volume": 5824972423,
"lc_posts_created": 11946,
"lc_posts_active": 45916,
"lc_interactions": 19407188,
"lc_contributors_created": 5893,
"lc_contributors_active": 18917,
"lc_sentiment": 84,
"lc_social_dominance": 0.083276,
"lc_social_volume_24h": null,
"lc_galaxy_score": 69,
"lc_galaxy_score_previous": null,
"lc_alt_rank": 339,
"lc_alt_rank_previous": null
},
{
"date": "2025-04-03T00:00:00+00:00",
"hour_social_perc_diff": null,
"day_social_perc_diff": null,
"sentiment_score": null,
"symbol_count": 2085,
"name_count": 716,
"social_mentions": 2939,
"social_dominance": 0.03119475891192754,
"relative_social_dominance": null,
"price": 117.05626,
"market_cap": 60114820903,
"total_volume": 6262318134,
"lc_posts_created": 12673,
"lc_posts_active": 46573,
"lc_interactions": 22131022,
"lc_contributors_created": 6275,
"lc_contributors_active": 19337,
"lc_sentiment": 84,
"lc_social_dominance": 0.086237,
"lc_social_volume_24h": null,
"lc_galaxy_score": 68,
"lc_galaxy_score_previous": null,
"lc_alt_rank": 304,
"lc_alt_rank_previous": null
},
{
"date": "2025-04-04T00:00:00+00:00",
"hour_social_perc_diff": 27.35624362027901,
"day_social_perc_diff": 27.35624362027901,
"sentiment_score": null,
"symbol_count": 2739,
"name_count": 872,
"social_mentions": 3743,
"social_dominance": 0.04816404974553734,
"relative_social_dominance": null,
"price": 122.78487,
"market_cap": 63119906836,
"total_volume": 5182517335,
"lc_posts_created": 13076,
"lc_posts_active": 48070,
"lc_interactions": 20185480,
"lc_contributors_created": 6110,
"lc_contributors_active": 19461,
"lc_sentiment": 84,
"lc_social_dominance": 0.08937300000000001,
"lc_social_volume_24h": null,
"lc_galaxy_score": 67,
"lc_galaxy_score_previous": null,
"lc_alt_rank": 30,
"lc_alt_rank_previous": null
},
{
"date": "2025-04-05T00:00:00+00:00",
"hour_social_perc_diff": -58.96339834357467,
"day_social_perc_diff": -58.96339834357467,
"sentiment_score": null,
"symbol_count": 969,
"name_count": 406,
"social_mentions": 1536,
"social_dominance": 0.037035160626356416,
"relative_social_dominance": null,
"price": 117.8528,
"market_cap": 60644818155,
"total_volume": 3506856577,
"lc_posts_created": 12576,
"lc_posts_active": 55061,
"lc_interactions": 18721733,
"lc_contributors_created": 5774,
"lc_contributors_active": 22729,
"lc_sentiment": 84,
"lc_social_dominance": 0.089986,
"lc_social_volume_24h": null,
"lc_galaxy_score": 67,
"lc_galaxy_score_previous": null,
"lc_alt_rank": 2,
"lc_alt_rank_previous": null
}
]
}2. Get Keyword Trend Over Time
Last updated