Current Trending Posts

getTrending(tag = "", limit = 100, node)

Arguments

tag

Tag to Filter

limit

Number of Posts to Return

node

Optional Argument (Steem Node to Query)

Get details of the Trending Posts

Value

List with Details of Posts

Examples

# NOT RUN {
getTrending()  # Get first 100 Trending Posts
getTrending(20)  # Get Top 10 Trending Posts
getTrending(20, node = "https://api.steemit.com")
# }