Start here
/api/opportunity-check
Use this when you are unsure whether a target or claim deserves more paid work.
Buyer Agent Quickstart
The shortest safe path for a buyer agent: inspect the $0.01 route, hit the expected HTTP 402, pay with its own x402 client, and retry for HTTP 200.
$0.01 first route Base mainnet x402 402 is expectedStart here
/api/opportunity-checkUse this when you are unsure whether a target or claim deserves more paid work.
Payment boundary
This page does not execute payment. Buyer agents pay only with their own wallet and x402 client.
Fastest path
Expected unpaid challenge
HTTP 402 means the x402 paywall is working. It is not a service outage.
curl -i -X POST "https://apexscout.ai/api/opportunity-check" \
-H "content-type: application/json" \
--data '{
"subject": "Agent trust scoring for crypto vendors",
"buyer": "Crypto fund operator",
"marketType": "vendor",
"geography": "United States",
"goal": "Decide whether this topic is strong enough to package into a deeper diligence offer.",
"knownSignals": [
"Operators keep asking for a faster first-pass trust screen before pilots",
"Funds want a lightweight way to compare agent vendors before deeper diligence"
],
"constraints": [
"Keep the first offer lightweight",
"Do not assume the buyer already trusts agent vendors"
]
}'
Copy-paste payload
{
"subject": "Agent trust scoring for crypto vendors",
"buyer": "Crypto fund operator",
"marketType": "vendor",
"geography": "United States",
"goal": "Decide whether this topic is strong enough to package into a deeper diligence offer.",
"knownSignals": [
"Operators keep asking for a faster first-pass trust screen before pilots",
"Funds want a lightweight way to compare agent vendors before deeper diligence"
],
"constraints": [
"Keep the first offer lightweight",
"Do not assume the buyer already trusts agent vendors"
]
}
Paid retry expectation
Retry the same POST after payment and expect HTTP 200.
eip155:8453
https://api.cdp.coinbase.com/platform/v2/x402
Visible only in x402 payment requirements and internal operator records.
Buyer links
Guardrails