Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 971 Bytes

File metadata and controls

22 lines (17 loc) · 971 Bytes

bind_api.model.CryptoAccountLight

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]

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