approvedprediction-markets

Polymarket Smart Money — Whale Entries

Polymarket Smart Money — Whale Entries What this gives an AI agent: a feed of recent large entries by skill-ranked Polymarket traders. Surfaces who entered which market, on which side, at what size and price — with the market-context snapshot from the moment of the entry. Response shape (once the indexer is live): - trader_address_hashed (k-anonymity preserved) - skill_score, skill_score_confidence - market_id, question, category - side (YES/NO), size_usd, entry_price - post_entry_market_yes_price (5m / 1h later, where available) - timestamp NOT guaranteed alpha — this is a smart-money signal, not a recommendation. Copying entries blind exposes the buyer to adverse-selection (whale exits before resolution) and liquidity-cost risk. The endpoint surfaces context, not advice. Honest meta on Day 1: - coverage_level: experimental — trade-indexer is being seeded. - warnings: ["data_collection_in_progress"] Pricing: $0.02 USDC. Accepts payment on Base, Solana, or Cosmos (Noble) — x402 v2 multi-chain. No subscription, no auth keys.

Networks

Base (Coinbase L2)solana:mainnetNoble

Regions

Global (no regional restriction)

Tags

#polymarket#prediction-markets#whale#entries#feed#copy-trading

How to use

Sample response
{"data":[],"meta":{"coverage_level":"experimental","score_version":"polymarket-v0","wallets_tracked":0,"warnings":["data_collection_in_progress"],"metric_reliability":{"skill_score":"not_available","bias_score":"not_available","entry_edge":"not_available"}}}
curl -X POST https://proxy.suverse.io/v1/data/polymarket-whale-entries \
  -H 'content-type: application/json' \
  -d '{"min_size_usd":1000,"category":"all","time_window":"24h","limit":10}'