API Reference
Welcome to the Neurai API documentation. This section provides technical references for interacting with the Neurai blockchain programmatically.
Overview
The Neurai API allows you to:
- Query blockchain data
- Send transactions
- Manage assets and tokens
- Interact with DePIN messaging
- Monitor network status
Available APIs
RPC API
JSON-RPC interface for direct node communication, compatible with Bitcoin-based RPC calls plus Neurai-specific asset commands.
Electrum Servers
Lightweight API for wallet applications and blockchain queries without running a full node.
Block Explorers
RESTful APIs for querying transaction history, addresses, and asset information.
Getting Started
Choose the API that best fits your needs:
- Full Node RPC: For applications requiring direct blockchain access
- Electrum: For lightweight wallets and mobile applications
- Explorer API: For read-only blockchain data queries
Documentation
Explore the API documentation to learn more about available endpoints, parameters, and response formats.