GetTokenMetadata
This endpoint fetches the metadata of a token by `tokenId`.
Parameters
chain
eVyChain
The blockchain of the contract.
contractAddress
string
The contract address.
tokenId
int
The `id` of the token whose metadata you want to fetch.
Returns
VyTask
Last updated