AddNftImage

Adds an NFT image to the API endpoint.

Server Authoritative (default)

public static VyTask<VyNftImageDto> AddNftImage(VyAddNftImageRequest reqParams)

Path Parameters

reqParams

The request parameters for adding an NFT image.

Returns

VyTask<VyNftImageDto> An asynchronous task that returns the added NFT image as a VyNftImageDto object.

Last updated