# AssetTypeResponse
## Properties
**id** | **String** | Unique asset identifier |
**name** | **String** | The name of the asset |
**r#type** | **String** | Asset type |
**contract_address** | Option<**String**> | Contract address of EVM based tokens | [optional]
**native_asset** | Option<**String**> | The native asset ID | [optional]
**decimals** | Option<**f64**> | Decimals of the asset | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)