Get started with a reliable Bitcoin RPC endpoint to use the tools below.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
hostandportof the node HTTPS endpoint, the corresponding nodeusername, andpassword: -
Invoke any methods from the Bitcoin API specification: