Table of Contents

Class ExchangeTokenResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

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

string

Decimals

The decimals

[JsonProperty("decimals")]
public int Decimals { get; set; }

Property Value

int

Enabled

If it's enabled for trading on Loopring

[JsonProperty("enabled")]
public bool Enabled { get; set; }

Property Value

bool

FastWithdrawLimit

The fast withdrawal limit

[JsonProperty("fastWithdrawLimit")]
public string? FastWithdrawLimit { get; set; }

Property Value

string

GasAmounts

The gas amounts

[JsonProperty("gasAmounts")]
public GasAmounts? GasAmounts { get; set; }

Property Value

GasAmounts

LuckyTokenAmounts

The red packet amounts

[JsonProperty("luckyTokenAmounts")]
public LuckyTokenAmounts? LuckyTokenAmounts { get; set; }

Property Value

LuckyTokenAmounts

Name

The name

[JsonProperty("name")]
public string? Name { get; set; }

Property Value

string

OrderAmounts

The order amounts

[JsonProperty("orderAmounts")]
public OrderAmounts? OrderAmounts { get; set; }

Property Value

OrderAmounts

Precision

The precision

[JsonProperty("precision")]
public int Precision { get; set; }

Property Value

int

PrecisionForOrder

The precision for order

[JsonProperty("precisionForOrder")]
public int PrecisionForOrder { get; set; }

Property Value

int

Symbol

The symbol

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

Property Value

string

TokenId

The token id

[JsonProperty("tokenId")]
public int TokenId { get; set; }

Property Value

int

Type

The type

[JsonProperty("type")]
public string? Type { get; set; }

Property Value

string