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

较前 7 天-100.0%。

日均交易者
0

近一周每天归因到的独立交易者平均数。

近 7 天成交笔数
0

全部时间平均成交额 $64。

关键数据

一处看全比较所需的每个数字。

排名
#177按全部时间归因交易量
全部时间交易量
$481K
近 7 天交易量
$0较前一周-100.0%
公布费率
该生态工具自己声明的费率
平均成交额
$64
日均交易者
0近一周的平均值
近 30 天钱包数
3
买入占比
99%
首笔成交
2026-04-21有活动的天数 147 天
全部时间成交笔数
1.4K

交易量与排名来自 Polymarket 的生态工具排行榜;手续费、成交与买卖方向来自截至 2026-09-14 的已索引 CLOB V2 活动。

每日活动

归因交易量活跃交易者

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