The Transaction Manager API provides a streamlined way to submit, monitor, and manage Cardano transactions with advanced features like turbo submission, webhook-based monitoring, and historical tracking. Designed for applications that require reliable transaction processing, it ensures your signed transactions are quickly propagated through the network while giving you real-time visibility into their state. Whether you’re building wallets, payment processors, or DeFi protocols, the Transaction Manager API abstracts away the complexity of low-level transaction handling, offering secure, high-performance endpoints for transaction submission and lifecycle monitoring.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.
Key Features
- Standard Transaction Submission: Submit already serialized CBOR transactions to the Cardano network for processing.
- Turbo Transaction Submission: Accelerate transaction propagation with Maestro’s Turbo Submit feature, including built-in monitoring.
- Transaction State Retrieval: Query the current status of a transaction by its hash to check whether it’s pending, confirmed, or failed.
- Transaction History: Retrieve paginated records of previously submitted transactions for your project.
- Webhook Integration: Set up webhooks to receive push notifications on transaction updates, confirmations, and failures.
- Multi-Network Support: Access the same functionality across Mainnet, Preprod, and Preview environments.

