Add Signers
Endpoints
Add Signers
Adds new signers to a Smart Account
POST
Add Signers
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}$List of addresses that will sign this transaction
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$List of new signers to add to the Smart Account