Class ExchangeTokenResponse
Exchange token API Response
public class ExchangeTokenResponse
- Inheritance
-
ExchangeTokenResponse
- Inherited Members
Properties
Address
The contract address
[JsonProperty("address")]
public string? Address { get; set; }
Property Value
Decimals
The decimals
[JsonProperty("decimals")]
public int Decimals { get; set; }
Property Value
Enabled
If it's enabled for trading on Loopring
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
FastWithdrawLimit
The fast withdrawal limit
[JsonProperty("fastWithdrawLimit")]
public string? FastWithdrawLimit { get; set; }
Property Value
GasAmounts
The gas amounts
[JsonProperty("gasAmounts")]
public GasAmounts? GasAmounts { get; set; }
Property Value
LuckyTokenAmounts
The red packet amounts
[JsonProperty("luckyTokenAmounts")]
public LuckyTokenAmounts? LuckyTokenAmounts { get; set; }
Property Value
Name
The name
[JsonProperty("name")]
public string? Name { get; set; }
Property Value
OrderAmounts
The order amounts
[JsonProperty("orderAmounts")]
public OrderAmounts? OrderAmounts { get; set; }
Property Value
Precision
The precision
[JsonProperty("precision")]
public int Precision { get; set; }
Property Value
PrecisionForOrder
The precision for order
[JsonProperty("precisionForOrder")]
public int PrecisionForOrder { get; set; }
Property Value
Symbol
The symbol
[JsonProperty("symbol")]
public string? Symbol { get; set; }
Property Value
TokenId
The token id
[JsonProperty("tokenId")]
public int TokenId { get; set; }
Property Value
Type
The type
[JsonProperty("type")]
public string? Type { get; set; }