Skip to main content
Version: 1.1.6

Common - Create batch of relay rooms

POST 

/batch-create-rooms

Creates a batch of rooms for the given number of parties. A room is a one time instance used to perform a single MPC operation (e.g. keygen/signing/refresh.) with multiple parties.

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the API Key of the user. The API Key is returned when a new user is created using the /admin/create-user endpoint.

Body

required

    room_sizes uint16[]required

    Possible values: >= 1

Responses

Schema

    room_uuids string[]required
Loading...