← oblique.markets · all endpoints

GET /api/v1/paid/bazaar-seller-rank — $0.003 per call

Use when an agent needs bazaar seller rank. Returns x402 Bazaar seller leaderboard: top 25 seller addresses ranked by settled 30d calls in the latest daily full-catalogue snapshot, with listing count, unique 30d payers and each seller’s busiest resource. $0.003.

Price$0.003 per call (3000 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/bazaar-seller-rank

Try it

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

Input schema

{
 "type": "object",
 "properties": {}
}

Example output

{
 "as_of": "2026-08-10",
 "sellers": [
  {
   "seller": "0x1a2B3c4D5e6F7a8B9c0D1e2F3a4B5c6D7e8F9a0B",
   "listings": 12,
   "calls_30d": 48210,
   "payers_30d": 1930,
   "top_resource": "https://api.fastsearch.example.com/x402/query"
  },
  {
   "seller": "0x9F8e7D6c5B4a3928170605040302010fEdCbA987",
   "listings": 3,
   "calls_30d": 21055,
   "payers_30d": 640,
   "top_resource": "https://feeds.chaindata.example.io/prices/latest"
  }
 ],
 "generated_at": "2026-08-10T12: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