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

# CopyAddressProps

The props for the CopyAddress component.

## See

[CopyAddress](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/CopyAddress)

## Extends

* `Omit`\<`HTMLAttributes`\<`HTMLDivElement`>, `"children"`>

## Properties

| Property                                  | Type         | Description                                                 | Overrides     |
| ----------------------------------------- | ------------ | ----------------------------------------------------------- | ------------- |
| <a id="address" /> `address`              | `string`     | The address to copy.                                        | -             |
| <a id="label" /> `label?`                 | `string`     | The label for the input.                                    | -             |
| <a id="oncopy" /> `onCopy?`               | () => `void` | A function to call when the address copy button is clicked. | `Omit.onCopy` |
| <a id="oncopysuccess" /> `onCopySuccess?` | () => `void` | A function to call when the address is copied successfully. | -             |
