AddNftMedia

Adds a new NFT media to the API.

Server Authoritative (default)

public static VyTask<VyNftMediaDto> AddNftMedia(VyAddNftMediaRequest reqParams)

Path Parameters

reqParams

The request parameters for adding a new NFT media.

Returns

VyTask<VyNftMediaDto> An asynchronous task that returns the newly added NFT media.

Last updated