Sign and submit transaction

Signs and submits the given transaction using an HSM address.

Securitybearer or cookie
Request
path Parameters
chain
required
string (ChainName)

The blockchain chain label.

Value: "ethereum"
Request Body schema: application/json
required
required
object

An Ethereum transaction.

Responses
200

OK

4XX

Client error.

5XX

Server error.

post/chains/{chain}/hsm/submit
Request samples
application/json
{
  • "tx": {
    }
}
Response samples
application/json
{
  • "status": 0,
  • "message": "string",
  • "result": {
    }
}
Copyright © Curvegrid 2022. All right reserved.