Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.07 KB

File metadata and controls

24 lines (19 loc) · 1.07 KB

bind_api.model.CryptoAssetFavorite

Load the model package

import 'package:bind_api/api.dart';

Properties

Name Type Description Notes
price num Market price of a token converted to fiat currency (payment currency of current user)
performance num Percentage of growth of an asset during last 24 hours
code String Code of an asset
name String Full name of a token
id String Primary key of an asset
logo String Logo of an asset (link to static file)
paymentCurrencyCode String Code of a fiat currency
paymentCurrencySymbol String Symbol of a fiat currency (can be used to show currency symbol at UI)
rank num coinmarketcap rank [optional]
favorite bool True if an asset is added to User's favorites

[Back to Model list] [Back to API list] [Back to README]