VyQuery_GetErc20TokenMints

Query
Type
Description

mintIds

string

Filter results by `mintId`. Multiple mintIds can be added

status

Filter results by status of mints

contractAddress

string

Filter results by contract address

destinationAddress

string

Filter results by the destination wallet address. Partial match also works.

companyId

string

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

createdOnFrom

Date

Filter results by the start time of the interval in which the token mint request was created

createdOnTo

Date

Filter results by the end time of the interval in which the token mint request was created

sortOn

String

The name of the parameter that you want to sort on

sortOrder

Indication to sort in ascending or descending order

page

number

The current page number

size

number

Number of items per page

Last updated