BTC RPC

Quickstart

After connecting to the private network, your application can issue standard Bitcoin Core JSON-RPC calls.

Example call

curl --user USER:PASS \
  --data-binary '{"jsonrpc":"1.0","id":"info","method":"getblockchaininfo","params":[]}' \
  -H 'content-type: text/plain;' \
  http://RPC_HOST:RPC_PORT/