Skip to main content

/exchange/v1/mpc/pubkey

Notify exchange to add relationship between CVA account and the root mpc public key (If the Exchange keeps one mpc key share)

Request Body required
    collateralId CollateralId required

    Unique identifier for the CVA account

    cmrkPK object required

    The public keys of the CVA's root mpc key

    ecdsaPK string

    The "ecdsa-secp256k1" compressed public key (33 bytes, formatted in hexadecimal).

    eddsaPK string

    the "eddsa-ed25519" compressed public key(32 bytes, formatted in hexadecimal).

Responses

Successful response


Schema
    status boolean required

    Status of setting the related public key, False/True (failed/success)

Loading...