import 'package:bind_api/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| assetBalance | num | balance of a token | |
| assetCode | String | Code of an asset | |
| assetName | String | Full name of a token | |
| assetId | String | Primary key of an asset | |
| assetLogo | String | Logo of an asset (link to static file) | |
| paymentCurrencyCode | String | Code of a fiat currency (can be used to show currency symbol at UI) | |
| paymentCurrencyBalance | num | Balance of a wallet converted to fiat currency (payment currency of current user) | |
| price | num | price of a token in payment currency | [optional] |