Chain
signs a tx using aws kms and then sends the signed tx on the sepolia network
POST
/
ethers
/
sign_send_tx_aws_kms_sepolia
Body
application/json
senderAddress
string
requiredEthereum Address of the transaction sender
key_id
string
requiredKey ID that corresponds to the Eth address
txData
object
requiredThe transaction data to be signed using Aws Kms
Response
200 - application/json
The response is of type string
.