Step 3: Submit the signed transaction
txId matches what you got in step 1. The transaction is now in the mempool.
Step 4: Check transaction status
Poll this endpoint untiltype is "Confirmed":
Sending tokens alongside ALPH
To include a token in the transfer add atokens array to the destination. Every output on Alephium must include a minimum ALPH amount (dust) even when the primary transfer is a token:
1000000000000000 attoALPH (0.001 ALPH) is the typical dust minimum. The node will reject outputs below this threshold.
Sweep all ALPH from an address
To empty an address completely use the sweep endpoint it automatically calculates the correct amount after gas:Decode a transaction before signing
If you want to inspect what a transaction does before signing it:fixedOutputs matches your expectations before signing, especially when building transactions programmatically.
Parameters reference
Next steps
Read a contract
Call view functions on deployed contracts
Error handling
Retry logic and error code reference

