Nimiq RPC Client

Connect your backend services to the Nimiq blockchain with full access to blockchain data and operations through standard JSON-RPC and RESTful endpoints.

Quick Start

Jump right in

Start experimenting with the Nimiq RPC API.

Why RPC API

Perfect for backend integration

The Nimiq RPC API is ideal for servers, exchanges, analytics platforms, and any service needing reliable blockchain connectivity.

  • Full Node Access

    Direct access to all Nimiq blockchain data and operations

  • RESTful & JSON-RPC

    Standard protocols for easy integration with any tech stack

  • Real-Time Updates

    WebSocket subscriptions for live blockchain events

  • Comprehensive Methods

    120+ RPC methods covering all blockchain operations

  • Type-Safe Clients

    Fully typed client libraries for TypeScript

  • Production Ready

    High availability and performance

AI Development

Build with AI using Nimiq MCP

Enable AI assistants like Claude to interact directly with the Nimiq blockchain through our Model Context Protocol server.

Get Started
RPC Methods

Explore the API

Discover the full range of RPC methods available for interacting with the Nimiq blockchain.

CategoryMethodsDescription
BlockchaingetBlockByNumber, getBlockByHash, getLatestBlockAccess block data and chain state
AccountsgetAccountByAddress, getBalanceQuery account information and balances
TransactionsgetTransactionByHash, getTransactionsByAddress, sendRawTransactionHandle transaction operations
ValidatorsgetValidators, getValidatorByAddress, getSlotAtAccess validator and staking data
NetworkgetNetworkInfo, getEpochNumberMonitor network status and consensus

View All RPC Methods