Create a new key quorum.
Documentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
Request input for creating a key quorum. At least one of user_ids, public_keys, or key_quorum_ids is required.
List of P-256 public keys of the keys that should be authorized to sign on the key quorum, in base64-encoded DER format. At least one of user_ids, public_keys, or key_quorum_ids is required.
1The number of keys that must sign for an action to be valid. Must be less than or equal to total number of key quorum members.
x >= 150List of user IDs of the users that should be authorized to sign on the key quorum. At least one of user_ids, public_keys, or key_quorum_ids is required.
1List of key quorum IDs that should be members of this key quorum. Key quorums can only be nested 1 level deep. At least one of user_ids, public_keys, or key_quorum_ids is required.
1 - 5 elementsNewly created key quorum.
A key quorum for authorizing wallet operations.
50x >= 1List of nested key quorum IDs that are members of this key quorum.
1 - 5 elements