Payer dossier for one wallet over the indexed window
Payer dossier for one wallet over the indexed window: label (organic / operator / self-test / unseen) with evidence, USDC spent, purchases, sellers paid, facilitators used, cadence class, active days, top-5 basket and the operator cluster if there is one.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice 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://parallax402.com/v1/wallet
| Category | Market data |
|---|---|
| Provider host | parallax402.com |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"address": "0x790fE337b89900028E16fE63Cc087112F7a2BA49"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"const": "GET",
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"address": {
"description": "the payer wallet, as a 0x-prefixed 20-byte hex address",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
},
"output": {
"additionalProperties": false,
"properties": {
"example": {
"description": "a worked response, shortened \u2014 the shape a full answer has",
"type": "object"
},
"format": {
"const": "application/json",
"description": "the dossier envelope: as_of, frame, coverage, method, attribution, tier, window_days and a fact carrying label, confidence, evidence, spend, cadence, basket and operator_cluster",
"type": "string"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type",
"format"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}