Tutorials
POST a Turbo Transaction
20min
Before submitting an API request, ensure you have completed the following:
- Create an Account
- Create a Project
Turbo Transactions supercharge your transaction submission processes. This guide will walk you through generating a transaction on Eternl and sending it to Maestro's Turbo Transaction endpoint.
- Switch the network to Pre-Production Testnet by selecting it from the bottom-right selector of the Eternl wallet interface.
- After creating the wallets, disable the Transaction Auto Submit option.
- Find your wallet address in the Eternl dashboard under the Receive tab.
- Open Eternl App Settings
- Expand the Custom Submit API Endpoint section and click Add
- Enter the below Turbo Transaction Submit API URL, replacing <API_KEY> with your project key found in your project dashboard.
- Click Save
- If your subscription does not support Turbo Transactions, you can try the standard Submit API.
- Upgrade to the Pay-as-you-go Conductor subscription for easy access and support for Turbo Transactions.
- Go to the Send tab
- Enter the receiving wallet address to create and sign a transaction between the two test wallets. Then, specify the amount of test ADA to send.
- Enter your spending password and click Sign.
Option 1
- Click Submit to hit the Turbo Transaction endpoint via Eternl.
Option 2
Click Download(signed)
- Copy the cBorHex from the downloaded transaction file. In this example, that will be:
- Run the following command to create a binary stream:
- Use your project API key to submit the transaction to the Maestro endpoint:/txmanager/turbosubmit
The response is the transaction hash of the submitted transaction.
Updated 09 Oct 2024
Did this page help you?