The funnel, honestly, for one seller over the indexed window: settled USDC and purchases,
The funnel, honestly, for one seller over the indexed window: settled USDC and purchases, distinct buyers, organic share after self-test exclusion, recurring buyers, buyer half-life and the facilitator mix.
30000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-03
updated
Provider
parallax402.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x790fE337b89900028E16fE63Cc087112F7a2BA49",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DMrJUdvmorbEXx8pA4R8yZ9kPfH3pUanCGxoG5AoPuTC",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "30000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"seller": "api.onesource.io"
},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-09-01",
"fact": {
"buyers": 96,
"facilitators": {
"coinbase": 0.91,
"unattributed": 0.09
},
"half_life_days": 4,
"hosts": [
"api.example.com"
],
"organic_share": 0.958333,
"payTo": "0xabababababababababababababababababababab",
"purchases": 3821,
"recurring_buyers": 12,
"usdc": 41.02
},
"frame": "settler-eip3009-base",
"tier": "full"
},
"format": "application/json",
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"const": "GET",
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"seller": {
"description": "the seller, as its payTo address (0x-prefixed, 20 bytes) or one of its hostnames",
"type": "string"
}
},
"required": [
"seller"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
},
"output": {
"additionalProperties": false,
"properties": {
"example": {
"description": "a worked response, shortened — the shape a full answer has",
"type": "object"
},
"format": {
"const": "application/json",
"description": "the seller envelope: as_of, frame, coverage, method, attribution, tier, window_days and a fact carrying payTo, hosts, usdc, purchases, buyers, organic_share, recurring_buyers, half_life_days and the facilitator shares",
"type": "string"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type",
"format"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://parallax402.com/v1/seller" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://parallax402.com/v1/seller");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://parallax402.com/v1/seller")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8301.json, and this resource appears in /discovery/resources and /discovery/search.