VyQuery_GetCollections
Represents a query to retrieve collections.
Query | Type | Description |
---|---|---|
ContractAddress | string | Sets the contract address to retrieve collections from. |
Chain | Sets the blockchain network to retrieve collections from. | |
Premium | bool | Sets whether to retrieve only premium collections. |
PageNumber | int | Sets the page number of the results to retrieve. |
PageSize | int | Sets the number of results per page to retrieve. |
SortOn | string | Sets the field to sort the results on. |
SortOrder | Sets the sort order of the results. |
Last updated