GetTokenMintStatus

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

public static VyTask<VyTokenMintStatusDto> GetTokenMintStatus(string mintId)

Parameters

mintId

string

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

Returns

VyTask<VyTokenMintStatusDto>

Last updated