Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.03 KB

File metadata and controls

23 lines (18 loc) · 1.03 KB

bind_api.model.CryptoAccount

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

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