> For the complete documentation index, see [llms.txt](https://api.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.fwallet.net/create-transaction-response.md).

# Create Transaction Response

The following JSON response fields are common to all API calls that create transactions:

(S) `signatureHash` is the SHA-256 hash of the transaction signature\
(S) `unsignedTransactionBytes` is the unsigned transaction bytes\
(O) `transactionJSON` is the transaction object (refer to Get Transaction for details)\
(B) `broadcasted` is the transaction was broadcasted or not\
(N) `requestProcessingTime` is the API request processing time (in millisec)\
(S) `transactionBytes` is the signed transaction bytes\
(S) `fullHash` is the full hash of the signed transaction\
(S) `transaction` is the ID of the newly created transaction
