Endpoints
Create Smart Account
Creates a new Smart Account with specified configuration including signers, threshold, and optional settings like config authority.
POST
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
Response
200
application/json
Smart Account successfully created
The response is of type object
.