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

POST /device/getSigningRequestData

{
  "transactionId": "string",
  "signingAddress": "string"
}
  • transactionId: The ID of the transaction we want to receive.
  • signingAddress: The ID of the wallet that this transaction belongs to.