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

# Types

## Interfaces

### GetDepositDestinationByIdRequest

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

#### Example

```ts theme={null}
{
    depositDestinationId: "depositDestination_af2937b0-9846-4fe7-bfe9-ccc22d935114"
}
```

#### Properties

##### depositDestinationId

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

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

The ID of the deposit address to retrieve.

***

### ListDepositDestinationsRequest

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

#### Example

```ts theme={null}
{
    accountId: "account_af2937b0-9846-4fe7-bfe9-ccc22d935114",
    address: "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
    type: "crypto",
    network: "base",
    pageToken: "eyJsYXN0X2lkIjogImFiYzEyMyIsICJ0aW1lc3RhbXAiOiAxNzA3ODIzNzAxfQ=="
}
```

#### Properties

##### accountId?

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

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

Filter deposit destinations by account ID.

##### address?

```ts theme={null}
optional address: string;
```

Defined in: [\_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts:21](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts#L21)

Filter deposit destinations by the cryptocurrency address.

##### network?

```ts theme={null}
optional network: string;
```

Defined in: [\_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts:25](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts#L25)

Filter deposit destinations by network.

##### pageSize?

```ts theme={null}
optional pageSize: number;
```

Defined in: [\_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts:27](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts#L27)

The number of resources to return per page.

##### pageToken?

```ts theme={null}
optional pageToken: string;
```

Defined in: [\_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts:29](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts#L29)

The token for the next page of resources, if any.

##### type?

```ts theme={null}
optional type: string;
```

Defined in: [\_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts:23](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/resources/depositDestinations/client/requests/ListDepositDestinationsRequest.ts#L23)

Filter deposit destinations by type.

***

### ListDepositDestinationsResponse

Defined in: [\_vendor/api/resources/depositDestinations/types/ListDepositDestinationsResponse.ts:5](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/resources/depositDestinations/types/ListDepositDestinationsResponse.ts#L5)

#### Properties

##### depositDestinations

```ts theme={null}
depositDestinations: Crypto[];
```

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

The list of deposit destinations.

##### nextPageToken?

```ts theme={null}
optional nextPageToken: string;
```

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

The token for the next page of items, if any.

## Type Aliases

* [CreateDepositDestinationBody](/sdks/cdp-sdks-v2/typescript/DepositDestinations/CreateDepositDestinationBody)

## Namespaces

* [CreateDepositDestinationRequest](/sdks/cdp-sdks-v2/typescript/DepositDestinations/namespaces/CreateDepositDestinationRequest/index)
* [DepositDestination](/sdks/cdp-sdks-v2/typescript/DepositDestinations/namespaces/DepositDestination/index)
* [DepositTravelRuleOriginator](/sdks/cdp-sdks-v2/typescript/DepositDestinations/namespaces/DepositTravelRuleOriginator/index)

## Interfaces

### CreateCryptoDepositDestinationRequest

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

#### Extended by

* [`Crypto`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/namespaces/CreateDepositDestinationRequest/index#crypto)

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

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

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

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

***

### CreateDepositDestinationCrypto

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

Crypto-specific details for creating a deposit destination.

#### Properties

##### network

```ts theme={null}
network: Network;
```

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

***

### CryptoDepositDestination

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

A cryptocurrency deposit destination.

#### Extended by

* [`Crypto`](/sdks/cdp-sdks-v2/typescript/DepositDestinations/namespaces/DepositDestination/index#crypto)

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

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

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

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

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

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

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

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

***

### DepositDestinationCrypto

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

Crypto-specific deposit destination details. In responses, this object is always present. Contains the network and address for the deposit destination.

#### Properties

##### address

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

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

##### network

```ts theme={null}
network: Network;
```

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

***

### DepositDestinationReference

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

A reference to the deposit destination associated with the transfer.

#### Properties

##### id

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

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

***

### DepositDestinationTargetAccount

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

The account and asset where incoming deposits should be credited.

#### Properties

##### accountId?

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

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

The ID of the CDP Account to which deposited funds should be transferred.

##### asset

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

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

The symbol of the asset that should land in the target account.

***

### DepositTravelRuleBeneficiary

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

Beneficiary information for a deposit travel rule submission.

#### Properties

##### name?

```ts theme={null}
optional name: string;
```

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

Full name of the beneficiary.

***

### DepositTravelRuleOriginator

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

Originator information for a deposit travel rule submission.

#### Properties

##### address?

```ts theme={null}
optional address: PhysicalAddress;
```

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

##### dateOfBirth?

```ts theme={null}
optional dateOfBirth: DateOfBirth;
```

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

Date of birth of the originator.

##### name?

```ts theme={null}
optional name: string;
```

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

Full name of the originator.

##### personalId?

```ts theme={null}
optional personalId: string;
```

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

Personal identifier for travel rule compliance. For individuals: passport number, national ID, or driver's license. For institutions: LEI (Legal Entity Identifier).

##### virtualAssetServiceProvider?

```ts theme={null}
optional virtualAssetServiceProvider: DepositTravelRuleVasp;
```

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

##### walletType?

```ts theme={null}
optional walletType: WalletType;
```

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

The type of the originator's wallet.

***

### DepositTravelRuleResponse

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

Response from submitting travel rule information for a deposit transfer.

#### Properties

##### missingFields?

```ts theme={null}
optional missingFields: string[];
```

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

List of field paths that are still required to complete travel rule compliance. Each entry is a dot-separated path (e.g., "originator.name", "originator.address.countryCode"). Empty when status is "completed".

##### reason?

```ts theme={null}
optional reason: string;
```

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

Additional context about the current status. Present when status is `incomplete` to explain what needs to be fixed before the transfer can proceed.

##### status

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

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

***

### DepositTravelRuleVasp

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

Information about the Virtual Asset Service Provider (VASP) for a deposit travel rule submission.

#### Properties

##### identifier?

```ts theme={null}
optional identifier: string;
```

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

The Legal Entity Identifier (LEI) of the Virtual Asset Service Provider (VASP).

##### name?

```ts theme={null}
optional name: string;
```

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

The name of the Virtual Asset Service Provider (VASP).

## Type Aliases

* [CreateDepositDestinationRequest](/sdks/cdp-sdks-v2/typescript/DepositDestinations/CreateDepositDestinationRequest)
* [DepositDestination](/sdks/cdp-sdks-v2/typescript/DepositDestinations/DepositDestination)
* [DepositDestinationId](/sdks/cdp-sdks-v2/typescript/DepositDestinations/DepositDestinationId)
* [DepositDestinationStatus](/sdks/cdp-sdks-v2/typescript/DepositDestinations/DepositDestinationStatus)
* [DepositDestinationTarget](/sdks/cdp-sdks-v2/typescript/DepositDestinations/DepositDestinationTarget)
* [DepositDestinationType](/sdks/cdp-sdks-v2/typescript/DepositDestinations/DepositDestinationType)

## Variables

* [DepositDestinationStatus](/sdks/cdp-sdks-v2/typescript/DepositDestinations/DepositDestinationStatus-1)
