Ranked market anomalies
Ranked market anomalies: every tracked precious-metals and energy series scored by how far its latest reading sits from its own history — a composite of level extremity, 30-day z-score, and move velocity — sorted most-abnormal-first with record context. One call returns a scored anomaly watchlist that the free /snapshot omits. Optional ?limit=N for the top-N.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
206 msmedian answer time
$0.02listed price per call
$0.02price it asked us
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
GET https://thevaultreport.com/api/x402/anomalies
| Category | Market data |
|---|---|
| Provider host | thevaultreport.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 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.02 | 206 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 10
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"example": 10,
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"attribution": {
"type": "string"
},
"endpoint": {
"type": "string"
},
"generated_at": {
"format": "date-time",
"type": "string"
},
"license": {
"type": "string"
},
"returned": {
"type": "integer"
},
"rows": {
"items": {
"properties": {
"as_of": {
"type": "string"
},
"at_record_extreme": {
"type": "boolean"
},
"change_30d_pct": {
"type": "number"
},
"detail": {
"type": "string"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"observations": {
"type": "integer"
},
"percentile": {
"type": "number"
},
"rank": {
"type": "integer"
},
"record_depth": {
"type": "string"
},
"score": {
"type": "number"
},
"unit": {
"type": "string"
},
"value": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"schema_version": {
"type": "integer"
},
"score_model": {
"type": "string"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"total_series": {
"type": "integer"
}
},
"required": [
"endpoint",
"rows"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}