Tooling
Bitcoin tooling
JSON-RPC API
Interact with your Bitcoin nodes using JSON-RPC API.
Use curl or Postman to invoke Bitcoin API methods.
Example below demonstrates how to get basic network information from your Bitcoin node HTTPS endpoint:
where YOUR_CHAINSTACK_ENDPOINT is your node HTTPS endpoint protected either with the key or password
Python
Work with Bitcoin from your Python application.
-
Install bitcoincli.
-
Configure the client to use
host
andport
of the node HTTPS endpoint, the corresponding nodeusername
, andpassword
: -
Invoke any methods from the Bitcoin API specification:
The example code above should output basic network information: