Token Response
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
token Id
Token id within the contract/collection
standard
ERC721 / ERC1155
blockchain Descriptor
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
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)