CoinGeckoAPI.Models Namespace

CoinMarketChartResponse..::..MarketCaps Property

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

Syntax


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