I want to get hash of created transaction immediately after sending create request
Hey @unforgettablethunder – as generating the txHash requires signing the transaction, you won’t be able to find the txHash immediately after creating the transaction/in the CreateTransactionResponse object.
The hash is only known once the transaction moves past the PENDING_SIGNATURE stage into the BROADCASTING state. You can explore using webhooks to be notified of transaction status updates, which will also include the txHash when its available.
1 Like