> ## 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.

# ExportSolanaAccountOptions

```ts theme={null}
type ExportSolanaAccountOptions = {
  solanaAccount: SolanaAddress;
  idempotencyKey?: string;
};
```

Request parameters for exporting a Solana account's private key.

## Properties

| Property                                    | Type            | Description                                |
| ------------------------------------------- | --------------- | ------------------------------------------ |
| <a id="solanaaccount" /> `solanaAccount`    | `SolanaAddress` | The Solana account to export.              |
| <a id="idempotencykey" /> `idempotencyKey?` | `string`        | Optional idempotency key for safe retries. |
