mirrored listing x402 eip155:8453

Screen the entire US stock market in one call

Screen the entire US stock market in one call. Filter every listed ticker by price range, percent change, and minimum volume, then sort by percent move, price, or volume. Tune with ?min_price=, ?max_price=, ?min_change_percent=, ?max_change_percent=, ?min_volume=, ?sort=, ?order=, ?limit=. Built for agents scanning for setups without iterating ticker by ticker. 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
30000 (raw units)
price
1
calls / 30d
1
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": "30000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "limit": 50,
          "min_change_percent": 5,
          "min_volume": 1000000,
          "order": "desc",
          "sort": "change_percent"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-06-01T15:00:00.000Z",
          "count": 1,
          "matched": 87,
          "order": "desc",
          "results": [
            {
              "change": 8.4,
              "change_percent": 6.83,
              "price": 131.26,
              "ticker": "NVDA",
              "volume": 412000000,
              "vwap": 129.9
            }
          ],
          "sort": "change_percent",
          "source": "x402stock",
          "universe": 11342
        },
        "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": {
                "limit": {
                  "default": 50,
                  "exclusiveMinimum": 0,
                  "maximum": 500,
                  "type": "integer"
                },
                "max_change_percent": {
                  "type": "number"
                },
                "max_price": {
                  "minimum": 0,
                  "type": "number"
                },
                "min_change_percent": {
                  "type": "number"
                },
                "min_price": {
                  "minimum": 0,
                  "type": "number"
                },
                "min_volume": {
                  "minimum": 0,
                  "type": "number"
                },
                "order": {
                  "default": "desc",
                  "enum": [
                    "asc",
                    "desc"
                  ],
                  "type": "string"
                },
                "sort": {
                  "default": "change_percent",
                  "enum": [
                    "change_percent",
                    "price",
                    "volume"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "sort",
                "order",
                "limit"
              ],
              "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"
                },
                "count": {
                  "type": "number"
                },
                "matched": {
                  "type": "number"
                },
                "order": {
                  "enum": [
                    "asc",
                    "desc"
                  ],
                  "type": "string"
                },
                "results": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "change": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "change_percent": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "price": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "ticker": {
                        "type": "string"
                      },
                      "volume": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "vwap": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "ticker",
                      "price",
                      "change",
                      "change_percent",
                      "volume",
                      "vwap"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "sort": {
                  "enum": [
                    "change_percent",
                    "price",
                    "volume"
                  ],
                  "type": "string"
                },
                "source": {
                  "const": "x402stock",
                  "type": "string"
                },
                "universe": {
                  "type": "number"
                }
              },
              "required": [
                "source",
                "as_of",
                "universe",
                "matched",
                "sort",
                "order",
                "count",
                "results"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402stock.xyz/api/v1/screener"
# -> 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");
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")
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/5279.json, and this resource appears in /discovery/resources and /discovery/search.