Bitcoin

Explore Bitcoin, the world’s first decentralized digital currency. Discover how it revolutionized peer-to-peer transactions and blockchain.

Bitcoin’s RPC documentation offers developers a comprehensive guide to programmatically interact with the original blockchain network. This documentation details the API endpoints needed to query transaction data, submit new transactions, and manage wallets. Operating on a proof-of-work (PoW) consensus mechanism, Bitcoin ensures security and decentralization at scale. Developers can utilize the RPC gateway to build applications such as payment gateways and wallets while leveraging Bitcoin’s global recognition and robust infrastructure.

Related: 📚 Supported Blockchains • 🌐 RPC Nodes Bitcoin • 🔗 Official Bitcoin Website

RPC Gateway for Bitcoin blockchain

💎

Bitcoin Mainnet

↳ JSON-RPC
https://bitcoin-mainnet.gateway.tatum.io
↳ REST API
https://bitcoin-mainnet.gateway.tatum.io/rest
↳ Electrs JSON-RPC
https://bitcoin-mainnet-electrs.gateway.tatum.io

Bitcoin Testnet

↳ JSON-RPC
https://bitcoin-testnet.gateway.tatum.io
↳ REST API
https://bitcoin-testnet.gateway.tatum.io/rest

Bitcoin Testnet4

↳ JSON-RPC
https://bitcoin-testnet4.gateway.tatum.io

Bitcoin Signet

↳ JSON-RPC
https://bitcoin-signet.gateway.tatum.io

Connect to Bitcoin and Fetch the Latest Block

This widget lets you instantly query the latest block height (or equivalent) for Bitcoin using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.

Get API key For free. No commitment.

Don't have an API key?

Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.

Retrieve Bitcoin Node Status or Client Version via RPC

Use this pre-configured request to get version or status information for your connected Bitcoin node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.

Test Bitcoin RPC Methods in Postman

Explore and test Bitcoin blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Bitcoin RPC endpoints, validate API responses, or integrate Bitcoin into their applications.

How to use the Bitcoin Postman Collection

  1. Get your API key: Visit Tatum Dashboard to obtain your free API key
  2. Import the collection: Click the "Run in Postman" button below to import the Bitcoin collection
  3. Configure your environment: Update the gateway-api-key variable in the Tatum Gateway environment
  4. Start testing: Execute any Bitcoin RPC method and see real-time responses

Available Bitcoin interfaces

Bitcoin - Electrs

Bitcoin - JSON-RPC

Bitcoin - Tatum API