Skip to main content
Coinbase Developer Documentation home page
Search...
⌘K
Ask AI
Get help
Dev portal
Dev portal
Search...
Navigation
Functions
createSolanaAccount
Docs
API Reference
SDKs
Demo Apps
Changelogs
SDKs
Overview
BUILD ONCHAIN
CDP SDKs v2
Backend
Frontend
Overview
@coinbase/create-cdp-app
@coinbase/cdp-core
Overview
Classes
Functions
authenticateWithJWT
buildKeyExportIframeUrl
calculateSecureIframeHeight
cancelMfaVerification
createCDPEmbeddedWallet
createEvmEoaAccount
createEvmKeyExportIframe
createEvmSmartAccount
createIframe
createSolanaAccount
createSolanaKeyExportIframe
createSpendPermission
exportEvmAccount
exportSolanaAccount
fetchWithX402
getAccessToken
getAccessTokenExpiration
getCurrentUser
getCurrentUserSync
getEnrolledMfaMethods
getMfaConfig
getSecureIframeOrigin
getUserOperation
initialize
initiateMfaEnrollment
initiateMfaVerification
isEnrolledInMfa
isMfaProtectedAction
isMfaRequired
isSecureIframeKeyExportMessage
isSignedIn
linkApple
linkEmail
linkGoogle
linkOAuth
linkSms
listSpendPermissions
onAuthStateChange
onOAuthStateChange
recordMfaEnrollmentPrompted
registerMfaListener
revokeSpendPermission
sendEvmTransaction
sendSecureIframeMessage
sendSolanaTransaction
sendUserOperation
signEvmHash
signEvmMessage
signEvmTransaction
signEvmTypedData
signInWithEmail
signInWithOAuth
signInWithSms
signOut
signSolanaMessage
signSolanaTransaction
submitMfaEnrollment
submitMfaVerification
toViemAccount
validatePhoneNumber
validateSecureIframeEnvironment
verifyEmailOTP
verifyOAuth
verifySmsOTP
Interfaces
Type Aliases
Variables
Reference
@coinbase/cdp-hooks
@coinbase/cdp-react
@coinbase/cdp-solana-standard-wallet
@coinbase/cdp-wagmi
CDP SDKs v1
AgentKit
MiniKit
CONSUMER APIs
Coinbase Advanced Trade
INSTITUTIONAL APIs
Coinbase Prime
On this page
Returns
Throws
Functions
createSolanaAccount
Copy page
Copy page
Report incorrect code
Copy
Ask AI
function
createSolanaAccount
()
:
Promise
<
string
>;
Creates a Solana account for the current user. Multiple Solana accounts can be created per user.
Returns
Promise
<
string
>
The address of the newly created Solana account.
Throws
Error if the user is not signed in.
Was this page helpful?
Yes
No
createIframe
Previous
createSolanaKeyExportIframe
Next
⌘I