Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.graphadvocate.com/llms.txt

Use this file to discover all available pages before exploring further.

Request

GET /bazaar/search?q=weather&max_price=0.01&network=base&limit=10
ParamRequiredNotes
qYesKeyword query (match over resource URL + description + output schema)
max_priceNoMax price in USDC as float (e.g. 0.01)
networkNoCAIP-2 network filter (e.g. base, eip155:8453)
limitNoDefault 10, max 25

Response

{
  "source": "CDP x402 Bazaar",
  "total_indexed": 15945,
  "query": "weather",
  "results": [
    {
      "resource": "https://openweather-coral.vercel.app/weather/current",
      "price_usdc": 0.002,
      "network": "base",
      "pay_to": "0x...",
      "scheme": "exact",
      "description": "Current weather by lat/lon",
      "mime_type": "application/json",
      "match_score": 4
    }
  ]
}
Results are ranked by keyword match count across resource, description, and output schema fields.