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

# AccountType

```ts theme={null}
const AccountType: {
  Business: "business";
  Cdp: "cdp";
  Prime: "prime";
};
```

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

The type of the Account.

## Type Declaration

### Business

```ts theme={null}
readonly Business: "business" = "business";
```

### Cdp

```ts theme={null}
readonly Cdp: "cdp" = "cdp";
```

### Prime

```ts theme={null}
readonly Prime: "prime" = "prime";
```
