# VyQuery\_GetErc20TokenMints

| Query              | Type                                                                                        | Description                                                                                  |
| ------------------ | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| mintIds            | string                                                                                      | Filter results by \`mintId\`. Multiple mintIds can be added                                  |
| status             | [VyStatus](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vystatus)     | 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          | [VySortType](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vysorttype) | Indication to sort in ascending or descending order                                          |
| page               | number                                                                                      | The current page number                                                                      |
| size               | number                                                                                      | Number of items per page                                                                     |
