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:Python
Work with Bitcoin from your Python application.Install bitcoincli.
Configure the client to use
host and port of the node HTTPS endpoint, the corresponding node username, and password:Invoke any methods from the Bitcoin API specification: