This section explains how to retrieve detailed information about a specific collectible asset using the Asset API. Collectibles are digital assets stored on the blockchain, and this functionality allows you to fetch comprehensive data about individual assets within a collection.
queryGetAsset($tokenId: String!, $collectionId: CollectionId!) { asset(tokenId: $tokenId, collectionId: $collectionId) { metadata { id uri properties attributes rawAttributes } collectionId id tokenId schema { id namespace version name schema } assetType assetTree { id data nodeId } collection { id chainId chainType location name } }}