Bitcoin implementations provide a simple command interface for interacting with the full node via JSON-RPC.
There’s one endpoint which receives the command and its arguments via HTTP. The default port for it is 8332
. Further information on how to configure it can be found in the bitcoin.conf example.
To get a list of the available commands, you might use the bitcoin-cli
and a running bitcoin full node. Eg. this is the output of my local regtest setup: