Directory / api.oblique.markets
Use when an agent needs summarize. Returns Summarize text as bullet points, a paragraph, or a single line — deterministic flash-model summarization with hard input/output caps. $0.008.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.oblique.markets/api/v1/paid/summarize' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://api.oblique.markets/api/v1/paid/summarize'
Endpoint: https://api.oblique.markets/api/v1/paid/summarize. Operated by api.oblique.markets, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Use when an agent needs agent preflight bundle. Returns Accountless agent preflight bundle combining proven server time, current Base block number, gas price, B…
Verify an AI Agent API’s x402, agent.json, OpenAPI, llms.txt, robots.txt, and MCP discovery surfaces; return a 0–100 score, missing fields, validation findings,…
Use when an agent needs agent return context. Returns Accountless returning-agent context bundle with optional Bazaar, time, Base, facilitator-health, cursor-aw…
Use when an agent needs agentcore route. Returns AgentCore-compatible Oblique seller router: paid ranked top-three shortlist with live health, prices, x402 and …
Use when an agent needs answer with sources. Returns Answer a research question with cited web sources and a concise evidence packet. $0.65.
Use when an agent needs b402 preflight. Returns Validate BNB/B402 payment intent freshness, recipient, amount, deadline, fee cap, public BNB balance, and recent…
Use when an agent needs base block number. Returns Fetch the current Base mainnet block number from redundant public RPCs and return structured JSON with source…
Use when an agent needs base gas price. Returns Current Base gas price: fetch EIP-1559 latest-block base fee and gas price in wei and gwei from redundant public…
Use when an agent needs base transfer search. Returns Search bounded Base mainnet ERC-20 transfers by address, direction, asset, counterparty, and time window; …
Use when an agent needs base tx status. Returns Return Base transaction success or revert state, block number, confirmations, gas used, and effective gas price …
Use when an agent needs base usdc balance. Returns Check a Base wallet’s USDC balance on the canonical Base USDC contract and return structured JSON with atomic…
Use when an agent needs base usdc transfer check. Returns Verify a Base mainnet transaction moved USDC: decodes all USDC Transfer logs from the receipt and repo…