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

# DepositDestinationStatus

```ts theme={null}
const DepositDestinationStatus: {
  Active: "active";
  Inactive: "inactive";
  Pending: "pending";
};
```

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

The status of the deposit destination.

## Type Declaration

### Active

```ts theme={null}
readonly Active: "active" = "active";
```

### Inactive

```ts theme={null}
readonly Inactive: "inactive" = "inactive";
```

### Pending

```ts theme={null}
readonly Pending: "pending" = "pending";
```
