Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The 0x-prefixed address of the Smart Account.
Response
Successfully got Smart Account.
The 0x-prefixed, checksum address of the Smart Account.
"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
Today, only a single owner can be set for a Smart Account, but this is an array to allow having multiple owners in the future. The address is a 0x-prefixed, checksum address.
[
"0xfc807D1bE4997e5C7B33E4d8D57e60c5b0f02B1a"
]
An optional name for the account. Account names can consist of alphanumeric characters and hyphens, and be between 2 and 36 characters long. Account names are guaranteed to be unique across all Smart Accounts in the developer's CDP Project.
"my-smart-account"