Predicts.guruPredicts.guru
PO

polynode

Polymarket 排名第 177Infrastructure首筆成交 2026-04-21數據截至 2026-09-14@joinpolynode

開啟 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.

評述撰寫於 2026-09-13。其中每項數字皆為即時數據。

近 7 天交易量
$0

相較前七天 -100.0%。

每日交易者
0

近一週每日平均歸因獨立交易者數。

近 7 天成交筆數
0

全部時間平均成交 $64。

一覽

比較所需的每項數字,集中於一處。

排名
#177依全部時間歸因交易量
交易量(全部時間)
$481K
交易量(近 7 天)
$0相較前一週 -100.0%
宣告費率
生態工具自行公布的費率
平均成交
$64
每日交易者
0近一週平均
錢包數(近 30 天)
3
買方占比
99%
首筆成交
2026-04-21147 天有活動
成交筆數(全部時間)
1.4K

交易量與排名來自 Polymarket 的生態工具排行榜;手續費、成交與買賣方來自已索引的 CLOB V2 活動,截至 2026-09-14。

每日活動

歸因交易量活躍交易者

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.

評分權重中有 100% 具備數據
2.1/5 分
  • 動能權重 35%

    attributed volume over the last seven complete days

  • 觸及權重 30%

    0 distinct traders per day

  • 歷史紀錄權重 20%

    routing since 2026-04-21

  • 透明度權重 15%

    verified profile, no published fee, public site

開啟 polynode,親自體驗

polynode.dev

開啟 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.

交易最多的市場

近 30 天的歸因交易量。

  • 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

類別分布

近 30 天此生態工具的流量去向。

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

其他選擇

交易者會在其他 Infrastructure 類生態工具之間取捨,指標相同。

此類別全部 12 個
生態工具全部時間
POpolynode本工具
$481K
$32.7M
$28.7M
$84K
$27K

透過此生態工具交易的交易者

近 30 天有 3 個錢包透過此生態工具交易,依已實現盈虧排名。

盈虧為各錢包在 Polymarket 的全域結果,並非此生態工具帶來的利潤。生態工具僅決定哪些錢包會被列出。

#錢包30 天已實現盈虧路由交易量
10x23fe…0b95$2K$51K
20xd729…53bf$0$657
30x3c97…d17f-$2$56

這些數字如何計算

Polymarket 公布 polynode 的全部時間交易量為 $481K,其中包含鏈上 V2 之前的歸因。用於計算費率、成交規模與買賣占比的已索引數字為 $88K,僅按 CLOB V2 上的結果份額面額計算,因此兩項總量本就不同。

歸因交易量中有 99% 為買方,可看出此渠道主要用於建倉還是平倉。

本頁的文字評述屬編輯內容,會定期重新生成;其中每一項數字都在頁面渲染時由上方的即時數據解析得出。

polynode 在 Polymarket 的交易量、手續費與交易者 | Predicts.guru