cURL
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": "<string>" }
request
The password from the shard
The filename of the key
The transaction request id
The organization master password
The Copper's Platform API Key
All this fields from order.extra.transactionRequest
Transaction signed successfully
Was this page helpful?