filter_punks
Filter CryptoPunks by type and traits. Returns matching punk IDs and their Merkle root. Rate limit: 5 per 10 min (compute bucket — shared with compute_merkle_root, resolve_merkle_root).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Type names to include (e.g. ['Male', 'Zombie']). Empty = all types. | |
| matchMode | No | 'all' = punk must have every included trait, 'any' = at least one | all |
| excludedTraits | No | Traits to exclude | |
| includedTraits | No | Traits to include |