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

# AssetType

```ts theme={null}
const AssetType: {
  Crypto: "crypto";
  Fiat: "fiat";
};
```

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

The type of the asset.

## Type Declaration

### Crypto

```ts theme={null}
readonly Crypto: "crypto" = "crypto";
```

### Fiat

```ts theme={null}
readonly Fiat: "fiat" = "fiat";
```
