get_bid_recommendation
Analyze market data and recommend a bid price range for a CryptoPunk trait selection. Combines floor price, competing bids, and set composition into actionable guidance. composition lists only the traits that define the selection; use absentTraits for a full exclusion list when needed. Rate limit: 1 per 1 min (recommend bucket).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Type names to filter (e.g. ['Male', 'Zombie']) | |
| punkIds | No | Explicit punk IDs (overrides trait filters) | |
| matchMode | No | all | |
| excludedTraits | No | Traits to exclude | |
| includedTraits | No | Traits to include |