Creates a new Smart Account with specified configuration including signers, threshold, and optional settings like config authority.
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Specifies which Solana network to use. Defaults to 'mainnet' if not provided. Valid values are 'devnet' or 'mainnet'.
devnet, mainnet List of authorized keys that define the permanent configuration of your smart account. Each signer is assigned specific permissions that determine their role:
The minimum number of required signatures to execute any action
x >= 1Optional address where rent for executed, rejected, or cancelled transaction accounts can be reclaimed
Optional authority that can change the smart account configuration
Optional memo to include with the transaction
Smart Account successfully created
The wallet address of the newly created Smart Account