Polymarket Trading Automation Program
Budget: $30 – $250 USD
I am looking to have a program created which automates trades on the https://polymarket.com/. I am looking for the code to login to polymarket and scan the market orders across all markets every second (ideally would be nice to be able to filter markets as well) to identify arbitrage opportunities. These are opportunities where the sum of the probabilities on each side of the bet is less than 1. If this is found, the code should simultaneously place market limit orders for equal amounts of shares based on the lowest number of shares available for one side of the bet as long as the funds allow for both orders to be filled. For example, say there is a football game between team A and team B. The market order shows someone is selling 100 shares of team A for $0.55 while at the same time there is also a market order for someone selling 50 shares of team B for $0.40. Since $0.55 + $0.40 is $0.95 which is less than 1, the code would then execute simultaneous market limit orders for 50 shares of team B and 50 shares of team A. I only want the code to place limit orders if the sum total amounts of each side of a bet is less than 1 and once the orders are placed the code should not place any additional orders on that event.
Ideally, I would also like the program to have some sort of graphical interface to show a summary of the trades and market activity although this is not a requirement. I also know there are several existing tools to help interact with polymarket through python as well which may help speed up many parts of the project: https://github.com/Polymarket
Ideally, I would also like the program to have some sort of graphical interface to show a summary of the trades and market activity although this is not a requirement. I also know there are several existing tools to help interact with polymarket through python as well which may help speed up many parts of the project: https://github.com/Polymarket