get_recent_sales
Retrieve detailed recent stamp sales data within a specified date range, filter by stamp ID, and enable enhanced transaction information. Supports pagination and sorting for efficient data analysis.
Instructions
Retrieve recent stamp sales with enhanced transaction details (v2.3 feature)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dayRange | No | Number of days to look back for sales | |
fullDetails | No | Enable enhanced transaction information | |
page | No | Page number | |
page_size | No | Items per page | |
sort_order | No | Sort order by timestamp | DESC |
stamp_id | No | Filter by specific stamp ID |