-
Notifications
You must be signed in to change notification settings - Fork 15
Node RPC
BitHaru edited this page Nov 26, 2020
·
7 revisions
curl -d '{"action":"node_account"}' http://127.0.0.1:7176
curl -d '{"action":"account_count"}' http://127.0.0.1:7176
curl -d '{"action":"account_forks", "account":""}' http://127.0.0.1:7176
curl -d '{"action":"account_info", "account":""}' http://127.0.0.1:7176
curl -d '{"action":"block_count"}' http://127.0.0.1:7176
curl -d '{"action":"block_dump_on"}' http://127.0.0.1:7176
curl -d '{"action":"block_dump_on", "root":"confirm", "account":""}' http://127.0.0.1:7176
curl -d '{"action":"block_dump"}' http://127.0.0.1:7176
curl -d '{"action":"block_dump_off"}' http://127.0.0.1:7176
curl -d '{"action":"block_processor_status"}' http://127.0.0.1:7176
curl -d '{"action":"block_query", "hash":"", "raw":""}' http://127.0.0.1:7176
curl -d '{"action":"bootstrap_status"}' http://127.0.0.1:7176
curl -d '{"action":"confirm_manager_status"}' http://127.0.0.1:7176
curl -d '{"action":"delegator_list", "count": 10}' http://127.0.0.1:7176
curl -d '{"action":"delegator_list", "representative": ""}' http://127.0.0.1:7176
curl -d '{"action":"election_count"}' http://127.0.0.1:7176
curl -d '{"action":"election_info", "account":""}' http://127.0.0.1:7176
curl -d '{"action":"elections"}' http://127.0.0.1:7176
curl -d '{"action":"forks"}' http://127.0.0.1:7176
curl -d '{"action":"message_dump_on"}' http://127.0.0.1:7176
curl -d '{"action":"message_dump_on", "type":"confirm", "ip":""}' http://127.0.0.1:7176
curl -d '{"action":"message_dump"}' http://127.0.0.1:7176
curl -d '{"action":"message_dump_off"}' http://127.0.0.1:7176
curl -d '{"action":"peer_count"}' http://127.0.0.1:7176
curl -d '{"action":"peers"}' http://127.0.0.1:7176
curl -d '{"action":"peers_verbose"}' http://127.0.0.1:7176
curl -d '{"action":"querier_status"}' http://127.0.0.1:7176
curl -d '{"action":"receivable_count"}' http://127.0.0.1:7176
curl -d '{"action":"receivables", "account":"", "count":1}' http://127.0.0.1:7176
curl -d '{"action":"rewardable", "account":"", "hash":""}' http://127.0.0.1:7176
curl -d '{"action":"rewardables", "account":"", "count":"1000"}' http://127.0.0.1:7176
curl -d '{"action":"rewarder_status"}' http://127.0.0.1:7176
curl -d '{"action":"richlist", "count": 100}' http://127.0.0.1:80
curl -d '{"action":"stats", "type":"error"}' http://127.0.0.1:7176
curl -d '{"action":"stats_verbose", "type":"error"}' http://127.0.0.1:7176
curl -d '{"action":"stats_clear", "type":"error"}' http://127.0.0.1:7176
curl -d '{"action":"stop"}' http://127.0.0.1:7176
curl -d '{"action":"subscriber_count"}' http://127.0.0.1:7176
curl -d '{"action":"supply"}' http://127.0.0.1:7176
curl -d '{"action":"syncer_status"}' http://127.0.0.1:7176
Reference: https://github.com/raicoincommunity/Raicoin/blob/master/rai/node/rpc.cpp#L124