← oblique.markets · all endpoints
Use when an agent needs route task. Returns Cross-platform x402 task router: ranks endpoints from MPP catalog, Apify actors, and Bazaar listings. $0.01.
| Price | $0.01 per call (10000 atomic USDC, scheme exact) |
|---|---|
| Category | data-services |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/paid/route-task |
curl -i https://api.oblique.markets/api/v1/paid/route-task # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"required": [
"task"
],
"properties": {
"task": {
"type": "string",
"description": "Natural language description of the task"
},
"constraints": {
"type": "object",
"properties": {
"max_price": {
"type": "number",
"description": "Maximum price in USD"
},
"chain": {
"type": "string",
"enum": [
"base",
"solana"
],
"description": "Preferred blockchain"
},
"category": {
"type": "string",
"description": "Service category filter"
}
}
}
}
}{
"body": {
"task": "string",
"constraints": "object"
}
}{
"results": [
{
"endpoint_url": "https://api.oblique.markets/api/v1/paid/web-extract",
"price": 0.03,
"health_score": 0.95,
"mcp_schema": {
"name": "web_extract",
"inputSchema": {}
},
"source": "mpp"
}
],
"tier": "paid",
"query_count": 5
}Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills
Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer