v1
latestOpenAPI 3.0.02026-07-2442138225.7 KBActions
Submit transaction hash
Submit the transaction hash after broadcasting a transaction to the blockchain. This updates the transaction status and enables tracking.
put/v1/transactions/{transactionId}/submit-hash
Path parameters
{"stackTrail":"paths:/v1/transactions/{transactionId}/submit-hash:put:parameters:0:schema","oasType":"schema","type":"unknown"}
The unique identifier of the transaction
Request body
Example request
{
"hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}Response
Transaction successfully updated with hash
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"network": "ethereum",
"chainId": "1",
"type": "SUPPLY",
"status": "CREATED",
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595f8fB28",
"signingFormat": "EVM_TRANSACTION"
}