Oblique Markets · Paid Research Answer

by Oblique Markets

POSTBaseSolana

$0.01

per call · USD Coin on Base

Use when an agent needs a concise, cited answer to one research question with optional domain scope and freshness, from one bounded pay-per-call web search. Returns the answer synthesized only from the retrieved sources, source URLs and labels with retrieval timestamps, an explicit insufficient-evidence refusal when the sources do not support an answer, and a machine-readable receipt of the upstream cost and settlement.

Endpoint

POST https://api.oblique.markets/api/v1/paid/research-answer

3

Calls / 30d

1

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.oblique.markets/api/v1/paid/research-answer", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "question": "One concise research question"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.oblique.markets/api/v1/paid/research-answer" \
  -H "Content-Type: application/json" \
  -d '{"question":"One concise research question"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "answer": "x402 is an open HTTP payment protocol that revives the 402 status code so software agents pay per request in stablecoins without API keys; it was published by Coinbase in 2025 and is developed as an open-source standard with a public facilitator on Base [1][2].",
  "cited": [
    1,
    2
  ],
  "generated_at": "2026-09-06T20:00:02.000Z",
  "question": "What is the x402 payment protocol and who maintains it?",
  "reason": null,
  "receipt": {
    "budget": {
      "daily_cap_atomic": 500000,
      "per_request_cap_atomic": 10000,
      "spent_today_atomic": 20000
    },
    "door_price": "$0.01",
    "upstream": {
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "cost_atomic": 10000,
      "cost_usd": 0.01,
      "network": "eip155:8453",
      "pay_to": "0xd92fab07e57dfafe9bb9dbbb3ce01651a61dca18",
      "payer": "0xC335983E964248052BAd764D6eb0801475Ec6A4C",
      "provider": "pay-per-call x402 web search",
      "requested_at": "2026-09-06T20:00:00.000Z",
      "resource": "https://x402.tavily.com/search",
      "responded_at": "2026-09-06T20:00:01.000Z",
      "results_returned": 2,
      "scheme": "exact",
      "settlement": {
        "network": "eip155:8453",
        "payer": "0xC335983E964248052BAd764D6eb0801475Ec6A4C",
        "success": true,
        "transaction": "0xabc…"
      },
      "upstream_response_time_ms": 1.41
    }
  },
  "scope": {
    "exclude_domains": [],
    "freshness": "year",
    "include_domains": []
  },
  "sources": [
    {
      "id": 1,
      "label": "x402 — Payment Required",
      "published_at": "2025-05-06",
      "relevance": 0.92,
      "retrieved_at": "2026-09-06T20:00:01.000Z",
      "snippet": "x402 is an open payment protocol that revives the HTTP 402 status code so AI agents can pay per request in stablecoins…",
      "url": "https://x402.org/"
    },
    {
      "id": 2,
      "label": "x402 protocol docs",
      "published_at": null,
      "relevance": 0.88,
      "retrieved_at": "2026-09-06T20:00:01.000Z",
      "snippet": "A facilitator verifies and settles EIP-3009 USDC authorizations on Base…",
      "url": "https://docs.cdp.coinbase.com/x402/welcome"
    }
  ],
  "status": "answered",
  "synthesis": {
    "completion_tokens": 96,
    "model": "inclusionai/ling-3.0-flash",
    "prompt_tokens": 812
  },
  "uncertainty": "Source 2 is a vendor page; governance beyond Coinbase is not described in these sources."
}

Payment details

Pay to0x970007590acc5c938cd51345b17af51b1b40d3ab
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Oblique Markets & similar services