← oblique.markets · all endpoints
Use when an agent needs endpoint task evaluation. Returns One bounded x402 endpoint request and payment-flow evaluation. $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/endpoint-task-evaluation |
curl -i https://api.oblique.markets/api/v1/paid/endpoint-task-evaluation # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"required": [
"target_url"
],
"properties": {
"target_url": {
"type": "string",
"format": "uri"
},
"method": {
"type": "string"
},
"headers": {
"type": "object"
},
"body": {},
"task_assertions": {
"type": "object"
}
}
}{
"body": {
"target_url": "string",
"method": "string",
"headers": "object",
"body": "any",
"task_assertions": "object"
}
}{
"status": 200,
"payment_required": false,
"payment_accepted": false,
"response_valid": true,
"latency_ms": 120,
"schema_errors": [],
"failure_reason": null,
"tested_at": "2026-01-01T00: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