The Midl Node RPC API provides direct, low-latency access to the Midl blockchain for querying network data, retrieving transaction and block details, EVM-specific metadata, and broadcasting transactions. This service is useful for developers building wallets, block explorers, vaults, or other blockchain-integrated applications.Documentation Index
Fetch the complete documentation index at: https://docs.gomaestro.org/llms.txt
Use this file to discover all available pages before exploring further.
JSON-RPC CompatibilityThe Midl Node RPC API is a direct JSON-RPC interface that serves as a drop-in replacement for the MIDL EVM node’s JSON-RPC interface. This means you can use existing EVM tooling and libraries without modification, simply by pointing them to Maestro’s Midl RPC endpoints.
Key Features
- Blockchain Information: Retrieve real-time network data, including current height, latest hash, and timestamp for live synchronization.
- Block Data Access: Fetch blocks by hash or height, explore recent block history with pagination, and select from header-only or full-detail views.
- Transaction Retrieval: View complete transaction details such as sender, recipient, gas usage, fee metrics, and Bitcoin linkage for cross-chain verification.
- Hybrid Execution Context: Access EVM-enhanced block data featuring gas metrics, withdrawals, and optional execution witness fields for full execution visibility.
- Cross-Chain Metadata: Leverage unified transaction records containing both EVM semantics and Bitcoin anchors for multi-layer analytics.

