Use when a Base address just paid you and you want to know what it is before you
Use when a Base address just paid you and you want to know what it is before you act on it. Returns its public x402 payment footprint in the window (payments, distinct recipients, cadence, native activity, what this shop has seen of it) and a class with evidence and confidence — disclosed_scout, scheduled_verifier, catalogue_sweep, paying_index, repeat_buyer, single_touch — plus the rule for reading it. Not an identity claim. Free doors: /api/v1/payer-profile/example and /classes.
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/payer-profile
| Category | Everything else |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 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 | 32 ms |
Example input (from the provider)
{
"body": {
"address": "0xc9c7b38C0942914fC8EA12063BC92dcd3b581\u2026"
},
"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": {
"address": {
"type": "string"
},
"window_days": {
"type": "integer"
}
},
"required": [
"address"
],
"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": {
"address": {
"type": "string"
},
"asset": {
"type": "string"
},
"cache": {
"type": "string"
},
"cadence": {
"properties": {
"active_days": {
"type": "integer"
},
"modal_hours_utc": {
"items": {
"type": "object"
},
"type": "array"
},
"payments_per_day": {
"type": "number"
},
"regularity": {
"type": "object"
},
"span_days": {
"type": "number"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"computed_at": {
"type": "string"
},
"confidence": {
"type": "string"
},
"coverage": {
"properties": {
"complete": {
"type": "boolean"
},
"explorer_host_failures": {
"type": "integer"
},
"explorer_rate_limited": {
"type": "integer"
},
"explorer_requests": {
"type": "integer"
},
"explorer_retries": {
"type": "integer"
},
"note": {
"type": "string"
},
"upstream_ms": {
"type": "integer"
}
},
"type": "object"
},
"distinct_recipients": {
"type": "integer"
},
"evidence": {
"properties": {
"active_days": {
"type": "integer"
},
"distinct_recipients": {
"type": "integer"
},
"native_tx_count": {
"type": "integer"
},
"payments": {
"type": "integer"
},
"payments_per_day": {
"type": "number"
},
"span_days": {
"type": "number"
}
},
"type": "object"
},
"first_seen": {
"type": "string"
},
"generated_at": {
"type": "string"
},
"last_seen": {
"type": "string"
},
"native_tx_count": {
"type": "integer"
},
"native_tx_count_is_lower_bound": {
"type": "boolean"
},
"network": {
"type": "string"
},
"note": {
"type": "string"
},
"our_observation": {
"properties": {
"classes": {
"type": "object"
},
"classification": {
"type": "string"
},
"first_seen": {
"type": "string"
},
"last_seen": {
"type": "string"
},
"payments": {
"type": "integer"
},
"returned_after_1h": {
"type": "boolean"
},
"routes_bought": {
"type": "integer"
},
"seen": {
"type": "boolean"
}
},
"type": "object"
},
"payments": {
"type": "integer"
},
"payments_per_recipient": {
"type": "number"
},
"reading_rule": {
"type": "string"
},
"reason": {
"type": "string"
},
"top_recipients": {
"items": {
"properties": {
"payments": {
"type": "integer"
},
"recipient": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"total_usdc": {
"type": "number"
},
"window_days": {
"type": "integer"
},
"window_start": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}