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
You must authenticate via the TX Authentication identity token to use these functions.
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.