Co-purchase for one seller over the indexed window
Co-purchase for one seller over the indexed window: how many of its buyers also pay someone else, the top ten co-sellers by shared buyers, and the lift of each association.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.05listed 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/basket
| Category | Everything else |
|---|---|
| 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": {
"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 whose buyers are being looked up, as its payTo address 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 basket envelope: as_of, frame, coverage, method, attribution, tier, window_days and a fact carrying buyers, multi_seller_share and the top co-sellers with shared_buyers and lift",
"type": "string"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type",
"format"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}