dev.predict.fun Open in urlscan Pro
54.225.169.199  Public Scan

Submitted URL: http://dev.predict.fun/
Effective URL: https://dev.predict.fun/
Submission: On November 26 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

Sorry, we need js to run correctly!
Predict API (Beta)

 * FAQs
 * Guides
   * Understanding the Orderbook
   * How to authenticate your API requests
   * How to create or cancel orders
 * Authorization
   * Get auth messageGET
   * Get JWT with valid signaturePOST
 * Orders
   * Get order by hashGET
   * Get orderbook for specific marketGET
   * Get ordersGET
   * Create an orderPOST
   * Optimistically cancel ordersPOST
 * Categories
   * Get categoriesGET
   * Get category by slugGET
 * Markets
   * Get marketsGET
   * Get market statisticsGET
   * Get market last sale informationGET
 * Positions
   * Get your positionsGET
 * Season
   * Get leaderboardGET
   * Get season totalsGET
 * Blast
   * Blast multiplier addressesGET
 * OAuth
 * ZeroDev

Powered by Apidog



FAQS

Join our Discord server at https://discord.gg/predictdotfun

The REST API is currently in beta. Please, report any issue in our Discord
server.


GUIDES#

Understanding the Orderbook

How to authenticate your API requests

How to create or cancel orders


WHERE DO I REQUEST AN API KEY?#

To request an API key join the Predict's Discord server and open a support
ticket.

Predict's Discord: https://discord.gg/predictdotfun


WHAT RATE LIMIT IS AVAILABLE ON MAINNET?#

On Sepolia, we allow up to 240 requests per minute without an API key.

On Mainnet, the default rate limit for an API key is 240 requests per minute.


WHAT CHAINS ARE SUPPORTED?#

Mainnet (API key required): https://api.predict.fun/
Sepolia (API key not required): https://api-sepolia.predict.fun/


IS THERE AN SDK TO CREATE ORDERS?#

Yes, we have an SDK available as an NPM package: @predictdotfun/sdk

NPM: https://www.npmjs.com/package/@predictdotfun/sdk
GitHub: https://github.com/PredictDotFun/sdk


CAN I USE MY PREDICT ACCOUNT VIA THE API/SDK?#

Yes, that is possible. You will two things:

The Predict account address (aka deposit address)

The Privy Wallet private key (and the address to fund ETH for on-chain tx)

This can be exported from your account's settings at
https://predict.fun/account/settings

To use your Predict account you'll need to use our SDK to generate the required
signatures. You can check out our guides, which also cover the use of Predict
accounts:

How to authenticate your API requests

How to create or cancel orders

Alternatively, you can look into other Account Abstraction SDKs, like ZeroDev
SDK. This requires a greater effort on your side and techincal knowledge. We
won't be able to provide much support if you choose to use third parties SDKs.


HOW DO I CREATE ORDERS?#

See How to create or cancel orders.


HOW DO I AUTHENTICATE MY REQUESTS?#

See How to authenticate your API requests.


IS THERE ALTERVATIVE UI FOR THE API REFERENCE?#

Yes, an alternative UI for the API reference is also available at:
https://api.predict.fun/docs

Last modified: a month ago
CloneExport

My Apidog
Guides
Where do I request an API key?
What rate limit is available on mainnet?
What chains are supported?
Is there an SDK to create orders?
Can I use my Predict account via the API/SDK?
How do I create orders?
How do I authenticate my requests?
Is there altervative UI for the API reference?