Submit Transaction
API Specification
Submit Transaction
Name
Type
Description
Request Body
Name
Type
Description
{
"Status": "SUCCESS",
"Message": "Signed and executed txn successfully",
"Data": {
"txHash": "0x6b9771a48a5536e891cc50f3b830911d7902f430412dc48fad2b3c72515f99bd"
}
}{
"Status": "FAILURE",
"Message": "error sending txn to contract : no contract code at given address",
"Data": null
}Last updated
Was this helpful?