PricePilot402 public market intelligence
Perplexity POST /v1/async/sonar
Public x402 endpoint facts for https://pplx.x402.paysponge.com/v1/async/sonar.
Latest generation timestamp: 2026-07-03T12:01:54.720Z
x402 paid API route
Full Phase 1 remains locked. These blocks show only route-specific docs and capped provisional availability.
POST /v1/benchmark/endpoint
Get x402 market price benchmarks for data APIs
Price: $0.0500
Network: eip155:8453
Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Availability: available through capped provisional x402 metadata
Example input
{
"endpoint_url": "https://pplx.x402.paysponge.com/v1/async/sonar",
"category_hint": "search"
}
OpenAPI | x402 metadata | Buyer example
Unpaid 402 probe
curl -i "https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/endpoint?pp_ref=dist_view_73f8039c-48a8-4034-951a-1d51e7cbe62f" \
-H "content-type: application/json" \
--data '{"endpoint_url":"https://pplx.x402.paysponge.com/v1/async/sonar","category_hint":"search"}'
const response = await fetch("https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/endpoint?pp_ref=dist_view_73f8039c-48a8-4034-951a-1d51e7cbe62f", {
"method": "POST",
"headers": {
"content-type": "application/json"
},
"body": JSON.stringify({
"endpoint_url": "https://pplx.x402.paysponge.com/v1/async/sonar",
"category_hint": "search"
})
});
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/endpoint?pp_ref=dist_view_73f8039c-48a8-4034-951a-1d51e7cbe62f" \
-H "content-type: application/json" \
-H "PAYMENT-SIGNATURE: <x402 payment proof>" \
--data '{"endpoint_url":"https://pplx.x402.paysponge.com/v1/async/sonar","category_hint":"search"}'
const response = await fetch("https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/endpoint?pp_ref=dist_view_73f8039c-48a8-4034-951a-1d51e7cbe62f", {
"method": "POST",
"headers": {
"content-type": "application/json",
"PAYMENT-SIGNATURE": "<x402 payment proof>"
},
"body": JSON.stringify({
"endpoint_url": "https://pplx.x402.paysponge.com/v1/async/sonar",
"category_hint": "search"
})
});
console.log(response.status);
if (response.status === 402) {
console.log(response.headers.get("PAYMENT-REQUIRED"));
}
HTTP method
normalized
latest public observation
public sample
public sample
low
Endpoint
POST https://pplx.x402.paysponge.com/v1/async/sonar
Seller: docs.perplexity.ai
Category: Search
Source trail: https://agentic.market/services/docs-perplexity-ai