← oblique.markets · all endpoints

POST /api/v1/paid/agent-return-context — $0.005 per call

Use when an agent needs agent return context. Returns Accountless returning-agent context bundle with optional Bazaar, time, Base, and x402 facilitator-health components, repeat-call count, visit gap, statuses, and evidence hash. $0.005.

Price$0.005 per call (5000 atomic USDC, scheme exact)
Categoryverification
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/agent-return-context

Try it

curl -i https://api.oblique.markets/api/v1/paid/agent-return-context
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "additionalProperties": false,
 "properties": {
  "components": {
   "type": "array",
   "minItems": 1,
   "maxItems": 6,
   "uniqueItems": true,
   "items": {
    "type": "string",
    "enum": [
     "bazaar",
     "time",
     "base",
     "facilitator_health"
    ]
   },
   "description": "Optional signals to include; defaults to all four."
  }
 }
}

Example output

{
 "bundle": "agent-return-context.v1",
 "selected_components": [
  "time",
  "base"
 ],
 "component_statuses": {
  "time": {
   "status": "ok",
   "evidence": {
    "iso": "2026-08-29T12:00:00.000Z",
    "unix_seconds": 1788000000
   }
  },
  "base": {
   "status": "ok",
   "evidence": {
    "network": "eip155:8453",
    "block_number": 36000000,
    "gas_price_wei": "1200000"
   }
  }
 },
 "status": "ok",
 "returning": true,
 "repeat_calls": 3,
 "visit_gap_seconds": 86400,
 "checked_at": "2026-08-29T12:00:00.000Z",
 "evidence_hash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}

Clients

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