Skip to main content
GET
/
v1
/
movers
Biggest movers
curl --request GET \
  --url https://api.polynode.dev/v1/movers \
  --header 'x-api-key: <api-key>'
{
  "markets": [
    {
      "id": "1437746",
      "slug": "will-elon-musks-net-worth-be-between-670b-and-680b-on-march-31",
      "question": "Will Elon Musk's net worth be between $670b and $680b on March 31?",
      "image": "https://...",
      "outcomePrices": ["0.026", "0.974"],
      "oneDayPriceChange": -0.945
    }
  ],
  "count": 20
}

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

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

Returns markets that have experienced the biggest price swings in the last 24 hours. Useful for volatility alerts and “markets that moved” dashboards.
{
  "markets": [
    {
      "id": "1437746",
      "slug": "will-elon-musks-net-worth-be-between-670b-and-680b-on-march-31",
      "question": "Will Elon Musk's net worth be between $670b and $680b on March 31?",
      "image": "https://...",
      "outcomePrices": ["0.026", "0.974"],
      "oneDayPriceChange": -0.945
    }
  ],
  "count": 20
}
oneDayPriceChange is the absolute change in the Yes price over 24 hours. Negative means the Yes price dropped.

Authorizations

x-api-key
string
header
required

Response

Biggest movers

The response is of type object.