Difference between revisions of "Cli commands"

From DeFiChain-Wiki
(Version: 2.1.14)
Line 12: Line 12:
  
 
== Blockchain ==
 
== Blockchain ==
clearmempool
+
#clearmempool
getbestblockhash
+
#getbestblockhash
getblock "blockhash" ( verbosity )
+
#getblock "blockhash" ( verbosity )
getblockchaininfo
+
#getblockchaininfo
getblockcount
+
#getblockcount
getblockfilter "blockhash" ( "filtertype" )
+
#getblockfilter "blockhash" ( "filtertype" )
getblockhash height
+
#getblockhash height
getblockheader "blockhash" ( verbose )
+
#getblockheader "blockhash" ( verbose )
getblockstats hash_or_height ( stats )
+
#getblockstats hash_or_height ( stats )
getchaintips
+
#getchaintips
getchaintxstats ( nblocks "blockhash" )
+
#getchaintxstats ( nblocks "blockhash" )
getdifficulty
+
#getdifficulty
getgov "name"
+
#getgov "name"
getmempoolancestors "txid" ( verbose )
+
#getmempoolancestors "txid" ( verbose )
getmempooldescendants "txid" ( verbose )
+
#getmempooldescendants "txid" ( verbose )
getmempoolentry "txid"
+
#getmempoolentry "txid"
getmempoolinfo
+
#getmempoolinfo
getrawmempool ( verbose )
+
#getrawmempool ( verbose )
gettxout "txid" n ( include_mempool )
+
#gettxout "txid" n ( include_mempool )
gettxoutproof ["txid",...] ( "blockhash" )
+
#gettxoutproof ["txid",...] ( "blockhash" )
gettxoutsetinfo
+
#gettxoutsetinfo
isappliedcustomtx ( "txid" blockHeight )
+
#isappliedcustomtx ( "txid" blockHeight )
preciousblock "blockhash"
+
#preciousblock "blockhash"
pruneblockchain height
+
#pruneblockchain height
savemempool
+
#savemempool
scantxoutset "action" [scanobjects,...]
+
#scantxoutset "action" [scanobjects,...]
setgov {"name":"str"} ( [{"txid":"hex","vout":n},...] )
+
#setgov {"name":"str"} ( [{"txid":"hex","vout":n},...] )
verifychain ( checklevel nblocks )
+
#verifychain ( checklevel nblocks )
verifytxoutproof "proof"
+
#verifytxoutproof "proof"
  
 
== Control ==
 
== Control ==
getmemoryinfo ( "mode" )
+
#getmemoryinfo ( "mode" )
getrpcinfo
+
#getrpcinfo
help ( "command" )
+
#help ( "command" )
logging ( ["include_category",...] ["exclude_category",...] )
+
#logging ( ["include_category",...] ["exclude_category",...] )
stop
+
#stop
uptime
+
#uptime
  
 
== Generating ==
 
== Generating ==
generatetoaddress nblocks "address" ( maxtries )
+
#generatetoaddress nblocks "address" ( maxtries )
  
 
== Masternodes ==
 
== Masternodes ==
createmasternode "ownerAddress" ( "operatorAddress" [{"txid":"hex","vout":n},...] )
+
#createmasternode "ownerAddress" ( "operatorAddress" [{"txid":"hex","vout":n},...] )
getmasternode "mn_id"
+
#getmasternode "mn_id"
listcriminalproofs ( {"start":"hex","including_start":bool,"limit":n} )
+
#listcriminalproofs ( {"start":"hex","including_start":bool,"limit":n} )
listmasternodes ( {"start":"hex","including_start":bool,"limit":n} verbose )
+
#listmasternodes ( {"start":"hex","including_start":bool,"limit":n} verbose )
resignmasternode "mn_id" ( [{"txid":"hex","vout":n},...] )
+
#resignmasternode "mn_id" ( [{"txid":"hex","vout":n},...] )
  
 
== Mining ==
 
== Mining ==
getblocktemplate ( "template_request" )
+
#getblocktemplate ( "template_request" )
getmintinginfo
+
#getmintinginfo
getnetworkhashps ( nblocks height )
+
#getnetworkhashps ( nblocks height )
prioritisetransaction "txid" ( dummy ) fee_delta
+
#prioritisetransaction "txid" ( dummy ) fee_delta
submitblock "hexdata" ( "dummy" )
+
#submitblock "hexdata" ( "dummy" )
submitheader "hexdata"
+
#submitheader "hexdata"
  
 
== Network ==
 
== Network ==
addnode "node" "command"
+
#addnode "node" "command"
clearbanned
+
#clearbanned
disconnectnode ( "address" nodeid )
+
#disconnectnode ( "address" nodeid )
getaddednodeinfo ( "node" )
+
#getaddednodeinfo ( "node" )
getconnectioncount
+
#getconnectioncount
getnettotals
+
#getnettotals
getnetworkinfo
+
#getnetworkinfo
getnodeaddresses ( count )
+
#getnodeaddresses ( count )
getpeerinfo
+
#getpeerinfo
listbanned
+
#listbanned
ping
+
#ping
setban "subnet" "command" ( bantime absolute )
+
#setban "subnet" "command" ( bantime absolute )
setnetworkactive state
+
#setnetworkactive state
  
 
== Poolpair ==
 
== Poolpair ==
addpoolliquidity {"address":"str"} "shareAddress" ( [{"txid":"hex","vout":n},...] )
+
#addpoolliquidity {"address":"str"} "shareAddress" ( [{"txid":"hex","vout":n},...] )
createpoolpair ( {"tokenA":"str","tokenB":"str","commission":n,"status":bool,"ownerAddress":"str","customRewards":"str","pairSymbol":"str"} [{"txid":"hex","vout":n},...] )
+
#createpoolpair ( {"tokenA":"str","tokenB":"str","commission":n,"status":bool,"ownerAddress":"str","customRewards":"str","pairSymbol":"str"} [{"txid":"hex","vout":n},...] )
getpoolpair "key" ( verbose )
+
#getpoolpair "key" ( verbose )
listpoolpairs ( {"start":n,"including_start":bool,"limit":n} verbose )
+
#listpoolpairs ( {"start":n,"including_start":bool,"limit":n} verbose )
listpoolshares ( {"start":n,"including_start":bool,"limit":n} verbose is_mine_only )
+
#listpoolshares ( {"start":n,"including_start":bool,"limit":n} verbose is_mine_only )
poolswap ( {"from":"str","tokenFrom":"str","amountFrom":n,"to":"str","tokenTo":"str","maxPrice":n} [{"txid":"hex","vout":n},...] )
+
#poolswap ( {"from":"str","tokenFrom":"str","amountFrom":n,"to":"str","tokenTo":"str","maxPrice":n} [{"txid":"hex","vout":n},...] )
removepoolliquidity "from" "amount" ( [{"txid":"hex","vout":n},...] )
+
#removepoolliquidity "from" "amount" ( [{"txid":"hex","vout":n},...] )
testpoolswap ( {"from":"str","tokenFrom":"str","amountFrom":n,"to":"str","tokenTo":"str","maxPrice":n} )
+
#testpoolswap ( {"from":"str","tokenFrom":"str","amountFrom":n,"to":"str","tokenTo":"str","maxPrice":n} )
updatepoolpair ( {"pool":"str","status":bool,"commission":n,"ownerAddress":"str","customRewards":"str"} [{"txid":"hex","vout":n},...] )
+
#updatepoolpair ( {"pool":"str","status":bool,"commission":n,"ownerAddress":"str","customRewards":"str"} [{"txid":"hex","vout":n},...] )
  
 
== Rawtransactions ==
 
== Rawtransactions ==
analyzepsbt "psbt"
+
#analyzepsbt "psbt"
combinepsbt ["psbt",...]
+
#combinepsbt ["psbt",...]
combinerawtransaction ["hexstring",...]
+
#combinerawtransaction ["hexstring",...]
converttopsbt "hexstring" ( permitsigdata iswitness )
+
#converttopsbt "hexstring" ( permitsigdata iswitness )
createpsbt [{"txid":"hex","vout":n,"sequence":n},...] [{"address":amount},{"data":"hex"},...] ( locktime replaceable )
+
#createpsbt [{"txid":"hex","vout":n,"sequence":n},...] [{"address":amount},{"data":"hex"},...] ( locktime replaceable )
createrawtransaction [{"txid":"hex","vout":n,"sequence":n},...] [{"address":amount},{"data":"hex"},...] ( locktime replaceable )
+
#createrawtransaction [{"txid":"hex","vout":n,"sequence":n},...] [{"address":amount},{"data":"hex"},...] ( locktime replaceable )
decodepsbt "psbt"
+
#decodepsbt "psbt"
decoderawtransaction "hexstring" ( iswitness )
+
#decoderawtransaction "hexstring" ( iswitness )
decodescript "hexstring"
+
#decodescript "hexstring"
finalizepsbt "psbt" ( extract )
+
#finalizepsbt "psbt" ( extract )
fundrawtransaction "hexstring" ( options iswitness )
+
#fundrawtransaction "hexstring" ( options iswitness )
getrawtransaction "txid" ( verbose "blockhash" )
+
#getrawtransaction "txid" ( verbose "blockhash" )
joinpsbts ["psbt",...]
+
#joinpsbts ["psbt",...]
sendrawtransaction "hexstring" ( maxfeerate )
+
#sendrawtransaction "hexstring" ( maxfeerate )
signrawtransactionwithkey "hexstring" ["privatekey",...] ( [{"txid":"hex","vout":n,"scriptPubKey":"hex","redeemScript":"hex","witnessScript":"hex","amount":amount},...] "sighashtype" )
+
#signrawtransactionwithkey "hexstring" ["privatekey",...] ( [{"txid":"hex","vout":n,"scriptPubKey":"hex","redeemScript":"hex","witnessScript":"hex","amount":amount},...] "sighashtype" )
testmempoolaccept ["rawtx",...] ( maxfeerate )
+
#testmempoolaccept ["rawtx",...] ( maxfeerate )
utxoupdatepsbt "psbt" ( ["",{"desc":"str","range":n or [n,n]},...] )
+
#utxoupdatepsbt "psbt" ( ["",{"desc":"str","range":n or [n,n]},...] )
  
 
== Spv ==
 
== Spv ==
spv_createanchor ( [{"txid":"hex","vout":n,"amount":n,"privkey":"str"},...] ) "rewardAddress" ( send feerate )
+
#spv_createanchor ( [{"txid":"hex","vout":n,"amount":n,"privkey":"str"},...] ) "rewardAddress" ( send feerate )
spv_createanchortemplate "rewardAddress"
+
#spv_createanchortemplate "rewardAddress"
spv_estimateanchorcost ( feerate )
+
#spv_estimateanchorcost ( feerate )
spv_gettxconfirmations "txhash"
+
#spv_gettxconfirmations "txhash"
spv_listanchorauths
+
#spv_listanchorauths
spv_listanchorrewardconfirms
+
#spv_listanchorrewardconfirms
spv_listanchorrewards
+
#spv_listanchorrewards
spv_listanchors ( minBtcHeight maxBtcHeight minConfs maxConfs )
+
#spv_listanchors ( minBtcHeight maxBtcHeight minConfs maxConfs )
spv_rescan ( height )
+
#spv_rescan ( height )
spv_sendrawtx "rawtx"
+
#spv_sendrawtx "rawtx"
spv_splitutxo parts ( amount )
+
#spv_splitutxo parts ( amount )
spv_syncstatus
+
#spv_syncstatus
  
 
== Tokens ==
 
== Tokens ==
createtoken ( {"symbol":"str","name":"str","isDAT":bool,"decimal":n,"limit":n,"mintable":bool,"tradeable":bool,"collateralAddress":"str"} [{"txid":"hex","vout":n},...] )
+
#createtoken ( {"symbol":"str","name":"str","isDAT":bool,"decimal":n,"limit":n,"mintable":bool,"tradeable":bool,"collateralAddress":"str"} [{"txid":"hex","vout":n},...] )
getcustomtx "txid" ( "blockhash" )
+
#getcustomtx "txid" ( "blockhash" )
gettoken "key"
+
#gettoken "key"
listtokens ( {"start":n,"including_start":bool,"limit":n} verbose )
+
#listtokens ( {"start":n,"including_start":bool,"limit":n} verbose )
minttokens "amounts" ( [{"txid":"hex","vout":n},...] )
+
#minttokens "amounts" ( [{"txid":"hex","vout":n},...] )
updatetoken "token" ( {"symbol":"str","name":"str","isDAT":bool,"mintable":bool,"tradeable":bool,"finalize":bool} [{"txid":"hex","vout":n},...] )
+
#updatetoken "token" ( {"symbol":"str","name":"str","isDAT":bool,"mintable":bool,"tradeable":bool,"finalize":bool} [{"txid":"hex","vout":n},...] )
  
 
== Util ==
 
== Util ==
createmultisig nrequired ["key",...] ( "address_type" )
+
#createmultisig nrequired ["key",...] ( "address_type" )
deriveaddresses "descriptor" ( range )
+
#deriveaddresses "descriptor" ( range )
estimatesmartfee conf_target ( "estimate_mode" )
+
#estimatesmartfee conf_target ( "estimate_mode" )
getdescriptorinfo "descriptor"
+
#getdescriptorinfo "descriptor"
signmessagewithprivkey "privkey" "message"
+
#signmessagewithprivkey "privkey" "message"
validateaddress "address"
+
#validateaddress "address"
verifymessage "address" "signature" "message"
+
#verifymessage "address" "signature" "message"
  
 
== Wallet ==
 
== Wallet ==
abandontransaction "txid"
+
#abandontransaction "txid"
abortrescan
+
#abortrescan
addmultisigaddress nrequired ["key",...] ( "label" "address_type" )
+
#addmultisigaddress nrequired ["key",...] ( "label" "address_type" )
backupwallet "destination"
+
#backupwallet "destination"
bumpfee "txid" ( options )
+
#bumpfee "txid" ( options )
createwallet "wallet_name" ( disable_private_keys blank "passphrase" avoid_reuse )
+
#createwallet "wallet_name" ( disable_private_keys blank "passphrase" avoid_reuse )
dumpprivkey "address"
+
#dumpprivkey "address"
dumpwallet "filename"
+
#dumpwallet "filename"
encryptwallet "passphrase"
+
#encryptwallet "passphrase"
getaddressesbylabel "label"
+
#getaddressesbylabel "label"
getaddressinfo "address"
+
#getaddressinfo "address"
getbalance ( "dummy" minconf include_watchonly avoid_reuse with_tokens )
+
#getbalance ( "dummy" minconf include_watchonly avoid_reuse with_tokens )
getbalances ( with_tokens )
+
#getbalances ( with_tokens )
getnewaddress ( "label" "address_type" )
+
#getnewaddress ( "label" "address_type" )
getrawchangeaddress ( "address_type" )
+
#getrawchangeaddress ( "address_type" )
getreceivedbyaddress "address" ( minconf )
+
#getreceivedbyaddress "address" ( minconf )
getreceivedbylabel "label" ( minconf )
+
#getreceivedbylabel "label" ( minconf )
gettransaction "txid" ( include_watchonly )
+
#gettransaction "txid" ( include_watchonly )
getunconfirmedbalance ( with_tokens )
+
#getunconfirmedbalance ( with_tokens )
getwalletinfo ( with_tokens )
+
#getwalletinfo ( with_tokens )
importaddress "address" ( "label" rescan p2sh )
+
#importaddress "address" ( "label" rescan p2sh )
importmulti "requests" ( "options" )
+
#importmulti "requests" ( "options" )
importprivkey "privkey" ( "label" rescan )
+
#importprivkey "privkey" ( "label" rescan )
importprunedfunds "rawtransaction" "txoutproof"
+
#importprunedfunds "rawtransaction" "txoutproof"
importpubkey "pubkey" ( "label" rescan )
+
#importpubkey "pubkey" ( "label" rescan )
importwallet "filename"
+
#importwallet "filename"
keypoolrefill ( newsize )
+
#keypoolrefill ( newsize )
listaddressgroupings
+
#listaddressgroupings
listlabels ( "purpose" )
+
#listlabels ( "purpose" )
listlockunspent
+
#listlockunspent
listreceivedbyaddress ( minconf include_empty include_watchonly "address_filter" )
+
#listreceivedbyaddress ( minconf include_empty include_watchonly "address_filter" )
listreceivedbylabel ( minconf include_empty include_watchonly )
+
#listreceivedbylabel ( minconf include_empty include_watchonly )
listsinceblock ( "blockhash" target_confirmations include_watchonly include_removed )
+
#listsinceblock ( "blockhash" target_confirmations include_watchonly include_removed )
listtransactions ( "label" count skip include_watchonly )
+
#listtransactions ( "label" count skip include_watchonly )
listunspent ( minconf maxconf ["address",...] include_unsafe query_options )
+
#listunspent ( minconf maxconf ["address",...] include_unsafe query_options )
listwalletdir
+
#listwalletdir
listwallets
+
#listwallets
loadwallet "filename"
+
#loadwallet "filename"
lockunspent unlock ( [{"txid":"hex","vout":n},...] )
+
#lockunspent unlock ( [{"txid":"hex","vout":n},...] )
removeprunedfunds "txid"
+
#removeprunedfunds "txid"
rescanblockchain ( start_height stop_height )
+
#rescanblockchain ( start_height stop_height )
sendmany "" {"address":amount} ( minconf "comment" ["address",...] replaceable conf_target "estimate_mode" )
+
#sendmany "" {"address":amount} ( minconf "comment" ["address",...] replaceable conf_target "estimate_mode" )
sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode" avoid_reuse )
+
#sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode" avoid_reuse )
sethdseed ( newkeypool "seed" )
+
#sethdseed ( newkeypool "seed" )
setlabel "address" "label"
+
#setlabel "address" "label"
settxfee amount
+
#settxfee amount
setwalletflag "flag" ( value )
+
#setwalletflag "flag" ( value )
signmessage "address" "message"
+
#signmessage "address" "message"
signrawtransactionwithwallet "hexstring" ( [{"txid":"hex","vout":n,"scriptPubKey":"hex","redeemScript":"hex","witnessScript":"hex","amount":amount},...] "sighashtype" )
+
#signrawtransactionwithwallet "hexstring" ( [{"txid":"hex","vout":n,"scriptPubKey":"hex","redeemScript":"hex","witnessScript":"hex","amount":amount},...] "sighashtype" )
unloadwallet ( "wallet_name" )
+
#unloadwallet ( "wallet_name" )
walletcreatefundedpsbt [{"txid":"hex","vout":n,"sequence":n},...] [{"address":amount},{"data":"hex"},...] ( locktime options bip32derivs )
+
#walletcreatefundedpsbt [{"txid":"hex","vout":n,"sequence":n},...] [{"address":amount},{"data":"hex"},...] ( locktime options bip32derivs )
walletlock
+
#walletlock
walletpassphrase "passphrase" timeout
+
#walletpassphrase "passphrase" timeout
walletpassphrasechange "oldpassphrase" "newpassphrase"
+
#walletpassphrasechange "oldpassphrase" "newpassphrase"
walletprocesspsbt "psbt" ( sign "sighashtype" bip32derivs )
+
#walletprocesspsbt "psbt" ( sign "sighashtype" bip32derivs )
  
 
== Zmq ==
 
== Zmq ==
getzmqnotifications
+
#getzmqnotifications

Revision as of 22:41, 30 January 2021

Accounts

  1. accounthistorycount ( "owner" {"no_rewards":bool,"token":"str"} )
  2. accounttoaccount "from" {"address":"str"} ( [{"txid":"hex","vout":n},...] )
  3. accounttoutxos "from" {"address":"str"} ( [{"txid":"hex","vout":n},...] )
  4. getaccount "owner" ( {"start":"str","including_start":bool,"limit":n} indexed_amounts )
  5. gettokenbalances ( {"start":"str","including_start":bool,"limit":n} indexed_amounts symbol_lookup )
  6. listaccounthistory ( "owner" {"maxBlockHeight":n,"depth":n,"no_rewards":bool,"token":"str","txtype":"str","limit":n} )
  7. listaccounts ( {"start":"str","including_start":bool,"limit":n} verbose indexed_amounts is_mine_only )
  8. listcommunitybalances
  9. sendtokenstoaddress {"address":"str"} {"address":"str"} ( "selectionMode" )
  10. utxostoaccount {"address":"str"} ( [{"txid":"hex","vout":n},...] )

Blockchain

  1. clearmempool
  2. getbestblockhash
  3. getblock "blockhash" ( verbosity )
  4. getblockchaininfo
  5. getblockcount
  6. getblockfilter "blockhash" ( "filtertype" )
  7. getblockhash height
  8. getblockheader "blockhash" ( verbose )
  9. getblockstats hash_or_height ( stats )
  10. getchaintips
  11. getchaintxstats ( nblocks "blockhash" )
  12. getdifficulty
  13. getgov "name"
  14. getmempoolancestors "txid" ( verbose )
  15. getmempooldescendants "txid" ( verbose )
  16. getmempoolentry "txid"
  17. getmempoolinfo
  18. getrawmempool ( verbose )
  19. gettxout "txid" n ( include_mempool )
  20. gettxoutproof ["txid",...] ( "blockhash" )
  21. gettxoutsetinfo
  22. isappliedcustomtx ( "txid" blockHeight )
  23. preciousblock "blockhash"
  24. pruneblockchain height
  25. savemempool
  26. scantxoutset "action" [scanobjects,...]
  27. setgov {"name":"str"} ( [{"txid":"hex","vout":n},...] )
  28. verifychain ( checklevel nblocks )
  29. verifytxoutproof "proof"

Control

  1. getmemoryinfo ( "mode" )
  2. getrpcinfo
  3. help ( "command" )
  4. logging ( ["include_category",...] ["exclude_category",...] )
  5. stop
  6. uptime

Generating

  1. generatetoaddress nblocks "address" ( maxtries )

Masternodes

  1. createmasternode "ownerAddress" ( "operatorAddress" [{"txid":"hex","vout":n},...] )
  2. getmasternode "mn_id"
  3. listcriminalproofs ( {"start":"hex","including_start":bool,"limit":n} )
  4. listmasternodes ( {"start":"hex","including_start":bool,"limit":n} verbose )
  5. resignmasternode "mn_id" ( [{"txid":"hex","vout":n},...] )

Mining

  1. getblocktemplate ( "template_request" )
  2. getmintinginfo
  3. getnetworkhashps ( nblocks height )
  4. prioritisetransaction "txid" ( dummy ) fee_delta
  5. submitblock "hexdata" ( "dummy" )
  6. submitheader "hexdata"

Network

  1. addnode "node" "command"
  2. clearbanned
  3. disconnectnode ( "address" nodeid )
  4. getaddednodeinfo ( "node" )
  5. getconnectioncount
  6. getnettotals
  7. getnetworkinfo
  8. getnodeaddresses ( count )
  9. getpeerinfo
  10. listbanned
  11. ping
  12. setban "subnet" "command" ( bantime absolute )
  13. setnetworkactive state

Poolpair

  1. addpoolliquidity {"address":"str"} "shareAddress" ( [{"txid":"hex","vout":n},...] )
  2. createpoolpair ( {"tokenA":"str","tokenB":"str","commission":n,"status":bool,"ownerAddress":"str","customRewards":"str","pairSymbol":"str"} [{"txid":"hex","vout":n},...] )
  3. getpoolpair "key" ( verbose )
  4. listpoolpairs ( {"start":n,"including_start":bool,"limit":n} verbose )
  5. listpoolshares ( {"start":n,"including_start":bool,"limit":n} verbose is_mine_only )
  6. poolswap ( {"from":"str","tokenFrom":"str","amountFrom":n,"to":"str","tokenTo":"str","maxPrice":n} [{"txid":"hex","vout":n},...] )
  7. removepoolliquidity "from" "amount" ( [{"txid":"hex","vout":n},...] )
  8. testpoolswap ( {"from":"str","tokenFrom":"str","amountFrom":n,"to":"str","tokenTo":"str","maxPrice":n} )
  9. updatepoolpair ( {"pool":"str","status":bool,"commission":n,"ownerAddress":"str","customRewards":"str"} [{"txid":"hex","vout":n},...] )

Rawtransactions

  1. analyzepsbt "psbt"
  2. combinepsbt ["psbt",...]
  3. combinerawtransaction ["hexstring",...]
  4. converttopsbt "hexstring" ( permitsigdata iswitness )
  5. createpsbt [{"txid":"hex","vout":n,"sequence":n},...] [{"address":amount},{"data":"hex"},...] ( locktime replaceable )
  6. createrawtransaction [{"txid":"hex","vout":n,"sequence":n},...] [{"address":amount},{"data":"hex"},...] ( locktime replaceable )
  7. decodepsbt "psbt"
  8. decoderawtransaction "hexstring" ( iswitness )
  9. decodescript "hexstring"
  10. finalizepsbt "psbt" ( extract )
  11. fundrawtransaction "hexstring" ( options iswitness )
  12. getrawtransaction "txid" ( verbose "blockhash" )
  13. joinpsbts ["psbt",...]
  14. sendrawtransaction "hexstring" ( maxfeerate )
  15. signrawtransactionwithkey "hexstring" ["privatekey",...] ( [{"txid":"hex","vout":n,"scriptPubKey":"hex","redeemScript":"hex","witnessScript":"hex","amount":amount},...] "sighashtype" )
  16. testmempoolaccept ["rawtx",...] ( maxfeerate )
  17. utxoupdatepsbt "psbt" ( ["",{"desc":"str","range":n or [n,n]},...] )

Spv

  1. spv_createanchor ( [{"txid":"hex","vout":n,"amount":n,"privkey":"str"},...] ) "rewardAddress" ( send feerate )
  2. spv_createanchortemplate "rewardAddress"
  3. spv_estimateanchorcost ( feerate )
  4. spv_gettxconfirmations "txhash"
  5. spv_listanchorauths
  6. spv_listanchorrewardconfirms
  7. spv_listanchorrewards
  8. spv_listanchors ( minBtcHeight maxBtcHeight minConfs maxConfs )
  9. spv_rescan ( height )
  10. spv_sendrawtx "rawtx"
  11. spv_splitutxo parts ( amount )
  12. spv_syncstatus

Tokens

  1. createtoken ( {"symbol":"str","name":"str","isDAT":bool,"decimal":n,"limit":n,"mintable":bool,"tradeable":bool,"collateralAddress":"str"} [{"txid":"hex","vout":n},...] )
  2. getcustomtx "txid" ( "blockhash" )
  3. gettoken "key"
  4. listtokens ( {"start":n,"including_start":bool,"limit":n} verbose )
  5. minttokens "amounts" ( [{"txid":"hex","vout":n},...] )
  6. updatetoken "token" ( {"symbol":"str","name":"str","isDAT":bool,"mintable":bool,"tradeable":bool,"finalize":bool} [{"txid":"hex","vout":n},...] )

Util

  1. createmultisig nrequired ["key",...] ( "address_type" )
  2. deriveaddresses "descriptor" ( range )
  3. estimatesmartfee conf_target ( "estimate_mode" )
  4. getdescriptorinfo "descriptor"
  5. signmessagewithprivkey "privkey" "message"
  6. validateaddress "address"
  7. verifymessage "address" "signature" "message"

Wallet

  1. abandontransaction "txid"
  2. abortrescan
  3. addmultisigaddress nrequired ["key",...] ( "label" "address_type" )
  4. backupwallet "destination"
  5. bumpfee "txid" ( options )
  6. createwallet "wallet_name" ( disable_private_keys blank "passphrase" avoid_reuse )
  7. dumpprivkey "address"
  8. dumpwallet "filename"
  9. encryptwallet "passphrase"
  10. getaddressesbylabel "label"
  11. getaddressinfo "address"
  12. getbalance ( "dummy" minconf include_watchonly avoid_reuse with_tokens )
  13. getbalances ( with_tokens )
  14. getnewaddress ( "label" "address_type" )
  15. getrawchangeaddress ( "address_type" )
  16. getreceivedbyaddress "address" ( minconf )
  17. getreceivedbylabel "label" ( minconf )
  18. gettransaction "txid" ( include_watchonly )
  19. getunconfirmedbalance ( with_tokens )
  20. getwalletinfo ( with_tokens )
  21. importaddress "address" ( "label" rescan p2sh )
  22. importmulti "requests" ( "options" )
  23. importprivkey "privkey" ( "label" rescan )
  24. importprunedfunds "rawtransaction" "txoutproof"
  25. importpubkey "pubkey" ( "label" rescan )
  26. importwallet "filename"
  27. keypoolrefill ( newsize )
  28. listaddressgroupings
  29. listlabels ( "purpose" )
  30. listlockunspent
  31. listreceivedbyaddress ( minconf include_empty include_watchonly "address_filter" )
  32. listreceivedbylabel ( minconf include_empty include_watchonly )
  33. listsinceblock ( "blockhash" target_confirmations include_watchonly include_removed )
  34. listtransactions ( "label" count skip include_watchonly )
  35. listunspent ( minconf maxconf ["address",...] include_unsafe query_options )
  36. listwalletdir
  37. listwallets
  38. loadwallet "filename"
  39. lockunspent unlock ( [{"txid":"hex","vout":n},...] )
  40. removeprunedfunds "txid"
  41. rescanblockchain ( start_height stop_height )
  42. sendmany "" {"address":amount} ( minconf "comment" ["address",...] replaceable conf_target "estimate_mode" )
  43. sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode" avoid_reuse )
  44. sethdseed ( newkeypool "seed" )
  45. setlabel "address" "label"
  46. settxfee amount
  47. setwalletflag "flag" ( value )
  48. signmessage "address" "message"
  49. signrawtransactionwithwallet "hexstring" ( [{"txid":"hex","vout":n,"scriptPubKey":"hex","redeemScript":"hex","witnessScript":"hex","amount":amount},...] "sighashtype" )
  50. unloadwallet ( "wallet_name" )
  51. walletcreatefundedpsbt [{"txid":"hex","vout":n,"sequence":n},...] [{"address":amount},{"data":"hex"},...] ( locktime options bip32derivs )
  52. walletlock
  53. walletpassphrase "passphrase" timeout
  54. walletpassphrasechange "oldpassphrase" "newpassphrase"
  55. walletprocesspsbt "psbt" ( sign "sighashtype" bip32derivs )

Zmq

  1. getzmqnotifications