Create Custom Transaction
Send ADA and assets to multiple recipients in a single transaction
Last updated
Was this helpful?
Send ADA and assets to multiple recipients in a single transaction
Last updated
Was this helpful?
This guide demonstrates how to create a custom transaction that sends ADA and assets to multiple recipient addresses in a single transaction. This powerful feature allows you to efficiently distribute funds and tokens to several wallets at once, reducing transaction costs and improving throughput. Simply include multiple outputs in the payload to each recipient, and define what ADA and assets to send, and Anvil API will handle building the transaction for you.
For more information on transactions, please refer to the .
Send different amounts of ADA to multiple recipients
Distribute different native assets to different addresses
Customize each output independently
Handle complex transactions in a single API call
A Cardano wallet with sufficient ADA
Native assets in your wallet (if sending assets)
Recipient wallet addresses
Valid API key for authentication
Always verify recipient addresses before submitting transactions
Include sufficient ADA in each output (minimum 2 ADA if sending native assets)
Test transactions on testnet before moving to mainnet
Consider transaction fees when planning outputs
Keep your API key secure and never expose it in client-side code