Parameters
| Name | Type | Description |
|---|---|---|
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 |
params.tokenId | string | The token ID within the collection |
params.filter | OrderFilter | Optional filter for orders |
params.query | StandardQueryOptions | Optional React Query configuration (from TanStack Query) |