GET
Get enterprise MPC config
This api fetches the enterprise MPC config if it exists. The caller of this API must have view permissions on the enterprise.
Path Params
-
enterpriseIdstring requiredThe enterprise ID
Responses
200
OK
Response Body
object
-
enterpriseIdstring requiredThe enterprise ID -
ecdsaobject requiredecdsa object
-
challengeobject requiredchallenge object
-
enterpriseobject requiredenterprise object
-
verifiersobject requiredverifiers object
-
adminSignaturestring requiredThe admin signature is a hex string. Users should verify that the admin signature matches for the range proof challenge. -
bitgoNitroHsmSignaturestring -
bitgoInstitutionalHsmSignaturestring
-
-
paillierBlumProofobjectThe paillierBlumProof value is only required when creating the initial config.paillierBlumProof object
-
wstring requiredThe w value of the Paillier Blum proof -
xarray of strings required -
zarray of strings required
-
-
ntildeProofobjectThe ntildeProof value is only required when creating the initial config.ntildeProof object
-
h1WrtH2object requiredh1WrtH2 object
-
alphaarray of strings required -
tarray of strings required
-
-
h2WrtH1object requiredh2WrtH1 object
-
alphaarray of strings required -
tarray of strings required
-
-
-
ntildestring requiredRange proof challenge value -
h1string requiredRange proof challenge value -
h2string requiredRange proof challenge value
-
-
bitgoNitroHsmobject requiredbitgoNitroHsm object
- Same shape as
TssConfigPartyChallenge.
- Same shape as
-
bitgoInstitutionalHsmobject requiredbitgoInstitutionalHsm object
- Same shape as
TssConfigPartyChallenge.
- Same shape as
-
createdBystring requiredThe ID of the user who created and verified the config
-
-
400
Bad Request
Response Body
ONE OF
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id
-
namestring enum requiredInvalidEnterpriseId -
contextobject requiredcontext object
-
idstring required
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id
404
Not Found
Response Body
object
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id