This endpoint is used to update the animationUrls for a specific NFT.
animationUrls
public static VyTask<VyMetadataDto> UpdateErc1155TokenAnimationUrls(eVyChain chain, string contractAddress, int tokenId, VyErc1155TokenAnimationUrlDto[] reqParams)
Parameters
chain
eVyChain
The blockchain of the NFT collection
contractAddress
string
The NFT contract address
tokenId
int
The `ID` of the token you want to update
reqParams
VyErc1155TokenAnimationUrlDto[]
Request data for the operation
Returns
VyTask<VyMetadataDto>
Last updated 3 months ago