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}
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.copper.co/llms.txt

Use this file to discover all available pages before exploring further.

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
Example:

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