Uses a previously stored key to create a threshold signature.
Last updated 1 year ago
Success
const response = await fetch('//frost/partial_sign', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "request": { "request_uuid": "text", "request_name": "text", "request_verb": "text", "response_eta": "text", "created_at": "text", "satellite_id": "text", "request_status": { "status_code": null, "status_name": "text" } } }