秋田预测市场 · Discord 审计

andreyundetected参与话题 2消息总数 24

该用户的聊天记录定位。

Reset

聊天记录

共 24 条,显示第 1-24 条
andreyundetected 2026-06-29 08:45:42 Polymarket

хахахахах

хахахахах

andreyundetected 2026-06-29 08:43:28 Polymarket

понял понял

понял понял

andreyundetected 2026-06-29 08:43:07 Polymarket

а то я тестирую сейчас. копитредингом занимался, цепи маркова обчал, ml, llmки, но чет не идет пока-что. вот пытаюсь в арбитраж перейти между платформами

а то я тестирую сейчас. копитредингом занимался, цепи маркова обчал, ml, llmки, но чет не идет пока-что. вот пытаюсь в арбитраж перейти между платформами

andreyundetected 2026-06-29 08:42:38 Polymarket

на чем бот основан? ну там, копитрейдиг, ml такое всякое

на чем бот основан? ну там, копитрейдиг, ml такое всякое

andreyundetected 2026-06-29 08:42:19 Polymarket

ага

ага

andreyundetected 2026-06-29 08:40:47 Polymarket

ваще не видел тут русской речи раньше. ты ботов делаешь тоже?

ваще не видел тут русской речи раньше. ты ботов делаешь тоже?

andreyundetected 2026-06-29 08:40:26 Polymarket

понял понял

понял понял

andreyundetected 2026-06-29 08:35:15 Polymarket

просто по полимаркету, или тоже с разработчиками?

просто по полимаркету, или тоже с разработчиками?

andreyundetected 2026-06-29 08:35:04 Polymarket

оо аче за конфа

оо аче за конфа

andreyundetected 2026-06-29 02:31:16 Polymarket

to be honest, I can't give you the full rundown since I haven't worked with this myself, but you should look into the fact that every binary market has a parent event. they should all share a common parent event. there’s almost certainly a way to retrieve all the binary markets for an event using its ID

to be honest, I can't give you the full rundown since I haven't worked with this myself, but you should look into the fact that every binary market has a parent event. they should all share a common parent event. there’s almost certainly a way to retrieve all the binary markets for an event using its ID

andreyundetected 2026-06-29 02:24:54 Polymarket API过滤体育市场标签返回非体育结果

just tired. I had almost finished the code when I noticed that the table was picking up more than just sports markets. I was planning to go to bed and let the tests run overnight, but the error seemed like a simple one. I thought I’d get an answer here faster than digging through the docs

just tired. I had almost finished the code when I noticed that the table was picking up more than just sports markets. I was planning to go to bed and let the tests run overnight, but the error seemed like a simple one. I thought I’d get an answer here faster than digging through the docs

andreyundetected 2026-06-29 02:19:37 Polymarket API过滤体育市场标签返回非体育结果

sorry, I'm sure these are obvious questions, but I've gotten really confused somehow and thanks for the help!

sorry, I'm sure these are obvious questions, but I've gotten really confused somehow and thanks for the help!

andreyundetected 2026-06-29 02:18:11 Polymarket API过滤体育市场标签返回非体育结果

sorry, do you mean url = "https://gamma-api.polymarket.com/events" params = { "active": "true", "closed": "false", "tag_ids": "1" } ? because I'm still getting responses like ------------------------------ Event: Will Russia invade a NATO country by...? ID: 25413 ------------------------------ Event: Trump eliminates capital gains tax on crypto by ___? ID: 25487 ------------------------------ Event: Israel and Syria normalize relations by...? ID: 25815 ------------------------------

sorry, do you mean url = "https://gamma-api.polymarket.com/events" params = { "active": "true", "closed": "false", "tag_ids": "1" } ? because I'm still getting responses like ------------------------------ Event: Will Russia invade a NATO country by...? ID: 25413 ------------------------------ Event: Trump eliminates capital gains tax on crypto by ___? ID: 25487 ------------------------------ Event: Israel and Syria normalize relations by...? ID: 25815 ------------------------------

andreyundetected 2026-06-29 01:56:49 Polymarket API过滤体育市场标签返回非体育结果

hi everyone, does anyone know how to retrieve all active markets via the api? also, is there a simple way to categorize them? I specifically need to get all the sports markets I tried: url = "https://gamma-api.polymarket.com/events" params = { "active": "true", "tag": "sports" } and url = "https://gamma-api.polymarket.com/events" params = { "active": "true", "closed": "false", "tag": "sports", } but for some reason, the response either clearly isn't related to sports or includes markets that closed a long time ago. is this even possible using the official api?

hi everyone, does anyone know how to retrieve all active markets via the api? also, is there a simple way to categorize them? I specifically need to get all the sports markets I tried: url = "https://gamma-api.polymarket.com/events" params = { "active": "true", "tag": "sports" } and url = "https://gamma-api.polymarket.com/events" params = { "active": "true", "closed": "false", "tag": "sports", } but for some reason, the response either clearly isn't related to sports or includes markets that closed a long time ago. is this even possible using the official api?

andreyundetected 2026-06-16 04:46:35 Polymarket

okay, sorry

okay, sorry

andreyundetected 2026-06-16 04:44:49 Polymarket

could you share a link where I could look up this?

could you share a link where I could look up this?

andreyundetected 2026-06-16 04:43:38 Polymarket

Well, I still wouldn't want to waste two weeks on this 🙁 Is it possible to look at historical data?

Well, I still wouldn't want to waste two weeks on this 🙁 Is it possible to look at historical data?

andreyundetected 2026-06-16 04:42:44 Polymarket

Hey guys! How can I find out the exact price at a specific point in time, down to the second, without two weeks of testing and real bidding? https://clob.polymarket.com/prices-history - either I'm using it incorrectly, or it doesn't provide accurate data. And it seems to have significant limitations in any case. I tried using DUNE, but the data from there seems suspicious. It's also almost impossible to sort SELL and BUY trades to get specific BUY prices. It's also time-consuming and expensive. I also tried using poly-data, but the project is too large for such a seemingly simple task. Essentially, I need to look at my wallet, review all my trades, and get the information "how much did it cost to buy the same tokens that I bought n (I'm trying options from 0.5 to 5) seconds after me." So, does anyone know of a ready-made solution for this?

Hey guys! How can I find out the exact price at a specific point in time, down to the second, without two weeks of testing and real bidding? https://clob.polymarket.com/prices-history - either I'm using it incorrectly, or it doesn't provide accurate data. And it seems to have significant limitations in any case. I tried using DUNE, but the data from there seems suspicious. It's also almost impossible to sort SELL and BUY trades to get specific BUY prices. It's also time-consuming and expensive. I also tried using poly-data, but the project is too large for such a seemingly simple task. Essentially, I need to look at my wallet, review all my trades, and get the information "how much did it cost to buy the same tokens that I bought n (I'm trying options from 0.5 to 5) seconds after me." So, does anyone know of a ready-made solution for this?

andreyundetected 2026-06-11 01:12:07 Polymarket

this is actually quite important. maybe you have some sample code or documentation I should look at?

this is actually quite important. maybe you have some sample code or documentation I should look at?

andreyundetected 2026-06-11 01:04:29 Polymarket

hmm, what should I use? I don't know much about it, I have a simple code for tracking trades within different markets. the main goal of the connection is to have the lowest latency. I saw RTDS usage in copytrading bots that have a kinda similar task to mine, so I thought it might be useful

hmm, what should I use? I don't know much about it, I have a simple code for tracking trades within different markets. the main goal of the connection is to have the lowest latency. I saw RTDS usage in copytrading bots that have a kinda similar task to mine, so I thought it might be useful

andreyundetected 2026-06-11 00:52:19 Polymarket

eh(, thanks for the information!

eh(, thanks for the information!

andreyundetected 2026-06-11 00:51:33 Polymarket RTDS 服务多次中断导致交易机器人停摆

great! thanks. when do you think we can expect a decision? and how will I know about it? should I just check the connection periodically, or will they write about it somewhere?

great! thanks. when do you think we can expect a decision? and how will I know about it? should I just check the connection periodically, or will they write about it somewhere?

andreyundetected 2026-06-11 00:49:41 Polymarket

me too. I think the problem started about 5 hours ago. my computer even rebooted, and the memory was full of errors 🙁 I've contacted support. please write back with a description of the problem

me too. I think the problem started about 5 hours ago. my computer even rebooted, and the memory was full of errors 🙁 I've contacted support. please write back with a description of the problem

andreyundetected 2026-06-11 00:46:26 Polymarket

hey guys! sorry if I'm posting in the wrong channel, new here. has anyone else had issues with RTDS today? constant 429 500 errors even at the handshake stage. I've already tried websocketking - same thing

hey guys! sorry if I'm posting in the wrong channel, new here. has anyone else had issues with RTDS today? constant 429 500 errors even at the handshake stage. I've already tried websocketking - same thing