Steem LogoSDS API Reference0.1.9


mentions_api


/ getConfig

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

Active Config


{
   "id": "mentions_api",
   "group_id": "accounts",
   "parsing_order": 350,
   "required_modules": [
      "chain_api",
      "posts_api"
   ],
   "parse_reversible": true,
   "available_events": [
      "onMentionAccount",
      "onResetMentions"
   ],
   "event_handlers": [
      "chain_api.onRemovePost",
      "posts_api.onSyncPost"
   ]
}

Database Info


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