Skip to main content
PUT
Override a wallet's signing quorum threshold

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required

Body

application/json
threshold
integer
required

Number of eligible signers required to approve a transaction. Must not exceed the number of active signers.

Required range: 1 <= x <= 100
Example:

2

Response

status
enum<string>
required

active when the change applied immediately; pending_approval when signer approval is required.

Available options:
active,
pending_approval
verificationUrl
string | null
required

URL for signers to approve the change when pending_approval, otherwise null.

Example:

"https://app.conduit.financial/verify/vtok_2xKjF9mQb7vN4hL1pR3w8t"