GET
/
sign-async
/
{transactionRequestId}
curl --request GET \
  --url http://0.0.0.0:3010/sign-async/{transactionRequestId}
{
  "status": "starting",
  "message": "AQRwL5FqGrbLaPO4w+NoEq9oZ...R5I/wjEQND/4YmIn+rbN9uh5U/0="
}

Optionally, retrieve the status of your request from Copper Unlimited Online using your transactionRequestId

Path Parameters

transactionRequestId
string
required

Response

200 - application/json
Status of the sign request
status
object
  • starting: The request is accepted for processing
  • session-established: The CU session has been established
  • in-progress: The signature is being generated
  • completed: The transaction has been signed
  • error: Something went wrong, see the message field
message
string
Example:

"AQRwL5FqGrbLaPO4w+NoEq9oZ...R5I/wjEQND/4YmIn+rbN9uh5U/0="