Predicts.guruPredicts.guru
PO

polynode

Posición #177 en PolymarketInfrastructurePrimera ejecución 2026-04-21Datos hasta 2026-09-14@joinpolynode

Abrir polynode

Polynode is a real-time data API for Polymarket, not a trading terminal, streaming trade, price and oracle data seconds ahead of on-chain confirmation. It suits bot builders and quants wiring their own execution logic on Polymarket's order book, not traders hunting for a buy button. What decides it is #177 against how active its routed volume runs right now.

Valoración escrita el 2026-09-13. Todas sus cifras son en vivo.

Volumen, últimos 7 días
$0

-100.0% frente a los siete días anteriores.

Traders por día
0

Media de traders atribuidos distintos por día durante la última semana.

Ejecuciones, últimos 7 días
0

Ejecución media histórica $64.

De un vistazo

Todas las cifras que necesita una comparación, en un solo bloque.

Posición
#177Por volumen atribuido histórico
Categoría
Infrastructure
Volumen, histórico
$481K
Volumen, últimos 7 días
$0-100.0% frente a la semana anterior
Comisión declarada
La tarifa que declara el propio builder
Ejecución media
$64
Traders por día
0Media de la última semana
Carteras, últimos 30 días
3
Lado compra
99%
Primera ejecución
2026-04-21147 días con actividad
Ejecuciones, histórico
1.4K

El volumen y la posición vienen de la clasificación de builders de Polymarket; comisiones, ejecuciones y lados, de la actividad indexada de CLOB V2 hasta 2026-09-14.

Actividad diaria

Volumen atribuidoTraders activos

What it is

Polynode calls itself the fastest real-time Polymarket data API, and its own site backs that with a WebSocket that reports enriched trade data before the chain confirms it, OHLCV candles built from settlement data rather than delayed feeds, and a decoded stream of UMA optimistic oracle events covering proposals, disputes, flags and resets. It also ships a wallet tracking endpoint for any address's positions and history, a historical archive of daily-rotated settlement records, and a charts SDK for building price overlays. None of that is a page where a trader clicks buy or sell.

It sits in the infrastructure category because it hands data to other tools rather than being the tool a trader touches directly. The wallets that route volume through its builder code are thin right now, 3 across the last month, with a buy share of 99% and an average fill of $64 that points to small, active accounts rather than desks moving size. Anyone evaluating it is really evaluating the bots built on top of its feed, not a front end of its own.

How it works

A developer reaches Polynode with an API key, generated with a single POST request against its own keys endpoint, then either polls REST routes like its markets listing or opens a WebSocket subscription filtered by wallet, token, side, size range, status or slug, combined in any mix. The quickstart on its site never shows a browser trading screen or an order form, only a terminal, a key and a request.

Where the order itself goes is not Polynode's page to answer: it detects a trade at the server, again when the client receives it, and finally when it confirms on Polygon, but the trading decision and the order submission belong to whatever bot or terminal consumes the feed. The attributed volume and fills behind #177 come from that downstream code routing through Polymarket's own order book with Polynode's builder code attached, not from any execution surface on polynode.dev itself.

Nothing in the evidence describes it holding a wallet, taking a deposit or custodying a position; authentication is an API key, not a signature or a connected wallet. That also means it inherits none of the visible risk controls a trading front end might show, since it was never built to be one.

What it does

  • Pre-confirmation trade detection

    Streams settlement data seconds before it confirms on-chain, giving a bot built on the feed a head start on reacting to a fill.

  • Combined WebSocket filtering

    Filters wallet, token, side, size range, status and slug together in one subscription, replacing client-side filtering logic a bot would otherwise write.

  • Decoded oracle resolution stream

    Surfaces UMA optimistic oracle proposals, disputes, flags and resets in real time, useful for spotting resolution risk before a market settles.

  • Wallet tracking endpoint

    Returns a chosen wallet's positions, profit and loss and trade pattern history, letting a bot watch a specific trader instead of only a market.

  • Historical settlement archive

    Persists daily-rotated settlement records, useful for backtesting a strategy without running a multi-year collector of your own.

Who it is for

Bot developers chasing speed
Settlement data arrives seconds ahead of on-chain confirmation, letting an automated strategy react before a trade is final on the ledger.
Dashboard and terminal builders
Enriched metadata and OHLCV candles remove the need to stitch Polymarket's raw feed together with separate market lookups.
Wallet and copy-trade watchers
The wallet tracking endpoint surfaces a target address's positions and history without scraping the chain by hand.
Traders holding into resolution
Decoded oracle events flag disputes and reset markets in real time, useful for anyone with a position riding on how a market resolves.
Researchers backtesting Polymarket flow
The historical archive of daily-rotated settlement records gives a base for backtesting without building a multi-year collector first.

What it costs

Polynode's own site names no price. The quickstart hands a key over on a single request and the page never states a tier, a rate limit, or what changes once a bot pulls real volume through it. Polynode publishes no fee schedule, so anyone building on it should ask directly what a sustained integration costs before wiring a live bot to the feed. Polymarket's own trading fee is fixed per market and identical across every builder that routes into it, so it says nothing about what polynode itself charges. Until the operator states a number, the cost of running on this API is whatever a support conversation turns up, not anything printed on the page.

Strengths

  • Detects settlements seconds before they confirm on-chain, giving anything built on the feed a real head start on reacting to a fill.
  • Combines wallet, token, side, size, status and slug filters in a single WebSocket subscription, cutting the client-side filtering a bot would otherwise need to write.
  • Decodes UMA oracle events including disputes and flags in real time, offering early warning before a market resolves against a position.
  • Keeps a daily-rotated historical archive of settlement data, useful for backtesting a strategy instead of collecting years of raw data independently.
  • Includes a wallet tracking endpoint that returns a target address's positions and profit and loss without a manual chain lookup.

Limitations

  • Publishes no fee schedule, leaving anyone planning a paid integration to find the real cost through direct contact rather than the page itself.
  • Shows 0 fills and $0 in routed volume over the most recent week, a level worth checking before assuming the builder code stays consistently active.
  • Draws its attributed volume from a cohort of only 3 wallets over the last month, a narrow base rather than broad adoption.
  • Offers no trading interface of its own, so it only fits someone who already has, or is willing to build, a bot or terminal on top of it.

Custody and transparency

Polynode's own evidence describes an API key, not a wallet connection: nothing on its site claims it holds funds, takes a deposit or custodies a position, since the product hands data outward rather than taking money in. That shifts the exposure toward pricing and reliability rather than custody: no page states a fee schedule, a rate limit or an uptime commitment, so any bot depending on the feed inherits whatever the operator decides later, unannounced. The attributed volume behind #177 currently comes from a small cohort of wallets, worth weighing before treating the builder code as an established, heavily used route into Polymarket.

Verdict

Polynode reads as an honest infrastructure play rather than a place to route trades directly: fast settlement detection, decoded oracle events and a wallet tracking endpoint are real, documented features, not marketing gloss. What it is not is a finished trading product, and its own evidence never claims otherwise. A developer or quant who wants a data pipeline ahead of on-chain confirmation, and is comfortable building the execution layer themselves, gets real value here. A trader looking for a terminal, a fee they can compare up front, or evidence of an active, established builder code should keep looking, at least at #177 and current activity before committing.

PuntuaciónEl 100% de la ponderación tiene datos
2.1sobre 5
  • TracciónPeso 35%

    attributed volume over the last seven complete days

  • AlcancePeso 30%

    0 distinct traders per day

  • TrayectoriaPeso 20%

    routing since 2026-04-21

  • TransparenciaPeso 15%

    verified profile, no published fee, public site

Abre polynode y compruébalo tú mismo

polynode.dev

Abrir polynode

Questions

  • What is polynode?

    Polynode is a real-time data API for Polymarket that streams enriched trade, OHLCV candle and decoded oracle resolution data seconds ahead of on-chain confirmation, built for developers rather than as a trading front end.

  • Is polynode safe to use?

    Its own evidence shows an API key system, not a wallet connection or custody of funds, so the main exposure is an unpublished fee schedule and no stated reliability commitment rather than losing custody of money.

  • How much does polynode cost?

    The operator publishes no fee schedule; its quickstart hands out an API key on a single request without naming a tier or rate limit, so a trader has to ask directly what sustained use costs.

  • How does polynode work?

    A developer requests an API key, then polls REST endpoints or opens a filtered WebSocket subscription covering wallet, token, side, size and status, receiving settlement data before it confirms on Polygon.

  • Does polynode execute trades on Polymarket?

    No order form or execution screen appears in its evidence; it supplies data that other bots and terminals use to decide and place trades, with its builder code attributed once those trades route through.

  • What are polynode alternatives?

    This page ranks polynode by #177 against every other builder our index tracks, from execution terminals to rival data providers, so compare its routed volume and activity before choosing a feed.

Mercados más operados

Volumen atribuido en los últimos 30 días.

  • 1Spread: Brentford FC (-2.5)$2K
  • 2San Francisco Giants vs. Atlanta Braves: O/U 5.5$909
  • 3SV 07 Elversberg vs. Bayer 04 Leverkusen: O/U 5.5$908
  • 4Monterrey Open: Diane Parry vs Elise Mertens$726
  • 5Bitcoin Up or Down - September 2, 1:15PM-1:20PM ET$626
  • 6Will the highest temperature in Busan be 28°C on September 4?$620
  • 7Winston-Salem Open: Ignacio Buse vs Benjamin Bonzi$480
  • 8US Open ATP: Dalibor Svrcina vs Valentin Royer$477
  • 9Spread: Paris Saint-Germain FC (-1.5)$471
  • 10FK Bodø/Glimt vs. Rosenborg BK: O/U 2.5$432

Mezcla de categorías

A dónde va el flujo de este builder, últimos 30 días.

  • sports$40K
  • tennis$7K
  • up-or-down$2K
  • esports$2K
  • weather$741
  • Uncategorized$457

Alternativas

Los otros builders de la categoría Infrastructure entre los que elegiría un trader, con las mismas mediciones.

Los 12 de esta categoría
BuilderHistórico
POpolynodeEste
$481K
$32.7M
$28.7M
$84K
$27K

Traders que enrutan a través de este builder

3 carteras operaron a través de este builder en los últimos 30 días, ordenadas por P&L realizado.

El P&L es el resultado global en Polymarket de cada cartera, no el beneficio atribuible a este builder. El builder solo determina qué carteras se listan.

#CarteraP&L realizado 30dVolumen enrutado
10x23fe…0b95$2K$51K
20xd729…53bf$0$657
30x3c97…d17f-$2$56

Cómo se miden estas cifras

Polymarket informa de $481K de volumen histórico para polynode, incluida la atribución anterior a la V2 onchain. La cifra indexada que se usa para comisiones, tamaños de ejecución y reparto compra/venta es $88K, contabilizada como nocional a la par de participaciones de resultado solo en CLOB V2, por lo que ambos totales difieren por diseño.

El 99% del volumen atribuido es del lado de compra, lo que indica si el sitio se usa sobre todo para abrir posiciones o para cerrarlas.

La valoración escrita de esta página es editorial y se regenera periódicamente; todas sus cifras se resuelven a partir de los datos en vivo de arriba en el momento en que se renderiza la página.