Steem LogoSDS API Reference0.1.9


account_history_api


/ getConfig

History Data

/ getHistoryByTime / :account / :fromTime - :toTime / :limit? / :offset?

/ getHistoryByOpTypesTime / :account / :opTypes / :fromTime - :toTime / :limit? / :offset?

/ getHistoryFromStartId / :account / :startId / :limit? / :offset?

History State

/ getLastOpId / :account

/ getLastOpIds / :account

Active Config


{
   "db_path": "~/sds_data1",
   "store_days": 90,
   "from_block": 70000000,
   "id": "account_history_api",
   "group_id": "accounts",
   "parsing_order": 310,
   "required_modules": [
      "chain_api"
   ],
   "accounts_filter": [],
   "parse_reversible": true,
   "parsed_virtual_ops": true,
   "parsed_ops": true
}

Database Info


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