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

# DepositDestination

## Interfaces

### Crypto

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

A cryptocurrency deposit destination.

#### Extends

* [`CryptoDepositDestination`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#cryptodepositdestination)

#### Properties

##### accountId

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

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

###### Inherited from

[`CryptoDepositDestination`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#cryptodepositdestination).[`accountId`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#accountid-1)

##### createdAt

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

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

The timestamp when the deposit destination was created.

###### Inherited from

[`CryptoDepositDestination`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#cryptodepositdestination).[`createdAt`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#createdat)

##### crypto

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

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

Crypto-specific details for this deposit destination. Always populated in responses. Contains the network and address.

###### Inherited from

[`CryptoDepositDestination`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#cryptodepositdestination).[`crypto`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#crypto-1)

##### depositDestinationId

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

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

###### Inherited from

[`CryptoDepositDestination`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#cryptodepositdestination).[`depositDestinationId`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#depositdestinationid)

##### metadata?

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

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

###### Inherited from

[`CryptoDepositDestination`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#cryptodepositdestination).[`metadata`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#metadata-1)

##### status

```ts theme={null}
status: DepositDestinationStatus;
```

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

###### Inherited from

[`CryptoDepositDestination`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#cryptodepositdestination).[`status`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#status)

##### target?

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

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

###### Inherited from

[`CryptoDepositDestination`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#cryptodepositdestination).[`target`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#target-1)

##### type

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

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

##### updatedAt

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

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

The timestamp when the deposit destination was last updated.

###### Inherited from

[`CryptoDepositDestination`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#cryptodepositdestination).[`updatedAt`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/index#updatedat)
