TokenResponse

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)

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