GET
List ECDSA MPC configurations per enterprise
List all ECDSA MPC configurations from all enterprises for a user. Returns an empty array if the user's enterprise doesn't have any ECDSA MPC configurations.
Query Params
-
createdBystringFilter by the user who created the config. Pass in "me" to filter by the current user's id.
Responses
200
OK
Response Body
array of objects
-
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
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