Skip to main content

/internal/v1/mpc/signature/result

Notify the signature result to the exchange

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

Successful response


Schema
    status boolean required

    Status of the request, False/True (failed/success)

    failedReason string nullable

    The failed reason if the status is False

Loading...