This endpoint fetches the metadata of a token by tokenId.
tokenId
public static VyTask<VyMetadataDto> GetErc1155TokenMetadata(eVyChain chain, string contractAddress, int tokenId)
Parameters
chain
eVyChain
The blockchain of the contract.
contractAddress
string
The contract address.
int
The `id` of the token whose metadata you want to fetch.
Returns
VyTask<VyMetadataDto>
Last updated 3 months ago