Skip to content

Markets

NodeGraph ships connectors for trading and prediction markets. These are a capability of the Worker system rather than the product's focus — connect an exchange to a Worker and it gains a unified ctx.{exchange} API for balances, orders, positions, and streaming data.

For full method lists per exchange, see the Exchange SDKs section.

Trading

BlockType IDPlanNotes
Bybittrading.bybitfreeSpot + derivatives
Binancetrading.binancefreeSpot + futures (WebSocket-cached)
Interactive Brokerstrading.ibkrfreeStocks, options, futures, forex (Gateway / TWS)
Coinbasetrading.coinbasepro · server-onlyAdvanced Trade API
OKXtrading.okxpro · server-onlySpot, swaps, futures
Krakentrading.krakenpro · server-onlyBalance, orders, trading
Deribittrading.deribitpro · server-onlyCrypto options, futures, perpetuals
Bitgettrading.bitgetproSpot + USDT perpetuals, copy-trading
Hyperliquidtrading.hyperliquidproOn-chain perpetuals DEX (EIP-712 signing)
IG Marketstrading.igpro · server-onlyCFDs, forex, indices, commodities

Prediction markets

BlockType IDPlanDescription
Polymarket Monitorprediction.polymarket_monitorfreePublic events, probabilities, trends
Polymarket Traderprediction.polymarket_traderproOrders, positions, P&L

How they connect

FromToWhat happens
WorkerBybitctx.bybit becomes available in worker code
Workerany exchangectx.{exchange} provides balances, orders, positions, streams
AI Agentan exchangeThe exchange becomes a tool the model can act on

See the Worker SDK reference for the full ctx.{exchange} method list.

NodeGraph Documentation