NFTCollection
The nftsByCollection object organizes NFT collections by their key and contains details about chains and assets within those collections. NFTCollection is a record of key / NFTCollection, ex :
NFTCollection
Field
Type
Description
name
string
The name of the NFT collection.
key
string
The unique key (contract address) for the collection.
imgSmall
string
URL for the small-sized image of the collection.
imgLarge
string
URL for the large-sized image of the collection.
sellPrice
string
Sell price of the NFT collection.
spotPrice
string
Spot price of the NFT collection.
contract
string
Contract address of the collection.
value
string
Total value of the collection.
vaultId
string
Vault ID associated with the collection.
vaultAddress
string
Vault address associated with the collection.
totalCostBasis
string
Total cost basis of the collection
totalClosedPnl
string
Total closed pnl of the collection
totalOpenPnl
string
Total Open pnl of the collection
chains
Chain-specific NFTs details
Last updated