Table of Contents

Class NftBalanceResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The nft balance API response

public class NftBalanceResponse
Inheritance
NftBalanceResponse
Inherited Members

Properties

Data

The nft data info

[JsonProperty("data")]
public List<Datum>? Data { get; set; }

Property Value

List<Datum>

TotalNum

The total number of nfts held

[JsonProperty("totalNum")]
public int TotalNum { get; set; }

Property Value

int