d94e0e0f1821
List completed sales
Retrieves historical sales transactions from the marketplace. Sales represent completed purchases of NFTs and items.
Use this endpoint to:
- Track sales history and market activity
- Analyze price trends
- View transaction details (buyer, seller, price, timestamp)
Filter options:
- Sale type (order, bid, mint)
- Categories (wearable, emote, parcel, estate, ens)
- Seller and buyer addresses
- Contract address, token ID, and item ID
- Time range filtering (from/to timestamps)
- Price range (min/max)
- Network (Ethereum, Polygon)
Sorting options:
- recently_sold (default)
- most_expensive
Pagination: Uses first and skip parameters (NOT limit/offset).
Query parameters
Maximum number of sales to return (default: 100)
Number of sales to skip for pagination (default: 0)
Sort results by specified criteria
Filter by sale type
Filter by NFT category. Can be repeated for multiple categories.
Filter by seller wallet address
Filter by buyer wallet address
Filter by NFT contract address
Filter by specific token ID
Filter by item ID
Filter sales from this Unix timestamp (in seconds)
Filter sales up to this Unix timestamp (in seconds)
Minimum sale price filter
Maximum sale price filter
Filter by blockchain network
Response
List of sales with total count