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