API for Steem Blockchain, developed/maintained by Steem Witness @justyy Please visit https://steemyy.com for more details Buy Me a Coffee: https://www.buymeacoffee.com/y0BtG5R Endpoint: /plugins Check RPC Node Plugins Requires POST Body set to RPC Node Example: curl -s --data "https://api.steemit.com" https://steem-apps.justyy.workers.dev/plugins Result: { "node": "https://api.steemit.com", "time": "2022-10-22T12:21:51.764Z", "enabled_plugins": [ "jsonrpc", "bridge", "account_by_key_api", "account_history_api", "block_api", "database_api", "condenser_api", "follow_api", "market_history_api", "rc_api", "hive", "hive-test", "reputation_api", "tags_api", "network_broadcast_api" ], "disabled_plugins": [ "witness_api", "debug_node_api", "rewards_api", "transaction_status_api" ], "version": { "jsonrpc": "2.0", "result": { "blockchain_version": "0.23.0", "steem_revision": "5feab9b78d30a37506f252d7c72cfcdc88c34231", "fc_revision": "5feab9b78d30a37506f252d7c72cfcdc88c34231" }, "id": 0 } } Below are the method & parameters for testing each plugin: "jsonrpc": ["get_methods"], "bridge": ["get_ranked_posts", {"sort":"trending","tag":"","observer":"alice"}], "witness_api": ["get_account_bandwidth", {"account":"steemit","type":"forum"}], "account_by_key_api": ["get_key_references", {"keys":["STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH"]}], "account_history_api": ["get_account_history", {"account":"steemit", "start":1000, "limit":100}], "block_api": ["get_block",{"block_num":1}], "database_api": ["list_account_recovery_requests",{"start":"", "limit":10, "order":"by_account"}], "condenser_api": ["get_accounts", [["justyy"]]], "hive": ["db_head_state", {}], "debug_node_api": ["debug_pop_block"], "follow_api": ["get_account_reputations",{"account_lower_bound":"steemit", "limit":1}], "market_history_api": ["get_ticker"], "rc_api": ["find_rc_accounts",{"accounts":["alice","bob"]}], "reputation_api": ["get_account_reputations",{"account_lower_bound": "steem"}], "rewards_api": ["simulate_curve_payouts",{"curve": "quadratic", "var1": "2000000000000"}], "tags_api": ["get_discussion",{"author":"alice", "permlink":"a-post-by-alice"}], "transaction_status_api": ["find_transaction",{"transaction_id": "0000000000000000000000000000000000000000", "expiration":"2016-03-24T18:00:21"}], "network_broadcast_api": ["broadcast_block",{"trx":{"ref_block_num":1097,"ref_block_prefix":2181793527,"expiration":"2016-03-24T18:00:21","operations":[{"type":"vote_operation","value":{"voter":"steemit","author":"alice","permlink":"a-post-by-alice","weight":10000}}],"extensions":[],"signatures":[]},"max_block_age":50}], "hive-test": ["condenser_api.get_discussions_by_trending", {"tag":"travel","limit":5,"truncate_body":1}],