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

# CreateDepositDestinationRequest

## Interfaces

### Crypto

Defined in: [\_vendor/api/types/CreateDepositDestinationRequest.ts:11](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/CreateDepositDestinationRequest.ts#L11)

#### Extends

* [`CreateCryptoDepositDestinationRequest`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#createcryptodepositdestinationrequest)

#### Properties

##### accountId

```ts theme={null}
accountId: string;
```

Defined in: [\_vendor/api/types/CreateCryptoDepositDestinationRequest.ts:7](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/CreateCryptoDepositDestinationRequest.ts#L7)

The ID of the Account, which is a UUID prefixed by the string `account_`, that owns the deposit destination.

###### Inherited from

[`CreateCryptoDepositDestinationRequest`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#createcryptodepositdestinationrequest).[`accountId`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#accountid)

##### crypto

```ts theme={null}
crypto: CreateDepositDestinationCrypto;
```

Defined in: [\_vendor/api/types/CreateCryptoDepositDestinationRequest.ts:11](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/CreateCryptoDepositDestinationRequest.ts#L11)

Crypto-specific details. Required when `type` is `crypto`.

###### Inherited from

[`CreateCryptoDepositDestinationRequest`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#createcryptodepositdestinationrequest).[`crypto`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#crypto)

##### metadata?

```ts theme={null}
optional metadata: Metadata;
```

Defined in: [\_vendor/api/types/CreateCryptoDepositDestinationRequest.ts:9](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/CreateCryptoDepositDestinationRequest.ts#L9)

###### Inherited from

[`CreateCryptoDepositDestinationRequest`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#createcryptodepositdestinationrequest).[`metadata`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#metadata)

##### target?

```ts theme={null}
optional target: DepositDestinationTargetAccount;
```

Defined in: [\_vendor/api/types/CreateCryptoDepositDestinationRequest.ts:8](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/CreateCryptoDepositDestinationRequest.ts#L8)

###### Inherited from

[`CreateCryptoDepositDestinationRequest`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#createcryptodepositdestinationrequest).[`target`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#target)

##### type

```ts theme={null}
type: "crypto";
```

Defined in: [\_vendor/api/types/CreateDepositDestinationRequest.ts:12](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/CreateDepositDestinationRequest.ts#L12)
