This endpoint is used to archive a token by tokenId. The archived token will continue to exist on-chain but it will not be returned in API calls anymore.
tokenId
public static VyTask<VyTaskVoid> ArchiveErc1155Token(eVyChain chain, string contractAddress, int tokenId)
Parameters
chain
eVyChain
The blockchain of the contract/token.
contractAddress
string
The token's contract address.
int
The `Id` of the token you want to archive.
Last updated 3 months ago