> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/queries/vyquery_geterc20tokenmints.md).

# VyQuery\_GetErc20TokenMints

| Query              | Type                                                                         | Description                                                                                  |
| ------------------ | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| MintIds            | string                                                                       | Filter results by \`mintId\`. Multiple mintIds can be added                                  |
| Status             | [eVyStatus](/sdk-reference/c-sdk-v3/object-references/enum/evystatus.md)     | 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      | DateTime                                                                     | Filter results by the start time of the interval in which the token mint request was created |
| CreatedOnTo        | DateTime                                                                     | 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          | [eVySortType](/sdk-reference/c-sdk-v3/object-references/enum/evysorttype.md) | Indication to sort in ascending or descending order                                          |
| Page               | int                                                                          | The current page number                                                                      |
| Size               | int                                                                          | Number of items per page                                                                     |
