Description Usage Arguments Value Examples
Not all witnesses returned with this function will be active.
1 | getWitnesses(limit = 1000, node)
|
limit |
Number of Witnesses to Return |
node |
Optional Argument (Steem Node to Query) Get details of the witnesses |
List with Details of Witnesses
1 2 3 4 5 6 | ## Not run:
getWitnesses() # Get first 1000 Witnesses
getWitnesses(20) # Get Top 20 Witnesses
getWitnesses(20, node = "https://api.steemit.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.