> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# createSolanaAccount

```ts theme={null}
function createSolanaAccount(options?: CreateSolanaAccountOptions): Promise<string>;
```

Creates a Solana account for the current user.
Multiple Solana accounts can be created per user.

## Parameters

| Parameter  | Type                                                                                                                  | Description                                |
| ---------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| `options?` | [`CreateSolanaAccountOptions`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/CreateSolanaAccountOptions) | Optional options for creating the account. |

## Returns

`Promise`\<`string`>

The address of the newly created Solana account.

## Throws

Error if the user is not signed in.
