FVyQuery_CheckErc1155TokenMints

Query
Type
Description

CompanyId

FVyOptString

Query token mints linked to your company by specifying the company ID

DestinationAddress

FVyOptString

Filter results by destination wallet address

MintIds

FVyOptStringArray

Filter the results based on `mintId`. Multiple mintIds can be added.

Status

FVyOptString

Filter the results by the token mint status.

ContractAddress

FVyOptString

Filter the results by the contract address.

CreatedOnFrom

FVyOptDateTime

Indicating the start time of the interval in which the token mint request was created

CreatedOnTo

FVyOptDateTime

Indicating the end time of the interval in which the token mint request was created

SortOn

FString

The name of the parameter that you want to sort on

SortOrder

FVyOptString

Indication to sort in ascending or descending order

Page

FVyOptInt

The current page number

Size

FVyOptInt

Number of items per page

Last updated