# VyQuery\_CheckSuiTokenMints

| Query              | Type                                                                                          | Description                                                                           |
| ------------------ | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| CompanyId          | string                                                                                        | Query token mints linked to your company by specifying the company ID                 |
| DestinationAddress | string                                                                                        | Filter results by destination wallet address                                          |
| MintIds            | string                                                                                        | Filter the results based on \`mintId\`. Multiple mintIds can be added.                |
| Status             | [eVyStatus](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evystatus)     | Filter the results by the token mint status.                                          |
| ContractAddress    | string                                                                                        | Filter the results by the contract address.                                           |
| CreatedOnFrom      | DateTime                                                                                      | Indicating the start time of the interval in which the token mint request was created |
| CreatedOnTo        | DateTime                                                                                      | Indicating 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](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evysorttype) | Indication to sort in ascending or descending order                                   |
| Page               | int                                                                                           | The current page number                                                               |
| Size               | int                                                                                           | Number of items per page                                                              |
