addTokenAttribute
This endpoint is used to add attributes to a specific NFT.
public addTokenAttribute(chain: VyChain, contractAddress: string, tokenId: number, reqParams: VyTokenAttributeDto) : VyPromise<Any>
Parameters
contractAddress
string
The NFT contract address
tokenId
number
The `ID` of the token
Returns
VyPromise
Last updated