ToolAssay

Use to see where prediction-market money is flowing

Use to see where prediction-market money is flowing: the most recently traded Polymarket outcome tokens with implied probability (last on-chain price), today's VWAP and USD volume, and indexed totals — decoded by our own indexer from CTF Exchange V2 events on the public Polygon ledger, not from any Polymarket API. `?limit=` up to 100. From x402stock, a market & economic data API (x402, USDC).

Answeringour last check, 2026-09-24
1 of 1checks answered this week
317 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402stock.xyz/api/v1/prediction-markets

CategoryMarket data
Provider hostx402stock.xyz
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 317 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {},
          "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"
            },
            "indexer": {
              "additionalProperties": false,
              "properties": {
                "cursor_neg_risk": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "cursor_standard": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "tokens_tracked": {
                  "type": "number"
                }
              },
              "required": [
                "cursor_standard",
                "cursor_neg_risk",
                "tokens_tracked"
              ],
              "type": "object"
            },
            "markets": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "condition_id": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "implied_probability": {
                    "type": "number"
                  },
                  "last_block": {
                    "type": "number"
                  },
                  "last_side": {
                    "enum": [
                      "buy",
                      "sell"
                    ],
                    "type": "string"
                  },
                  "matches_indexed": {
                    "type": "number"
                  },
                  "matches_today": {
                    "type": "number"
                  },
                  "neg_risk": {
                    "type": "boolean"
                  },
                  "title": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "token_id": {
                    "type": "string"
                  },
                  "updated_at": {
                    "type": "string"
                  },
                  "volume_usd_indexed": {
                    "type": "number"
                  },
                  "volume_usd_today": {
                    "type": "number"
                  },
                  "vwap_today": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "required": [
                  "token_id",
                  "title",
                  "condition_id",
                  "neg_risk",
                  "implied_probability",
                  "last_side",
                  "vwap_today",
                  "volume_usd_today",
                  "matches_today",
                  "volume_usd_indexed",
                  "matches_indexed",
                  "last_block",
                  "updated_at"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "note": {
              "type": "string"
            },
            "source": {
              "const": "x402stock",
              "type": "string"
            },
            "venue": {
              "const": "polymarket",
              "type": "string"
            }
          },
          "required": [
            "source",
            "as_of",
            "venue",
            "note",
            "indexer",
            "count",
            "markets"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON