CoinGeckoAPI.Models Namespace

CoinMarketChartResponse..::..Prices Property

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

Syntax


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