Steem LogoSDS API Reference0.1.9


witnesses_api


/ getConfig

Witnesses

/ getWitness / :witness / :observer?

/ getWitnessRank / :witness

/ getWitnessStats / :witness

/ getWitnessesByRank / :observer? / :limit? / :offset?

Witness Proxies

/ getWitnessProxyByAccount / :account

/ getAccountsByWitnessProxy / :proxy / :limit? / :offset?

/ getWitnessProxyChainForwards / :account

/ getWitnessProxyChainBackwards / :proxy

Witness Votes

/ getWitnessVotesByAccount / :account

/ getWitnessVotesByWitness / :witness / :limit? / :offset?

/ getWitnessVotesSummary / :witness

Missed Blocks

/ getRecentlyMissedBlocks / :limit? / :offset?

/ getRecentlyMissedBlocksSummary /

/ getRecentlyMissedCountByWitnessTime / :witness / :fromTime?

Active Config


{
   "id": "witnesses_api",
   "group_id": "accounts",
   "parsing_order": 380,
   "required_modules": [
      "chain_api",
      "accounts_api"
   ],
   "data_source_contents": [
      "witnesses"
   ],
   "parse_reversible": true,
   "parsed_ops": [
      "witness_update",
      "account_witness_vote",
      "account_witness_proxy"
   ],
   "available_events": [
      "onSyncWitness"
   ],
   "event_handlers": [
      "accounts_api.onSyncAccount"
   ]
}

Database Info


{
   "name": "witnesses_api",
   "size": "0.029 GB",
   "page_size": "4096 Bytes",
   "type": "SQLITE",
   "journal_mode": "WAL",
   "busy_timeout": 10000,
   "log_level": "INFO"
}