import 'package:bind_api/api.dart';| 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] |