The account to fetch.
Optionalmin_score: numberMinimum score of notification, default: 25 [optional].
Optionallast_id: null | numberLast notification ID, paging mechanism [optional].
Optionallimit: numberNumber of results, default: 100 [optional].
Return a list of posts related to a given account.
Values accepted:
The account to fetch.
Optionalstart_author: null | stringName of author to start from, used for paging. Should be used in conjunction with start_permlink.
Optionalstart_permlink: null | stringPermalink of post to start from, used for paging. Should be used in conjunction with start_author.
Optionallimit: numberNumber of results, default: 20, max 100.
Optionalobserver: null | stringA valid account [optional].
Return a Nexus community object.
Backing JSON-RPC method: bridge.get_community.
Includes community metadata and leadership information. When observer is
provided, Nexus may also include observer-specific subscription, title and
role context.
Community account/category name.
Optionalobserver: null | stringOptional observer account for viewer-specific context.
For a community/account: returns role, title, subscribed state.
The community account concerned.
The account to fetch.
Gives a flattened discussion tree starting at given post. Modified get_state thread implementation.
Returns an Object whose key is "author/permlink".
Get payout stats for building treemap.
Number of result, default: 250 [optional].
Return one Nexus post view.
Backing JSON-RPC method: bridge.get_post.
Use client.condenser.getContent when you need the Layer 1 content object
instead of the Nexus indexed/social view.
Post author.
Post permlink.
Optionalobserver: null | stringOptional observer account for viewer-specific context.
Return the lightweight Nexus post header for a post, or null when missing.
Backing JSON-RPC method: bridge.get_post_header.
Returns a resume of a profile with metadata parsed.
Optionalobserver: null | stringQuery Nexus-ranked posts.
Backing JSON-RPC method: bridge.get_ranked_posts.
This is a discovery/indexing helper. If exact chain content matters, use
the returned author and permlink with client.condenser.getContent.
Sorting of results, valid options are: 'trending', 'hot', 'created', 'promoted', 'payout', 'payout_comments', 'muted'.
Optionalstart_author: null | stringName of author to start from, used for paging. Should be used in conjunction with start_permlink [optional].
Optionalstart_permlink: null | stringPermalink of post to start from, used for paging. Should be used in conjunction with start_author [optional].
Optionallimit: numberNumber of results, default: 20 [optional].
Optionaltag: null | stringSpecify a Tag [optional].
Optionalobserver: null | stringA valid account [optional].
Return top trending topics as [name, title] pairs.
Backing JSON-RPC method: bridge.get_trending_topics.
Returns a lists of all communities account subscribes to, plus role and title in each.
The content of a community account subscribes to is [community name, community title, role_id, title].
The account to fetch.
Return a paged list of Nexus communities.
Backing JSON-RPC method: bridge.list_communities.
This is the safest way to discover community names before calling
getCommunity.
Optionallast: null | stringName of community, paging mechanism [optional].
Optionallimit: numberNumber of listed communities, default: 100 [optional].
Optionalquery: null | stringFilters against title and about community fields [optional].
Optionalsort: NexusCommunitySortSorting of results, default: rank [optional].
Optionalobserver: null | stringA valid account [optional].
Returns a list of community account-roles (anyone with non-guest status). The content of a community account-roles array is [community name, role_id, title].
Community category name (account).
Name of subscriber, paging mechanism [optional].
limit Number of listed communities, default: 50 [optional].
Returns community accounts with custom titles.
Backing JSON-RPC method: bridge.list_community_titles.
Correctly spelled alias for listPopComunities.
Returns a list of communities by new subscriber count. The content of a community array is [community name, community title].
Number of listed communities, default: 25 [optional].
Returns a list of subscribers for a given community. The content of a subscriber array is [account, role_id, title, created_at].
Community category name (account).
Last account, paging mechanism [optional].
Number of results, default: 100 [optional].
Returns top communities as [community name, community title].
Backing JSON-RPC method: bridge.list_top_communities.
Load notifications for a specific post.
Name of author.
Permlink of post.
Optionalmin_score: numberMinimum score of notification, default: 25 [optional].
Optionallast_id: null | numberLast notification ID, paging mechanism [optional].
Optionallimit: numberNumber of results, default: 100 [optional].
Get all accounts of a referrer/campaign.
Optionalreferrer: null | stringThe referrer account to fetch [optional].
Optionalcampaign_id: null | stringThe campaign id to fetch [optional].
Optionallimit: numberNumber of results, default: 100 [optional].
Optionallast_created_at: null | stringLast creation date (DESC order), paging mechanism [optional].
Load notifications for a specific post.
Optionalreferrer: null | stringThe referrer account to fetch [optional].
Optionalcampaign_id: null | stringThe campaign id to fetch [optional].
Optionalstart_date: null | stringstart creation date, analytics mechanism [optional].
Optionalend_date: null | stringend creation date, analytics mechanism [optional].
Load notifications for a specific post.
The account to fetch.
Optionalmin_score: numberMinimum score of notification, default: 25 [optional].
Return array of account notification objects for the account passed.
Returned values for type:
The score value is based on the originating account’s rank.