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

checkSuiTokenMints

Description

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

public checkSuiTokenMints(query?: VyQuery_CheckSuiTokenMints) : VyPromise<VyErc1155TokenMintInfoDto[]>

Parameters

query (optional)

Query to filter the operation results

Returns

VyPromise<VyErc1155TokenMintInfoDto[]>

Last updated