Home

Bitcoin (BTC) API Documentation

Bitcoin

Bitcoin (BTC) is a peer-to-peer payments and settlement network secured by SHA-256 proof of work, with each block header committing to transactions through a Merkle root. Transactions use Bitcoin Script and consume unspent transaction outputs rather than modifying account balances, while full nodes validate blocks and transactions and maintain the current UTXO set. This UTXO-and-script model became the architectural baseline for several Bitcoin-derived networks, so block, transaction, output, and mempool data remain the core primitives exposed to applications.

Bitcoin API Methods and Endpoints

NOWNodes exposes Bitcoin's interface, plus a few others, depending on what your integration needs: JSON-RPC for reading chain state and broadcasting transactions, WSS (WebSocket) for real-time subscriptions and events, and Blockbook for indexed address, balance, transaction, and block lookups. Archive mode extends any of these to historical states and data beyond standard retention.

Browse the interfaces below for endpoint details, request parameters, response formats, and integration examples. Create an API key, select Mainnet or Testnet, choose the required interface, and start sending requests from your application.

Weighing Bitcoin RPC providers against each other? Read the comparison guide on our blog — this page stays focused on integration reference.

Quick start

01

Get an API key

Sign up and generate a free key from the dashboard.

Get key →
02

Select environment

Mainnet or Sepolia testnet.

03

Choose an interface

RPC, WSS, Blockbook, or Trace/Debug.

04

Send a request

Call it from your application.

RPCJSON-RPCStandard RPC methods for reading chain state and broadcasting transactions.Node APIs →WSSWebSocketPersistent connections for new blocks, pending transactions, and log events as they happen.WSS API →T/DTrace & DebugStep-level execution traces for inspecting calls and diagnosing transactions.Trace & Debug API →ARCArchive modeFull historical state access beyond standard node retention.Archive nodes →MCPModel Context ProtocolThe Model Context Protocol (MCP) is an open standard that lets AI assistants call external tools through a uniform interface.MCP →

Ready to build on: BTC

Create a free API key and start sending requests in minutes.