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.
Jump right in
Start experimenting with the Nimiq RPC API.
Browse RPC Methods
Explore all available RPC methods and try them directly in the browser
Open RPC Servers
Use public servers for testing and development
Integrations
Learn how to connect with a CLI, TypeScript, or HTTP
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.
Explore the API
Discover the full range of RPC methods available for interacting with the Nimiq blockchain.
Category | Methods | Description |
---|---|---|
Blockchain | getBlockByNumber , getBlockByHash , getLatestBlock | Access block data and chain state |
Accounts | getAccountByAddress , getBalance | Query account information and balances |
Transactions | getTransactionByHash , getTransactionsByAddress , sendRawTransaction | Handle transaction operations |
Validators | getValidators , getValidatorByAddress , getSlotAt | Access validator and staking data |
Network | getNetworkInfo , getEpochNumber | Monitor network status and consensus |