Steem LogoSDS API Reference0.1.9


chain_api


/ getConfig

/ getChainStats

/ getOperationStats

/ getBlockInfoByTime / :blockTime

/ getAccountNames / :limit? / :offset?

/ getAccountNamesByPrefix / :prefix / :limit? / :offset?

/ getLink / :author / :permlink

/ getLinkById / :linkId

/ getPostingPlatforms / :limit? / :offset?

/ getDailyAverageShareRates

Active Config


{
   "id": "chain_api",
   "group_id": "base",
   "parsing_order": 100,
   "referenced_modules": [
      "communities_api"
   ],
   "parse_reversible": true,
   "parsed_virtual_ops": true,
   "parsed_ops": true,
   "available_events": [
      "onCreateAccount",
      "onCreatePost",
      "onUpdatePost",
      "onRemovePost",
      "onVote",
      "onAuthorReward"
   ],
   "comment_commands": {
      "SDS.setAccountStatus": {
         "allow_creator": false,
         "allowed_accounts": [
            "steemchiller"
         ],
         "params": {
            "account": {
               "type": "account_name"
            },
            "status": {
               "type": "string",
               "allowed_values": [
                  "normal",
                  "hidden",
                  "spammer",
                  "phisher"
               ]
            }
         }
      },
      "SDS.activateAccountContentHistory": {
         "allow_creator": true,
         "allowed_accounts": [
            "steemchiller"
         ],
         "params": {
            "account": {
               "type": "account_name"
            }
         }
      },
      "SDS.deactivateAccountContentHistory": {
         "allow_creator": true,
         "allowed_accounts": [
            "steemchiller"
         ],
         "params": {
            "account": {
               "type": "account_name"
            }
         }
      },
      "SDS.setPostStatus": {
         "allow_creator": false,
         "allowed_accounts": [
            "steemchiller"
         ],
         "params": {
            "link": {
               "type": "post_link"
            },
            "status": {
               "type": "string",
               "allowed_values": [
                  "normal",
                  "hidden",
                  "deleted"
               ]
            }
         }
      },
      "SDS.activatePostContentHistory": {
         "allow_creator": true,
         "allowed_accounts": [
            "steemchiller"
         ],
         "params": {
            "link": {
               "type": "post_link"
            }
         }
      },
      "SDS.deactivatePostContentHistory": {
         "allow_creator": true,
         "allowed_accounts": [
            "steemchiller"
         ],
         "params": {
            "link": {
               "type": "post_link"
            }
         }
      },
      "SDS.activatePostContentHistoryById": {
         "allow_creator": true,
         "allowed_accounts": [
            "steemchiller"
         ],
         "params": {
            "link_id": {
               "type": "post_link_id"
            }
         }
      },
      "SDS.deactivatePostContentHistoryById": {
         "allow_creator": true,
         "allowed_accounts": [
            "steemchiller"
         ],
         "params": {
            "link_id": {
               "type": "post_link_id"
            }
         }
      }
   }
}

Database Info


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