For the complete documentation index, see llms.txt. This page is also available as Markdown.

getErc20TokenMint

Description

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

public getErc20TokenMint(mintId: string) : VyPromise<VyErc20TokenMintDto>

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

VyPromise<VyErc20TokenMintDto>

Last updated