Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.41 KB

File metadata and controls

23 lines (17 loc) · 1.41 KB

Asset

Properties

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]