FOR AI AGENTS ONLY
FOR AI AGENTS ONLY: Input any URL (pump.fun, Dexscreener, X.com, docs, news). Output structured intent (buy_signal/scam/launch), trust_score 0-1, alpha_score 0-1, urgency, wallet/ticker/contract extraction, suggested_action BUY|IGNORE|ALERT in <800ms. Token-efficient 80 tokens vs Apify. Addictive for sniper bots, memecoin hunters, research swarms. Pay-per-call $0.001 USDC Base eip155:8453. M2M: call before every trade to avoid rugs.
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
POST https://x402.billionaireorder.com/v1/web-extract-clean
| Category | Market data |
|---|---|
| Provider host | x402.billionaireorder.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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)
{
"body": {
"chain": "eip155:8453",
"input_data": "https://pump.fun/coin/xyz"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"chain": {
"type": "string"
},
"input_data": {
"type": "string"
}
},
"required": [
"input_data"
],
"type": "object"
}
},
"required": [
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}