Overview
You can set purchase limits for specific wallet addresses. These are included as fields in the purchase permit, and must be validated by your contract. See the Smart Contract Guide for implementation details.Purchase Limits
minAmount: Minimum purchase amount per wallet.maxAmount: Total purchase limit per wallet.
Price Limits
For sales with a dynamic pricing model where the user can commit with a requested price (e.g. auctions), you might want to set a minimum and/or maximum bid price.minPrice: Minimum bid price per wallet.maxPrice: Maximum bid price per wallet.