Use this file to discover all available pages before exploring further.
Emitted when outcome tokens (YES + NO shares) are merged back into collateral (USDC) via the Conditional Tokens Framework mergePositions function. The inverse of a position split.Merges are much rarer than splits (~20x less frequent). They happen when a trader holds both YES and NO tokens for a condition and redeems them back to USDC.
Collateral token address. USDC.e (0x2791bca1f2de4661ed88a30c99a7a9449aa84174) for standard markets, wrapped collateral (0x3a3bd7bb...) for neg_risk markets.
Taker fee rate in basis points. 200 = 2%, 1000 = 10%, null = no fee. Short-term crypto markets (5-minute ETH/BTC) typically have 1000 (10%), while standard markets have 200 (2%). Enriched from Polymarket metadata.
Position unwinding — detect when traders are closing positions by merging outcome tokens
Liquidity withdrawal tracking — merges reduce the total supply of outcome tokens in a market
Arbitrage detection — merges after buying both outcomes at favorable prices signal arbitrage
Not included in global firehose (full data stream) by default. Subscribe explicitly with event_types: ["position_merge"] or use the wallets/markets subscription types which include it automatically.