Current Trending Posts
getTrending(tag = "", limit = 100, node)
tag | Tag to Filter |
---|---|
limit | Number of Posts to Return |
node | Optional Argument (Steem Node to Query) Get details of the Trending Posts |
List with Details of Posts
# NOT RUN { getTrending() # Get first 100 Trending Posts getTrending(20) # Get Top 10 Trending Posts getTrending(20, node = "https://api.steemit.com") # }