← oblique.markets · all endpoints

GET /api/v1/paid/listing-triage — $0.01 per call

Use when an agent needs listing triage. Returns Listing history triage: persistence, price changes, duplicate variants, and buy signal. $0.01.

Price$0.01 per call (10000 atomic USDC, scheme exact)
Categorymarket-data
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/listing-triage

Try it

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

Input schema

{
 "type": "object",
 "properties": {
  "listing_name": {
   "type": "string"
  },
  "listing_url": {
   "type": "string",
   "format": "uri"
  }
 },
 "anyOf": [
  {
   "required": [
    "listing_name"
   ]
  },
  {
   "required": [
    "listing_url"
   ]
  }
 ]
}

Example input

{
 "query": {
  "listing_name": "string or listing_url: string"
 }
}

Example output

{
 "listing_matches": [],
 "buy_signal": "promising"
}

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