Trade Polymarket
Privately
The secure SDK for anonymous prediction market trading.
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']}")Normal trading
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.