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

# BuildKeyExportIframeUrlOptions

Options for building a key export iframe URL.

## Properties

| Property                              | Type      | Description                                                                                |
| ------------------------------------- | --------- | ------------------------------------------------------------------------------------------ |
| <a id="projectid" /> `projectId`      | `string`  | The project ID for authentication.                                                         |
| <a id="basepath" /> `basePath?`       | `string`  | The base path of the secure iframe. **Default** `"https://secure-wallet.cdp.coinbase.com"` |
| <a id="label" /> `label?`             | `string`  | The label for the button displayed in the iframe.                                          |
| <a id="copiedlabel" /> `copiedLabel?` | `string`  | The label to display when the key is copied successfully.                                  |
| <a id="icon" /> `icon?`               | `boolean` | Whether to show an icon in the button. **Default** `true`                                  |
