PricePilot402 public market intelligence
thegraph.com x402 Public Profile
Observation-only public profile for thegraph.com.
Latest generation timestamp: 2026-07-03T12:00:30.240Z
x402 paid API route
Full Phase 1 remains locked. These blocks show only route-specific docs and capped provisional availability.
unavailable
POST /v1/benchmark/seller
Seller/domain opportunity summary
Price: $0.1000
Network: eip155:8453
Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Availability: Seller benchmark unavailable under current provisional caps
Example input
{
"seller_domain": "thegraph.com"
}
OpenAPI | x402 metadata | Buyer example
Seller benchmark unavailable; no paid CTA is active for this page.
Unpaid 402 probe
curl -i "https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/seller?pp_ref=dist_view_8a387f98-5194-4234-ab2b-e979ea8f544c" \
-H "content-type: application/json" \
--data '{"seller_domain":"thegraph.com"}'
const response = await fetch("https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/seller?pp_ref=dist_view_8a387f98-5194-4234-ab2b-e979ea8f544c", {
"method": "POST",
"headers": {
"content-type": "application/json"
},
"body": JSON.stringify({
"seller_domain": "thegraph.com"
})
});
console.log(response.status);
if (response.status === 402) {
console.log(response.headers.get("PAYMENT-REQUIRED"));
}
Paid retry placeholder
curl -i "https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/seller?pp_ref=dist_view_8a387f98-5194-4234-ab2b-e979ea8f544c" \
-H "content-type: application/json" \
-H "PAYMENT-SIGNATURE: <x402 payment proof>" \
--data '{"seller_domain":"thegraph.com"}'
const response = await fetch("https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/seller?pp_ref=dist_view_8a387f98-5194-4234-ab2b-e979ea8f544c", {
"method": "POST",
"headers": {
"content-type": "application/json",
"PAYMENT-SIGNATURE": "<x402 payment proof>"
},
"body": JSON.stringify({
"seller_domain": "thegraph.com"
})
});
console.log(response.status);
if (response.status === 402) {
console.log(response.headers.get("PAYMENT-REQUIRED"));
}
Seller
thegraph.com
public seller key
Tracked endpoints
2
2 active
Revenue attribution
not_available
seller SDK not enabled
Claim status
not_available
observation only
Observed endpoints
| Endpoint | Category | Price | Calls | Payers | Confidence | Source trail |
|---|---|---|---|---|---|---|
| POST https://gateway.thegraph.com/api/x402/deployments/id/%7Bdeployment_id%7D | Data | not_available | not_available | not_available | unknown | https://agentic.market/services/thegraph-com |
| POST https://gateway.thegraph.com/api/x402/subgraphs/id/%7Bsubgraph_id%7D | Data | not_available | not_available | not_available | unknown | https://agentic.market/services/thegraph-com |