# FVyQuery\_GetErc20TokenMints

| MintIds            | FVyOptStringArray | Filter results by \`mintId\`. Multiple mintIds can be added                                  |
| ------------------ | ----------------- | -------------------------------------------------------------------------------------------- |
| Status             | FVyOptString      | Filter results by status of mints                                                            |
| ContractAddress    | FVyOptString      | Filter results by contract address                                                           |
| DestinationAddress | FVyOptString      | Filter results by the destination wallet address. Partial match also works.                  |
| CompanyId          | FVyOptString      | Query token mints linked to your company by specifying the company ID                        |
| CreatedOnFrom      | FVyOptDateTime    | Filter results by the start time of the interval in which the token mint request was created |
| CreatedOnTo        | FVyOptDateTime    | Filter results by 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                                                                     |
