Class Token_Price
public class Token_Price
- Inheritance
-
Token_Price
- Inherited Members
Properties
Address
[JsonProperty("address")]
public string Address { get; set; }
Property Value
ChainId
[JsonProperty("chain_id")]
public BigInteger ChainId { get; set; }
Property Value
PriceUsd
[JsonProperty("price_usd")]
public double PriceUsd { get; set; }
Property Value
PriceUsdCents
[JsonProperty("price_usd_cents")]
public double PriceUsdCents { get; set; }
Property Value
Symbol
[JsonProperty("symbol")]
public string Symbol { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.