Steem LogoSDS API Reference0.1.7c


accounts_api


/ getConfig

/ getAccount / :account / :fields?

/ getAccountById / :accountId / :fields?

/ getAccounts / :accounts / :fields?

/ getAccountsFields / :fields / :accounts

/ listAccounts / :sortField / :sortDir / :filters? / :withOrgJSON? / :limit? / :offset?

/ getVestingWithdrawRoutes / :account

/ getVestingStats

/ getAccountsForSync / :query

Active Config


{
   "id": "accounts_api",
   "group_id": "accounts",
   "parsing_order": 190,
   "required_modules": [
      "chain_api"
   ],
   "referenced_modules": [
      "post_votes_api",
      "followers_api"
   ],
   "data_source_contents": [
      "accounts"
   ],
   "parse_reversible": true,
   "parsed_ops": true,
   "parsed_virtual_ops": true,
   "available_events": [
      "onSyncAccount"
   ],
   "event_handlers": [
      "chain_api.onCreateAccount",
      "chain_api.onCreatePost",
      "chain_api.onUpdatePost",
      "post_votes_api.onAddVote",
      "post_votes_api.onUpdateVote",
      "post_votes_api.onRemoveVote",
      "followers_api.onFollowAccount",
      "followers_api.onUnfollowAccount"
   ]
}

Database Info


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