Steem LogoSDS API Reference0.1.9


followers_api


/ getConfig

Followers

/ getFollowers / :target / :limit? / :offset?

/ getFollowing / :source / :limit? / :offset?

/ getIgnorers / :target / :limit? / :offset?

/ getIgnored / :source / :limit? / :offset?

Counts

/ getCounts / :account

/ getFollowerCount / :target

/ getFollowingCount / :source

History

/ getFollowedHistory / :target / :fromTime - :toTime / :limit? / :offset?

/ getFollowHistory / :source / :fromTime - :toTime / :limit? / :offset?

/ getUnfollowedHistory / :target / :fromTime - :toTime / :limit? / :offset?

/ getUnfollowHistory / :source / :fromTime - :toTime / :limit? / :offset?

Active Config


{
   "id": "followers_api",
   "group_id": "accounts",
   "parsing_order": 180,
   "required_modules": [
      "chain_api"
   ],
   "parse_reversible": true,
   "parsed_ops": [
      "custom_json"
   ],
   "available_events": [
      "onFollowAccount",
      "onUnfollowAccount"
   ],
   "store_history": true,
   "store_history_days": 90
}

Database Info


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