/internal/v1/mpc/signature/result
Notify the signature result to the exchange
application/json
Request Body required
requestId string required
The request id that this result related to
signature string required
The final signature, it's concatenated directly by the r, s, v value, as "r||s||v", and formatted in hexadecimal.
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
status boolean required
Status of the request, False/True (failed/success)
failedReason string nullable
The failed reason if the status is False
{
"status": true,
"failedReason": "string"
}
Loading...