Update Threshold
Endpoints
Update Threshold
Updates the signing threshold for a Smart Account
POST
Update Threshold
Documentation Index
Fetch the complete documentation index at: https://developers.squads.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Headers
Specifies which Solana network to use. Defaults to 'mainnet' if not provided. Valid values are 'devnet' or 'mainnet'.
Available options:
devnet, mainnet Body
application/json
The address of the Smart Account
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$The new threshold value
Required range:
x >= 1List of addresses that will sign this transaction
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$