Get Signing Request

The Notardec API must provide an endpoint to retrieve signing request data, to submit and send the signed transaction, to discard transactions so that consumers of the Notardec API can avoid having to connect to the TX API

GET /transactions/{transactionId}/getSigningParameters

  • transactionId: The ID of the transaction we want to receive.

Response:

{
  "value": {
    "TargetAddress": "string",
    "Nonce": "string",
    "GasPrice": "string",
    "GasLimit": "string",
    "DataToSign": "string"
  }
}

You need this to sign the transaction