TokenOwnershipResponse

constructor(id: String? = null, tokenId: String? = null, standard: String? = null, balance: String? = null, ownershipStartTime: Long? = null, ownershipLastUpdateTime: Long? = null, blockchainDescriptor: BlockchainDescriptor? = null, status: TokensStatus? = null, metadataURI: String? = null, cachedMetadataURI: String? = null, media: List<MediaEntityResponse>? = null, spam: SpamOwnershipResponse? = null, collection: TokenCollectionResponse? = null, vaultAccountId: String? = null, description: String? = null, name: String? = null, ncwId: String? = null, ncwAccountId: String? = null)

Parameters

id

The Fireblocks NFT asset id

tokenId

Token id within the contract/collection

standard

ERC721 / ERC1155

balance
ownershipStartTime
ownershipLastUpdateTime
blockchainDescriptor
status

Owned Token's status TokensStatus

metadataURI

URL of the original token JSON metadata

cachedMetadataURI

URL of the cached token JSON metadata

media

Media items extracted from metadata JSON. List of MediaEntityResponse

spam

Owned Token's Spam status SpamOwnershipResponse

collection

Parent collection information TokenCollectionResponse

vaultAccountId
description
name
ncwId

Ownership Non-Custodial Wallet ID

ncwAccountId

Ownership Non-Custodial Wallet's account ID