Topics
When the Exorde protocol analyses a post, it detects what topics the post is about. Exorde tracks a list of topics to gather related posts and use them to compute overall statistics about the topic like sentiment, emotions or platforms used to talk about this topic.
These endpoints give access to all tracked topics. A name is associated to each topic, so you can search them by name and the API will return corresponding topics.
๐๏ธ List topics
Returns all topics that match the filters. You can use the `name` filter to search for topics by name.
๐๏ธ Get a topic
Returns a topic based on its ID.
๐๏ธ Get related rising topics
Get the rising topics related to the specified topic. They are sorted by descending progression.
๐๏ธ Get related trending topics
Get the trending topics related to the specified topic. They are sorted by descending frequency.
๐๏ธ Get rising topics
Get the rising topics. They are sorted by descending progression.
๐๏ธ Get trending topics
Get the trending topics. They are sorted by descending frequency.