TokenResponse

data class TokenResponse(val id: String? = null, val tokenId: String? = null, val standard: String? = null, val blockchainDescriptor: BlockchainDescriptor? = null, val metadataURI: String? = null, val cachedMetadataURI: String? = null, val media: List<MediaEntityResponse>? = null, val spam: SpamTokenResponse? = null, val collection: TokenCollectionResponse? = null, val description: String? = null, val name: String? = null)

Parameters

id

The Fireblocks NFT asset id

tokenId

Token id within the contract/collection

standard

ERC721 / ERC1155

blockchainDescriptor
metadataURI

URL of the original token JSON metadata

cachedMetadataURI

URL of the cached token JSON metadata

media

Media items extracted from metadata JSON

spam

Token spam status

collection

Parent collection information

description
name

Constructors

Link copied to clipboard
constructor(id: String? = null, tokenId: String? = null, standard: String? = null, blockchainDescriptor: BlockchainDescriptor? = null, metadataURI: String? = null, cachedMetadataURI: String? = null, media: List<MediaEntityResponse>? = null, spam: SpamTokenResponse? = null, collection: TokenCollectionResponse? = null, description: String? = null, name: String? = null)

Properties

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 spam: SpamTokenResponse? = null
Link copied to clipboard
val standard: String? = null
Link copied to clipboard
val tokenId: String? = null