GetErc1155Token

Description

This endpoint fetches the details of a specific token by tokenId.

public static VyTask<VyErc1155TokenDto> GetErc1155Token(string contractAddress, string tokenId, eVyChain chain)

Parameters

contractAddress

string

The contract address.

tokenId

string

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

chain

The blockchain of the contract.

Returns

VyTask<VyErc1155TokenDto>

Last updated