# AssetsGetAssetRequest

## Example Usage

```typescript
import { AssetsGetAssetRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: AssetsGetAssetRequest = {
  assetId: "8395",
};
```

## Fields

| Field              | Type               | Required           | Description        | Example            |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `assetId`          | *string*           | :heavy_check_mark: | The asset id.      | 8395               |