CheckErc1155TokenMint

Description

This endpoint is used to check the status of a token mint request.

public static VyTask<VyErc1155TokenMintDto> CheckErc1155TokenMint(string mintId)

Parameters

mintId

string

To track the status of token mint. It is in the response body of the mint tokens endpoint as `creations.mints.id`.

Returns

VyTask<VyErc1155TokenMintDto>

Last updated