TokenOwnershipResponse

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

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

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)

Properties

Link copied to clipboard
val balance: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard
val metadataURI: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val ncwAccountId: String? = null
Link copied to clipboard
val ncwId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val standard: String? = null
Link copied to clipboard
val status: TokensStatus? = null
Link copied to clipboard
val tokenId: String? = null
Link copied to clipboard
val vaultAccountId: String? = null