← oblique.markets · all endpoints

POST /api/v1/paid/market-intel — $0.10 per call

Use when an agent needs market intel. Returns Composed market intelligence using free DefiLlama protocol, chain, DEX, fee and yield data plus bounded public web scraping. $0.10.

Price$0.10 per call (100000 atomic USDC, scheme exact)
Categoryresearch
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/market-intel

Try it

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

Input schema

{
 "type": "object",
 "properties": {
  "project": {
   "type": "string"
  },
  "symbol": {
   "type": "string"
  },
  "token_address": {
   "type": "string",
   "pattern": "^0x[0-9a-fA-F]{40}$"
  },
  "chain": {
   "type": "string",
   "default": "Base"
  }
 }
}

Example output

{
 "project": "uniswap",
 "chain": "Base",
 "token_address": null,
 "on_chain": {
  "chain_tvl_usd": 5000000000,
  "dex_volume_24h_usd": 120000000,
  "fees_24h_usd": 900000,
  "price": null
 },
 "protocols": [
  {
   "name": "Uniswap",
   "tvl_usd": 1000000000,
   "source": "DefiLlama"
  }
 ],
 "web_intel": {
  "sources": [],
  "snippets": []
 },
 "sources": [
  "DefiLlama"
 ],
 "intel_type": "project",
 "queried_at": "2026-09-01T12:00:00.000Z"
}

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