GetToken
Retrieves a token with the specified ID from the specified contract on the specified chain.
Last updated
Retrieves a token with the specified ID from the specified contract on the specified chain.
Last updated
Public Endpoint (no credentials required)
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.