Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.49 KB

File metadata and controls

27 lines (22 loc) · 1.49 KB

bind_api.model.TokenStats

Load the model package

import 'package:bind_api/api.dart';

Properties

Name Type Description Notes
marketCap num market cap of token converted to user payment currency [optional]
n24hVolume num 24h volume of token converted to user payment currency [optional]
circulatingSupply num circulating supply of token [optional]
maxSupply num max circulating supply of token [optional]
n24hLow num token price stat converted to user payment currency [optional]
n24hHigh num token price stat converted to user payment currency [optional]
n7dLow num token price stat converted to user payment currency [optional]
n7dHigh num token price stat converted to user payment currency [optional]
n30dLow num token price stat converted to user payment currency [optional]
n30dHigh num token price stat converted to user payment currency [optional]
n90dLow num token price stat converted to user payment currency [optional]
n90dHigh num token price stat converted to user payment currency [optional]
userCurrency UserPaymentCurrency [optional]

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