Create Basic Transaction
Send ADA from one address to another
Last updated
Was this helpful?
Send ADA from one address to another
Last updated
Was this helpful?
This guide demonstrates how to create a basic transaction to send ADA from one address to another. The basic transaction is the simplest form of Cardano transaction, focused solely on transferring the native currency (ADA/Lovelace) without additional assets or metadata. With the Anvil API, you can easily create, sign, and submit these transactions with minimal configuration.
For more information on transactions, please refer to the .
Simple ADA transfers between addresses
Minimal configuration required
Clean and straightforward API payload
A Cardano wallet with sufficient ADA
Recipient wallet address
Valid API key for authentication
Always verify the recipient address before submitting transactions
Remember that 1 ADA = 1,000,000 Lovelace
Test transactions on testnet before moving to mainnet
Consider transaction fees when planning amounts to send
Keep your API key secure and never expose it in client-side code