GetErc1155TokenMetadata

Description

This endpoint fetches the metadata of a token by tokenId.

public static VyTask<VyMetadataDto> GetErc1155TokenMetadata(eVyChain chain, string contractAddress, int tokenId)

Parameters

chain

The blockchain of the contract.

contractAddress

string

The contract address.

tokenId

int

The `id` of the token whose metadata you want to fetch.

Returns

VyTask<VyMetadataDto>

Last updated