Class NftBalanceResponse
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
TotalNum
The total number of nfts held
[JsonProperty("totalNum")]
public int TotalNum { get; set; }