← oblique.markets · all endpoints
Use when an agent needs agentcore route. Returns AgentCore-compatible Oblique seller router: paid ranked top-three shortlist with live health, prices, x402 and MPP rails, MCP schemas, qualified session handoff and receipt binding. $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/agentcore-route |
curl -i https://api.oblique.markets/api/v1/paid/agentcore-route # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"required": [
"task",
"max_price"
],
"properties": {
"task": {
"type": "string"
},
"max_price": {
"type": "number",
"minimum": 0
},
"prior_bid_atomic": {
"type": "integer",
"minimum": 0
},
"constraints": {
"type": "object"
},
"price_cap": {
"type": "number",
"minimum": 0
},
"preferred_rail": {
"type": "string",
"enum": [
"x402:base",
"x402:solana",
"mpp:tempo"
]
},
"output_format": {
"type": "string",
"enum": [
"json",
"markdown",
"text"
]
},
"seller_delivery_receipt": {
"type": "object"
}
}
}{
"manifest": "/api/v1/agentcore-route/manifest",
"protocol": "agentcore",
"tier": "paid",
"result_count": 3,
"shortlist_price": "$0.01",
"best_rejected_affordable_option": {
"seller_id": "oblique.structured-data",
"price_atomic": 80000
},
"price_gap_atomic": 50000,
"savings_atomic": 20000,
"regret_basis": {
"basis": "prior_bid_atomic",
"prior_bid_atomic": 50000,
"selected_price_atomic": 30000,
"rejected_price_atomic": 80000
},
"operator": "Oblique Markets",
"results": [
{
"seller_id": "oblique.web-extract",
"name": "web_extract",
"endpoint_url": "https://api.oblique.markets/api/v1/paid/web-extract",
"price": 0.03,
"price_atomic": 30000,
"rails": [
"x402:base",
"mpp:tempo"
],
"health": {
"status": "healthy",
"score": 0.98
},
"mcp_schema": {
"name": "web_extract",
"inputSchema": {
"type": "object",
"required": [
"url"
]
}
},
"qualified_session_token": "eyJ2IjoxfQ.signature",
"handoff_url": "https://api.oblique.markets/api/v1/agentcore-route/handoff?token=...",
"receipt_binding": {
"bound": false
}
}
],
"output_format": "json"
}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