POST
/
sign-async
curl --request POST \
  --url http://0.0.0.0:3010/sign-async \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "request",
  "keyPassword": "<string>",
  "keyFilename": "<string>",
  "transactionRequestId": "<string>",
  "masterPassword": "<string>",
  "apiKey": "<string>",
  "apiSecret": "<string>",
  "signRequest": {}
}'
{
  "transactionRequestId": "<string>",
  "sessionKey": "<string>",
  "sessionTimestamp": "1608296004000"
}

Create a request to Copper Unlimited Online to sign the transaction. After signing, when the transaction is in the completed status, the signed transaction will be uploaded to the Copper Platform automatically.

Body

application/json

Response

200 - application/json

Transaction signed successfully

The response is of type object.