CoinGeckoAPI.Models Namespace

ExchangeRatesResponse..::..Rates Property

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

Syntax


[JsonPropertyAttribute]
public Dictionary<string, ExchangeRate> Rates { get; set; }
<JsonPropertyAttribute> _
Public Property Rates As Dictionary(Of String, ExchangeRate)
	Get
	Set