You are viewing a single comment's thread from:

RE: I Built a 4-Agent AI Trading System That Trades BTC - 15% Profit in two days, It works!

in #bitcoin21 hours ago

This is great. How much did you use to build the startup?
If you make something similar you could earn money through poly market prediction market for trading the BTC 15 minutes market

Sort:  

hey Jose! im not sure what you mean .. how much what did i use to build the start up?

i never heard of that poly market prediction trading., u have any links?

The trading bot, I wanted to know how much you used to set it up, or if you built it for completely free.

I'm talking about polymarket.com

Oh well, I'm using my Claude Max account so it's essentially free. The same for the whole system is integrated with my account so there's no token charges but I pay my monthly account. That's it.

Okay, great thank you.

I was trying to see if I could build a bot that helps me trade on the BTC market on polymarket, using Claude and python, but I'm not a dev and after all my research I still couldn't find a way to build that.

ahhh, well maybe its doable.. this seems close.. do they offer api access?

Yes, there's an access to the polymarket API and a few people have successfully built the type of robot. The robot just trades the 15 minutes BTC market on polymarket and a few people have been able to scale 5$ to 2k$ and even More.

The problem is getting the bot access to the essential information..

https://docs.polymarket.com/api-reference/introduction

This is where you can get access to the API and the information you'll need.

Also you can check out polymarket at large. If you like to talk more about it, maybe you can let me have your discord or telegram

I was trying to see if I could build a bot that helps me trade on the BTC market on polymarket, using Claude and python, but I'm not a dev and after all my research I still couldn't find a way to build that.

i did a quick check.. should be doable

It definitely can be done, and Polymarket actually provides quite a bit of support for this. The reason you likely struggled to find a "one-click" way to build it is that Polymarket uses a CLOB (Central Limit Order Book) system, which is more like a professional stock exchange than a simple web API.

Yes, they offer API access, and they even have an official Python SDK specifically for people who want to do exactly what you’re trying to do.

Great wow. I gave up because I'm not much of a dev 😂😂

anythings possible these days :) but have to be careful of course!