This query returns a list of Trending Words and their corresponding trend score. The trend score is calculated based on the current frequency of use of each word compared to the usual frequency of use (simplified).
Arguments description:
- source - one of the following:
PROFESSIONAL_TRADERS_CHAT_OVERVIEW - shows how many times the given project has been mentioned in private trader chats
TELEGRAM_CHATS_OVERVIEW - shows how many times the given project has been mentioned across all telegram chats, except the project's own community chat (if there is one)
TELEGRAM_DISCUSSION_OVERVIEW - the general volume of messages in the project's community chat (if there is one)
DISCORD_DISCUSSION_OVERVIEW"- shows how many times the given project has been mentioned in the discord channels
- hour - based on this hour of the day the latest snapshot is chosen
- size - the length of the Trending Words list
- from - a string representation of datetime value according to the iso8601 standard, e.g. "2018-04-16T10:02:19Z"
- to - a string representation of datetime value according to the iso8601 standard, e.g. "2018-04-16T10:02:19Z"
Run in explorer
Run in terminal