GetToken
Retrieves a token with the specified ID from the specified contract on the specified chain.
public static VyTask<VyTokenDto> GetToken(string contractAddress, int tokenId, eVyChain chain)
Path Parameters
tokenId
int
The ID of the token to retrieve.
Returns
VyTask<VyTokenDto> An asynchronous task that returns the token with the specified ID.
Last updated