Use when an agent needs reprice regret
Use when an agent needs reprice regret. Returns Seller-side repricing report from daily x402 Bazaar snapshot history for one listing (resource_url) or every listing paid to one address (seller_payto, 25 per page) over a 7–90 day window: price change points, each repricing event with 30d calls and payers before and after, a per-event USDC revenue counterfactual on observed volume (regret_usdc), a one-line verdict, peer medians, an evidence hash; one observed price returns no_repricing_observed. $
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.oblique.markets/api/v1/paid/reprice-regret
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 26 ms |
Example input (from the provider)
{
"body": {
"resource_url": "https://x402.shizu.me/crypto"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"cursor": {
"type": "string"
},
"network": {
"type": "string"
},
"resource_url": {
"type": "string"
},
"seller_payto": {
"type": "string"
},
"window_days": {
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"assumptions": {
"items": {
"type": "string"
},
"type": "array"
},
"evidence_hash": {
"type": "string"
},
"generated_at": {
"type": "string"
},
"networks": {
"items": {
"type": "string"
},
"type": "array"
},
"peers": {
"properties": {
"excludes_self": {
"type": "boolean"
},
"median_amount_atomic": {
"type": "integer"
},
"median_payers_30d": {
"type": "integer"
},
"sample_size": {
"type": "integer"
},
"tag_or_category": {
"type": "string"
}
},
"type": "object"
},
"price_history": {
"items": {
"properties": {
"amount_atomic": {
"type": "integer"
},
"calls_30d": {
"type": "integer"
},
"network": {
"type": "string"
},
"payers_30d": {
"type": "integer"
},
"snap_date": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"regret_total_usdc": {
"type": "number"
},
"repricing_events": {
"items": {
"properties": {
"after": {
"type": "object"
},
"after_price": {
"type": "integer"
},
"after_price_usdc": {
"type": "number"
},
"before": {
"type": "object"
},
"before_price": {
"type": "integer"
},
"before_price_usdc": {
"type": "number"
},
"calls_30d_delta": {
"type": "integer"
},
"change_date": {
"type": "string"
},
"counterfactual": {
"type": "object"
},
"network": {
"type": "string"
},
"payers_30d_delta": {
"type": "integer"
},
"ratio": {
"type": "number"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"resource_url": {
"type": "string"
},
"seller_payto": {
"type": "string"
},
"service_name": {
"type": "string"
},
"snapshot_range": {
"properties": {
"days": {
"type": "integer"
},
"first": {
"type": "string"
},
"last": {
"type": "string"
},
"observations": {
"type": "integer"
}
},
"type": "object"
},
"status": {
"type": "string"
},
"still_listed": {
"type": "boolean"
},
"window": {
"properties": {
"days": {
"type": "integer"
},
"from": {
"type": "string"
},
"to": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}