latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Transaction request

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.

get/api/v2/tssconfigs/ecdsa

Query parameters

createdBystring

Filter by the user who created the config. Pass in "me" to filter by the current user's id.

Response

OK

enterpriseIdstring required

The enterprise ID

Example response

[
  {
    "enterpriseId": "5d1a61a5c30ae10025f9b2b3",
    "ecdsa": {
      "challenge": {
        "createdBy": "5d1a3e4d2f7f9b7c0e3b7e4d2f7f9b7c"
      }
    }
  }
]