Skip to main content
GET
/
sign-async
/
{transactionRequestId}
Get status of the sign request
curl --request GET \
  --url http://0.0.0.0:3010/sign-async/{transactionRequestId}
{
  "status": "starting",
  "message": "<string>"
}
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
enum<string>
  • 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
Available options:
starting,
session-established,
in-progress,
completed,
error
message
string