bitcoind.app
CommandsGuidesContact ↗
Home/Control/help
Control

help

List all commands, or get help for a specified command.

Parameters

commandstringoptional
The command to get help on

Returns

stringHelp text

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"help","params":[]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

"== Blockchain ==\ngetbestblockhash\ngetblock \"blockhash\" ( verbosity )\n..."
← Previous
getrpcinfo
Next →
logging

More Control Commands

getmemoryinfogetrpcinfologgingstopuptime

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗