{
  "x402Version": 2,
  "id": 5279,
  "slug": "5279",
  "resource": "https://x402stock.xyz/api/v1/screener",
  "description": "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",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-14T19:19:22.996Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T19:19:22.733Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402stock.xyz",
    "manifest_name": "x402stock.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}