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

getErc20TokenMints

Description

This endpoint is used to retrieve all of your ERC20 token mint requests.

public getErc20TokenMints(query?: VyQuery_GetErc20TokenMints) : VyPromise<VyErc20TokenMintSummaryDto[]>

Parameters

query (optional)

Query to filter the operation results

Returns

VyPromise<VyErc20TokenMintSummaryDto[]>

Last updated