← oblique.markets · all endpoints
Use when an agent needs orders. Returns Extract and synthesize supplied web pages into a cited decision packet with structured JSON findings. $0.05.
| Price | $0.05 per call (50000 atomic USDC, scheme exact) |
|---|---|
| Category | research |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/orders |
curl -i https://api.oblique.markets/api/v1/orders # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"required": [
"urls",
"question",
"idempotency_key"
],
"properties": {
"urls": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"minItems": 1,
"maxItems": 5
},
"question": {
"type": "string",
"minLength": 1,
"maxLength": 2000
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 128
}
}
}{
"order_id": "ord_01J...",
"status": "fulfilled",
"deliverable": {
"answer": "Choose Example A for its documented pricing and integration fit.",
"sources": [
{
"url": "https://example.com",
"status": 200,
"title": "Example"
}
],
"limitations": [
"Comparison is limited to public page content."
]
},
"artifact_hash": "sha256:abc123...",
"payment_tx_hash": "0xabc123...",
"chain_id": 8453,
"fulfilled_at": "2026-08-12T12:00:00.000Z"
}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