reprice_regret
Did a price change on an x402 Bazaar listing pay off? Give one listing's resource_url or a seller_payto address (25 listings per page) and a window_days (7–90, default 30): replays the reported price history from daily snapshots, marks every repricing event with 30d calls and payers before and after it, computes each event's revenue counterfactual in USDC on the observed post-change volume with a one-line verdict, and compares against peers sharing the listing's first tag. Free example: GET /api/v1/reprice-regret/example. $0.01/call via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque paging cursor from a previous seller_payto response. | |
| network | No | Optional CAIP-2 network filter, e.g. 'eip155:8453' or 'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d'. | |
| window_days | No | How many snapshot days back from the latest snapshot to replay (7–90, default 30). | |
| resource_url | No | One listing: the resource URL exactly as the x402 Bazaar reports it (http/https). Mutually exclusive with seller_payto. | |
| seller_payto | No | All listings paid to this address (the payTo the Bazaar reports); up to 25 per page with a cursor. Mutually exclusive with resource_url. |