Issue description
The transaction's source address is missing from the response body.
Resolution
The sourceAddress parameter only populates when the transaction's status is one of the following:
- Completed
- Rejected (if the transaction has already progressed through the Confirming status)
- Failed (if the transaction has already progressed through the Confirming status)
For UTXO transactions, the sourceAddress parameter only populates with one source address even when the incoming transaction inputs were sent from several addresses. The source address shown is the source UTXO address of the last processed spending input.