mirrored listing x402 eip155:8453

Describe a screen in plain English via `?q=` (e

Describe a screen in plain English via `?q=` (e.g. 'oversold large caps up today on high volume'). An LLM parses it into a filter, screens the entire US market, optionally confirms oversold/overbought with RSI, and returns a ranked shortlist with a one-line rationale per name. No need to know the filter schema or run the enrichment loop yourself. From x402stock

Do you run x402stock.xyz? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
200000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-14
updated

Provider

x402stock.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "200000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "q": "oversold large caps up today on high volume"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-06-08T12:00:00.000Z",
          "disclaimer": "AI-assisted screen over delayed whole-market data, not investment advice.",
          "filter": {
            "limit": 10,
            "max_change_percent": null,
            "max_price": null,
            "min_change_percent": 0,
            "min_price": 20,
            "min_volume": 5000000,
            "order": "desc",
            "signal": "oversold",
            "sort": "change_percent"
          },
          "interpretation": "Large, liquid stocks trading up today that are technically oversold (RSI < 30).",
          "model": "gpt-4o-mini",
          "note": null,
          "query": "oversold large caps up today on high volume",
          "result_count": 2,
          "results": [
            {
              "change_percent": 3.1,
              "price": 71.2,
              "rationale": "Up 3.1% today on heavy volume while RSI at 28 flags it oversold.",
              "rsi": 28.4,
              "ticker": "PYPL",
              "volume": 14000000
            },
            {
              "change_percent": 1.8,
              "price": 22.6,
              "rationale": "Bouncing 1.8% with very high volume from a deeply oversold RSI of 27.",
              "rsi": 26.9,
              "ticker": "INTC",
              "volume": 38000000
            }
          ],
          "sections": {
            "filter": "ok",
            "market": "ok",
            "rationale": "ok"
          },
          "source": "x402stock",
          "summary": "Two liquid large caps rebounding today from oversold conditions."
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "additionalProperties": false,
              "properties": {
                "q": {
                  "minLength": 1,
                  "type": "string"
                }
              },
              "required": [
                "q"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "additionalProperties": false,
              "properties": {
                "as_of": {
                  "type": "string"
                },
                "disclaimer": {
                  "type": "string"
                },
                "filter": {
                  "additionalProperties": false,
                  "properties": {
                    "limit": {
                      "type": "number"
                    },
                    "max_change_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "max_price": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "min_change_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "min_price": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "min_volume": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "order": {
                      "type": "string"
                    },
                    "signal": {
                      "type": "string"
                    },
                    "sort": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "min_price",
                    "max_price",
                    "min_change_percent",
                    "max_change_percent",
                    "min_volume",
                    "sort",
                    "order",
                    "limit",
                    "signal"
                  ],
                  "type": "object"
                },
                "interpretation": {
                  "type": "string"
                },
                "model": {
                  "type": "string"
                },
                "note": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "query": {
                  "type": "string"
                },
                "result_count": {
                  "type": "number"
                },
                "results": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "change_percent": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "price": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "rationale": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "rsi": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "ticker": {
                        "type": "string"
                      },
                      "volume": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "ticker",
                      "price",
                      "change_percent",
                      "volume",
                      "rsi",
                      "rationale"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "sections": {
                  "additionalProperties": {
                    "type": "string"
                  },
                  "propertyNames": {
                    "type": "string"
                  },
                  "type": "object"
                },
                "source": {
                  "const": "x402stock",
                  "type": "string"
                },
                "summary": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                }
              },
              "required": [
                "query",
                "source",
                "as_of",
                "interpretation",
                "note",
                "filter",
                "sections",
                "result_count",
                "results",
                "summary",
                "model",
                "disclaimer"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402stock.xyz/api/v1/screener/smart"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402stock.xyz/api/v1/screener/smart");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402stock.xyz/api/v1/screener/smart")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5265.json, and this resource appears in /discovery/resources and /discovery/search.