GET
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/LunarCrush/public/creator/ //v1 | 5000 | Get detail information on a specific creator |
| direct/v1/LunarCrush/public/creator/ //posts/v1 | 5000 | Get the top posts for a specific creator. |
| direct/v1/LunarCrush/public/creators/list/v1 | 5000 | 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. |
| direct/v1/LunarCrush/public/creator/ //time-series/v1 | 5000 | Get time series data on a creator. |
| direct/v1/LunarCrush/public/posts/ //v1 | 5000 | Get details of a post |
| direct/v1/LunarCrush/public/posts/ //time-series/v1 | 5000 | Get interactions over time for a post. If a post is older than 365 days the time series will be returned as daily interactions, otherwise it hourly interactions |
| direct/v1/LunarCrush/public/topic/ /creators/v1 | 5000 | Get the top creators for a social topic |
| direct/v1/LunarCrush/public/topic//posts /v1 | 5000 | Get the top posts for a social topic. If start time is provided the result will be the top posts by interactions for the time range. If start is not provided it will be the most recent top posts by interactions from the last 24 hours. |
| direct/v1/LunarCrush/public/topics/list/v1 | 5000 | Get a list of trending social topics. |
| direct/v1/LunarCrush/public/topic//v1 | 5000 | Get summary information for a social topic. The output is a 24 hour aggregation social activity with metrics comparing the latest 24 hours to the previous 24 hours. |
| direct/v1/LunarCrush/public/topic/ /time-series/v1 | 5000 | Get historical time series data for a social topic |