Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.08 KB

File metadata and controls

24 lines (19 loc) · 1.08 KB

bind_api.model.CryptoAccountWithShare

Load the model package

import 'package:bind_api/api.dart';

Properties

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]
assetPerformance num Percentage of growth of an asset during last 24 hours
share num [optional]

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