CoinGeckoAPI.Models Namespace

CoinMarketChartResponse..::..TotalVolumes Property

Namespace:  CoinGeckoAPI.Models
Assembly:  CoinGeckoAPI (in CoinGeckoAPI.dll)

Syntax


[JsonPropertyAttribute]
public Nullable<decimal>[][] TotalVolumes { get; set; }
<JsonPropertyAttribute> _
Public Property TotalVolumes As Nullable(Of Decimal)()()
	Get
	Set