Public asset information with limited properties for API consumption
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The unique ID of the asset (e.g., Fireblocks asset ID) | |
| name | String | The name of the asset | |
| type | String | The type of the asset (e.g., BASE_ASSET, ERC20) | |
| contractAddress | String | The contract address of the asset (for tokenized assets) | |
| nativeAsset | String | The native asset of the network (e.g., ETH for ERC20 tokens) | |
| decimals | BigDecimal | The number of decimal places for the asset | |
| issuerAddress | String | The issuer address of the asset (optional) | [optional] |