秋田预测市场 · Discord 审计

social参与话题 0消息总数 7

该用户的聊天记录定位。

Reset

聊天记录

共 7 条,显示第 1-7 条
social 2026-06-02 11:03:54 Polymarket

I think if the getTrades results are sorted by match_time, I can use the before and after parameters to paginate through the entire trade history and retrieve all trades for a given token_id.

I think if the getTrades results are sorted by match_time, I can use the before and after parameters to paginate through the entire trade history and retrieve all trades for a given token_id.

social 2026-06-02 10:57:04 Polymarket

I am using the getTrades API to calculate the total number of shares filled for a specific token_id. I noticed that the current limit is 100 records. Is there a way to retrieve all trades for a token_id? If pagination is required, what is the recommended way to fetch all pages and ensure I don't miss any trades?

I am using the getTrades API to calculate the total number of shares filled for a specific token_id. I noticed that the current limit is 100 records. Is there a way to retrieve all trades for a token_id? If pagination is required, what is the recommended way to fetch all pages and ensure I don't miss any trades?

social 2026-06-02 10:55:21 Polymarket

Hi everyone. For the getTrades API, what field is used for sorting the results by default?

Hi everyone. For the getTrades API, what field is used for sorting the results by default?

social 2026-06-01 17:34:27 Polymarket

thank you

thank you

social 2026-06-01 17:06:35 Polymarket

Hi everyone. I place a limit order and use clob.get_balance_allowance() to check how many tokens/shares have been filled. When the order expires, I call cancelAllOrders() to make sure all remaining orders are canceled. After that, I keep checking the balance for about 1 minute (every 5 seconds) using clob.get_balance_allowance(). During that period, it always returns 0, so I assume nothing was filled. However, in some cases, the order was actually partially filled (for example, 10 shares were filled), even though get_balance_allowance() kept returning 0. This issue happens occasionally. Is there any delay, caching, or synchronization issue that could cause get_balance_allowance() to not immediately reflect recently filled shares after an order expires or is canceled? What is the recommended way to reliably detect filled shares in this situation?

Hi everyone. I place a limit order and use clob.get_balance_allowance() to check how many tokens/shares have been filled. When the order expires, I call cancelAllOrders() to make sure all remaining orders are canceled. After that, I keep checking the balance for about 1 minute (every 5 seconds) using clob.get_balance_allowance(). During that period, it always returns 0, so I assume nothing was filled. However, in some cases, the order was actually partially filled (for example, 10 shares were filled), even though get_balance_allowance() kept returning 0. This issue happens occasionally. Is there any delay, caching, or synchronization issue that could cause get_balance_allowance() to not immediately reflect recently filled shares after an order expires or is canceled? What is the recommended way to reliably detect filled shares in this situation?

social 2026-06-01 17:03:52 Polymarket

I place a limit order and use clob.get_balance_allowance() to check how many tokens/shares have been filled. When the order expires, I call cancelAllOrders() to make sure all remaining orders are canceled. After that, I keep checking the balance for about 1 minute (every 5 seconds) using clob.get_balance_allowance(). During that period, it always returns 0, so I assume nothing was filled. However, in some cases, the order was actually partially filled (for example, 10 shares were filled), even though get_balance_allowance() kept returning 0. This issue happens occasionally. Is there any delay, caching, or synchronization issue that could cause get_balance_allowance() to not immediately reflect recently filled shares after an order expires or is canceled? What is the recommended way to reliably detect filled shares in this situation?

I place a limit order and use clob.get_balance_allowance() to check how many tokens/shares have been filled. When the order expires, I call cancelAllOrders() to make sure all remaining orders are canceled. After that, I keep checking the balance for about 1 minute (every 5 seconds) using clob.get_balance_allowance(). During that period, it always returns 0, so I assume nothing was filled. However, in some cases, the order was actually partially filled (for example, 10 shares were filled), even though get_balance_allowance() kept returning 0. This issue happens occasionally. Is there any delay, caching, or synchronization issue that could cause get_balance_allowance() to not immediately reflect recently filled shares after an order expires or is canceled? What is the recommended way to reliably detect filled shares in this situation?

social 2026-06-01 17:02:53 Polymarket

I place a limit order and use clob.get_balance_allowance() to check how many tokens/shares have been filled. When the order expires, I call cancelAllOrders() to make sure all remaining orders are canceled. After that, I keep checking the balance for about 1 minute (every 5 seconds) using clob.get_balance_allowance(). During that period, it always returns 0, so I assume nothing was filled. However, in some cases, the order was actually partially filled (for example, 10 shares were filled), even though get_balance_allowance() kept returning 0. This issue happens occasionally. Is there any delay, caching, or synchronization issue that could cause get_balance_allowance() to not immediately reflect recently filled shares after an order expires or is canceled? What is the recommended way to reliably detect filled shares in this situation?

I place a limit order and use clob.get_balance_allowance() to check how many tokens/shares have been filled. When the order expires, I call cancelAllOrders() to make sure all remaining orders are canceled. After that, I keep checking the balance for about 1 minute (every 5 seconds) using clob.get_balance_allowance(). During that period, it always returns 0, so I assume nothing was filled. However, in some cases, the order was actually partially filled (for example, 10 shares were filled), even though get_balance_allowance() kept returning 0. This issue happens occasionally. Is there any delay, caching, or synchronization issue that could cause get_balance_allowance() to not immediately reflect recently filled shares after an order expires or is canceled? What is the recommended way to reliably detect filled shares in this situation?