import 'package:bind_api/api.dart';| 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 |