GetTokenMetadata
This endpoint fetches the metadata of a token by `tokenId`.
public static VyTask<JToken> GetTokenMetadata(eVyChain chain, string contractAddress, int 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