Table of Contents

Class Token_Price

Namespace
Thirdweb.Indexer
Assembly
Thirdweb.dll
public class Token_Price
Inheritance
Token_Price
Inherited Members

Properties

Address

[JsonProperty("address")]
public string Address { get; set; }

Property Value

string

ChainId

[JsonProperty("chain_id")]
public BigInteger ChainId { get; set; }

Property Value

BigInteger

PriceUsd

[JsonProperty("price_usd")]
public double PriceUsd { get; set; }

Property Value

double

PriceUsdCents

[JsonProperty("price_usd_cents")]
public double PriceUsdCents { get; set; }

Property Value

double

Symbol

[JsonProperty("symbol")]
public string Symbol { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.