GetToken

Retrieves a token with the specified ID from the specified contract on the specified chain.

Public Endpoint (no credentials required)

public static VyTask<VyTokenDto> GetToken(string contractAddress, int tokenId, eVyChain chain)

Path Parameters

tokenId

int

The ID of the token to retrieve.

chain

The blockchain network on which the contract is deployed.

Returns

VyTask<VyTokenDto> An asynchronous task that returns the token with the specified ID.

Last updated