| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The ID of the asset | [default to undefined] |
| legacyId | string | The Legacy ID of the asset | [default to undefined] |
| displayName | string | Asset's display name | [default to undefined] |
| displaySymbol | string | Asset's display symbol | [default to undefined] |
| assetClass | AssetClass | [default to undefined] | |
| metadata | AssetDetailsMetadata | [default to undefined] | |
| blockchainId | string | The ID of the asset's blockchain | [optional] [default to undefined] |
| providerId | string | The ID of the asset provider | [optional] [default to undefined] |
| peggedAssetId | string | The ID of the pegged asset | [optional] [default to undefined] |
| assets | Array<string> | List of asset IDs for virtual assets | [optional] [default to undefined] |
| decimals | number | Number of decimals for FIAT assets | [optional] [default to undefined] |
| onchain | AssetDetailsOnchain | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]