addTokenAttribute

This endpoint is used to add attributes to a specific NFT.

public addTokenAttribute(chain: eVyChain, contractAddress: String, tokenId: Number, reqParams: VyTokenAttributeDto) : VyPromise<Any>

Parameters

chain

The blockchain of the NFT collection

contractAddress

String

The NFT contract address

tokenId

Number

The `ID` of the token

reqParams

Request data for the operation

Returns

VyPromise

Last updated