A, General order
Help ("command") stop
GetInfo
Ping
Getnettotals
Getnetworkinfo
Getpeerinfo
Getconnectioncount
Verifychain (Checklevel numblocks)
Getaddednodeinfo DNS ("node")
AddNode "Node" "Add|remove|onetry"
B, wallet, account, address, transfer, send message
Getwalletinfo
Walletpassphrase "Passphrase" timeout
Walletlock
Walletpassphrasechange "Oldpassphrase" "Newpassphrase"
Backupwallet "Destination"
Importwallet "FileName"
Dumpwallet "FileName"
Listaccounts (minconf)
Getaddressesbyaccount "Account"
Getaccountaddress "Account"
Getaccount "Bitcoinaddress"
Validateaddress "Bitcoinaddress"
Dumpprivkey "Bitcoinaddress"
Setaccount "Bitcoinaddress" "Account"
Getnewaddress ("account")
Keypoolrefill (newsize)
Importprivkey "Bitcoinprivkey" ("label" rescan)
Createmultisig nrequired ["Key",...]
Addmultisigaddress nrequired ["Key",...] ("Account")
GetBalance ("account" minconf)
Getunconfirmedbalance
Getreceivedbyaccount "Account" (minconf)
Listreceivedbyaccount (minconf includeempty)
Getreceivedbyaddress "Bitcoinaddress" (minconf)
Listreceivedbyaddress (minconf includeempty)
Move "Fromaccount" "Toaccount" Amount (minconf "comment")
Listunspent (minconf maxconf ["Address",...])
Listlockunspent
Lockunspent unlock [{"Txid": "Txid", "Vout": n},...]
Getrawchangeaddress
Listaddressgroupings
Settxfee Amount
Sendtoaddress "bitcoinaddress" Amount ("comment" "comment-to")
Sendfrom "Fromaccount" "tobitcoinaddress" Amount (minconf "comment" "comment-to")
Sendmany "Fromaccount" {"Address": Amount,...} (minconf "comment")
Signmessage "bitcoinaddress" "Message"
Verifymessage "bitcoinaddress" "signature" "Message"
C, Tx, block, Ming
createrawtransaction [{"Txid": "id", "vout": n},...] {"Address": Amount,...}
Signrawtransaction "HexString" ([{"Txid": "id", "vout": N, "Scriptpubkey": "Hex", "Redeemscript": "Hex"},...] ["PrivateKey1",...] Sighashtype)
Sendrawtransaction "HexString" (allowhighfees)
Gettransaction "Txid"
Listtransactions (' account ' count from)
Listsinceblock ("Blockhash" target-confirmations)
Getrawmempool (verbose)
Gettxoutsetinfo
Gettxout "Txid" N (includemempool)
Getrawtransaction "Txid" (verbose)
Decoderawtransaction "HexString"
Decodescript "Hex"
Getblockchaininfo
Getblockcount
Getbestblockhash
Getblockhash Index
Getblock "Hash" (verbose)
Getmininginfo
Getdifficulty
Getnetworkhashps (blocks height)
Gethashespersec
Getgenerate
Setgenerate Generate (Genproclimit)
Getwork ("Data")
Getblocktemplate ("Jsonrequestobject")
Submitblock "Hexdata" ("Jsonparametersobject")