Parameters
| Name | Type | Description |
|---|---|---|
params.config | SdkConfig | Configuration parameters |
params.chainId | number | The chain ID (must be a number, e.g., 1 for Ethereum, 137 for Polygon) |
params.collectionAddress | string | The collection contract address to fetch filters for |
params.showAllFilters | boolean | Whether to show all filters or apply marketplace filtering |
params.excludePropertyValues | boolean | Whether to exclude property values from the response |
params.query | StandardQueryOptions | Optional React Query configuration (from TanStack Query) |