Skip to main content
Predict.fun is a prediction market running on BNB Chain. It uses the same conditional-token / central-limit-order-book design as Polymarket, so outcomes trade as tokens that settle at $1 if the event happens and $0 if it does not, and live prices read as implied probabilities. Its collateral is USDT. Bravado supports Predict.fun through the Trade API v2: send the same requests you already use, with "venue": "predictfun" added.

How to trade Predict.fun

Every v2 Trade API request takes an optional venue field. Omit it and you get Polymarket (the default); set it to predictfun to route to Predict.fun.
The venue is available per partner. If your key is not entitled to it, the request is rejected with VENUE_NOT_ENABLED — contact Bravado to enable it.

Product coverage

Venue details

How it differs from Polymarket

Everything you send is the same shape; these are the venue rules to know before integrating: Balances and withdrawals are denominated in USDT; the pusd field of the balances response carries the venue’s trading collateral (USDT here), for a uniform response shape across venues.

Supported Bravado products

Trade API

LIMIT, MARKET, and TWAP orders, plus positions, redeem, split, merge, and withdraw.