ToolAssay

The funnel, honestly, for one seller over the indexed window

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.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.03listed 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/seller

CategoryEverything else
Provider hostparallax402.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 2 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": {
    "seller": "api.onesource.io"
  },
  "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": {
            "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 \u2014 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"
}

This page as JSON