Token Ownership Response
data class TokenOwnershipResponse(val id: String? = null, val tokenId: String? = null, val standard: String? = null, val balance: String? = null, val ownershipStartTime: Long? = null, val ownershipLastUpdateTime: Long? = null, val blockchainDescriptor: BlockchainDescriptor? = null, val status: TokensStatus? = null, val metadataURI: String? = null, val cachedMetadataURI: String? = null, val media: List<MediaEntityResponse>? = null, val spam: SpamOwnershipResponse? = null, val collection: TokenCollectionResponse? = null, val vaultAccountId: String? = null, val description: String? = null, val name: String? = null, val ncwId: String? = null, val ncwAccountId: String? = null)
Parameters
id
The Fireblocks NFT asset id
token Id
Token id within the contract/collection
standard
ERC721 / ERC1155
balance
ownership Start Time
ownership Last Update Time
blockchain Descriptor
status
Owned Token's status TokensStatus
metadata URI
URL of the original token JSON metadata
cached Metadata URI
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
vault Account Id
description
name
ncw Id
Ownership Non-Custodial Wallet ID
ncw Account Id
Ownership Non-Custodial Wallet's account ID
Constructors
Link copied to clipboard
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)