Steem LogoSDS API Reference0.1.7c


posts_api


/ getConfig

/ getPost / :author / :permlink / :withVotes? / :fields?

/ getPostById / :linkId / :withVotes? / :fields?

/ getPostWithReplies / :author / :permlink / :withVotes? / :fields?

/ getPostReplies / :author / :permlink / :withVotes? / :fields?

/ getRootPostsByAuthor / :author / :withVotes? / :fields? / :limit? / :offset?

/ getPayout / :author / :permlink / :withVotes? / :withBeneficiaries?

/ getPayoutById / :linkId / :withVotes? / :withBenefs?

/ getBeneficiaries / :author / :permlink

/ getVotes / :author / :permlink

/ getPostsForSync / :query

Active Config


{
   "id": "posts_api",
   "group_id": "posts",
   "parsing_order": 210,
   "required_modules": [
      "chain_api"
   ],
   "optional_modules": [
      "post_votes_api"
   ],
   "referenced_modules": [
      "accounts_api",
      "feeds_api"
   ],
   "data_source_contents": [
      "posts"
   ],
   "parse_reversible": true,
   "parsed_ops": [
      "comment_options"
   ],
   "available_events": [
      "onSyncPost"
   ],
   "event_handlers": [
      "chain_api.onCreatePost",
      "chain_api.onUpdatePost",
      "chain_api.onRemovePost",
      "chain_api.onVote",
      "chain_api.onAuthorReward"
   ]
}

Database Info


{
   "name": "posts_api",
   "size": "102.840 GB",
   "page_size": "4096 Bytes",
   "type": "SQLITE",
   "journal_mode": "WAL",
   "busy_timeout": 10000,
   "log_level": "WARN"
}