Trade Polymarket
Privately

The secure SDK for anonymous prediction market trading.

main.py
from polyhush import PolyhushClient

client = PolyhushClient(api_key="pk_live_...")

order = client.buy(
    token_id="210668...",
    usdc_amount=100,
    order_type="FOK"
)

print(f"Order placed: {order['order_id']}")
Initializes the client and executes a private market buy order.

Normal trading

User trades mixed within each other
On-chain links broken
Analysis is difficult
TimeActionMarketAmountUser
10:42:05BUYTrump 2024$5,000User A
10:45:12SELLFed Rates$2,500User B
11:02:30BUYBTC > 100k$10,000User C
11:15:45BUYETH > 4k$1,200User A
11:30:10SELLTrump 2024$5,500User D
12:05:22BUYSolana ETF$3,000User B
All trades appear in one wallet
Easily copy tradable
No privacy
TimeActionMarketAmount
10:42:05BUYBTC > 100k$5,000
10:45:12SELLBTC > 100k$2,500
11:02:30BUYBTC > 100k$10,000
11:15:45BUYBTC > 100k$1,200
11:30:10SELLBTC > 100k$5,500
12:05:22BUYBTC > 100k$3,000
Scroll to compare

FAQ

Open a support ticket on our Discord (preferred), or contact support@hush.so

We currently support USDC.e on Polygon, matching Polymarket's infrastructure. If you sent the wrong asset, contact support or visit our Discord.

Execution is near-instant (~700ms), same as Polymarket. However, we return a response after verifying that the trade has executed on Polygon, which may take several seconds. Settlement depends on the market resolution time.

We currently have no fees.

You need to click on Deposit in the dashboard for our scanner to detect funds in the deposit address. If its not working even then and you correctly sent USDC.e (and you see the funds in the deposit wallet onchain), contact support.