/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)
application/json
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
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
status boolean required
Status of setting the related public key, False/True (failed/success)
{
"status": true
}
Loading...