/internal/v1/mpc/join
Notify the exchange's mpc key share custody service to join an mpc business initiated by user
Request Body required
Unique identifier for a mpc business
The initiator of a mpc business, needed by e-custody.
The participants of a mpc business, needed by e-custody.
MPC business type, enumeration of "DKG", "Refresh", "Delete"
A data needed for locating the mpc key share
Either "ecdsa-secp256k1" or "eddsa-ed25519"
The total TTL of this mpc business
The result will be connected to this target user id (null if the mpcType is DKG)
The public key to identifies an mpc key share (null if the mpcType is DKG, otherwise it's required)
The path to derive the target account.
The user's signature to the mpc parameter data, which is signed by the user's mpc key share.(null if the mpcType is DKG, otherwise it's required)
- 200
Successful response
Schema
Status of the request, False/True (failed/success)
The failed reason if the status is False
{
"status": true,
"failedReason": "string"
}