秋田预测市场 · Discord 审计

lactobacillus参与话题 25消息总数 155

该用户的聊天记录定位。

Reset

聊天记录

共 155 条,显示第 101-150 条
lactobacillus 2026-06-13 00:08:32 Kalshi

thanks for reporting! working on a refactor to support this approach now. out of curiosity, how many simultaneous connections are you running?

thanks for reporting! working on a refactor to support this approach now. out of curiosity, how many simultaneous connections are you running?

lactobacillus 2026-06-12 22:17:51 Kalshi

that's how i'm reading it, too, but i've been misled by imprecisely worded documentation before and am asking about the actual server behavior

that's how i'm reading it, too, but i've been misled by imprecisely worded documentation before and am asking about the actual server behavior

lactobacillus 2026-06-12 22:12:51 Kalshi

under these new limits, is an `add_markets` with 10000 `market_tickers` one command or 10k commands?

under these new limits, is an `add_markets` with 10000 `market_tickers` one command or 10k commands?

lactobacillus 2026-06-12 22:12:38 Kalshi

https://docs.kalshi.com/changelog#june-18-2026-3 "Max 500k market subscriptions per session" / "Max 10k/s commands per second enforced" guess i'm adding sharding this weekend

https://docs.kalshi.com/changelog#june-18-2026-3 "Max 500k market subscriptions per session" / "Max 10k/s commands per second enforced" guess i'm adding sharding this weekend

lactobacillus 2026-06-12 20:41:12 Kalshi

fee rounding reinbursement showed up on my account today, thanks for taking care of this!

fee rounding reinbursement showed up on my account today, thanks for taking care of this!

lactobacillus 2026-06-12 20:40:21 Kalshi

similar context here, except i only subscribe to MVE-related tickers on this connection (so 95%+ instead of 100%). explicitly tries to avoid accumulating recv buffer, worked great until yesterday. looking forward to hearing your experience with this approach

similar context here, except i only subscribe to MVE-related tickers on this connection (so 95%+ instead of 100%). explicitly tries to avoid accumulating recv buffer, worked great until yesterday. looking forward to hearing your experience with this approach

lactobacillus 2026-06-12 07:32:32 Kalshi

dug up some old logs with "Channel error" and it was code 10 instead of 25: `{"code":10,"msg":"Channel error"}`

dug up some old logs with "Channel error" and it was code 10 instead of 25: `{"code":10,"msg":"Channel error"}`

backpressure can occur either on kalshi's end or on our end, and it can be hard to distinguish the two. i believe i have a pretty good handle on it on my end, and have taken serious effort to process incoming messages promptly and without blocking. maybe this new error message vs "Channel error" encodes some information about the source of the backpressure. or maybe it has nothing to do with backpressure at all. i am just seeking some official word about whether websocket client expectations have changed, and what those new expectations are, before speculatively sinking a bunch of effort into sharding my consumption across multiple connections

backpressure can occur either on kalshi's end or on our end, and it can be hard to distinguish the two. i believe i have a pretty good handle on it on my end, and have taken serious effort to process incoming messages promptly and without blocking. maybe this new error message vs "Channel error" encodes some information about the source of the backpressure. or maybe it has nothing to do with backpressure at all. i am just seeking some official word about whether websocket client expectations have changed, and what those new expectations are, before speculatively sinking a bunch of effort into sharding my consumption across multiple connections

lactobacillus 2026-06-12 06:52:25 Kalshi

right. prior to this release, i would get "Channel error" during backpressure instead of "Subscription buffer overflow" and it happened much less frequently. it seems that they've changed something

right. prior to this release, i would get "Channel error" during backpressure instead of "Subscription buffer overflow" and it happened much less frequently. it seems that they've changed something

i wasn't receiving skipped sequences before, it seems likely they've changed a buffer size on their end with this release. i do subscribe to a large number of markets, requiring me to start sharding would not be unreasonable. it would be nice to have official guidance about what this error means specifically

i wasn't receiving skipped sequences before, it seems likely they've changed a buffer size on their end with this release. i do subscribe to a large number of markets, requiring me to start sharding would not be unreasonable. it would be nice to have official guidance about what this error means specifically

getting a LOT of these on orderbook_delta today ``` 2026-06-11T02:27:32.871454-07:00 recv {"type":"error","sid":5,"seq":788175,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T02:37:48.037057-07:00 recv {"type":"error","sid":5,"seq":749511,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T06:27:46.255354-07:00 recv {"type":"error","sid":5,"seq":1159130,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T07:28:02.518391-07:00 recv {"type":"error","sid":5,"seq":977122,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T12:46:50.11565-07:00 recv {"type":"error","sid":5,"seq":2603712,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T12:52:09.495339-07:00 recv {"type":"error","sid":5,"seq":1135716,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T12:58:00.776629-07:00 recv {"type":"error","sid":5,"seq":1161842,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T13:05:25.052673-07:00 recv {"type":"error","sid":5,"seq":1175098,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T13:23:00.852754-07:00 recv {"type":"error","sid":5,"seq":1235265,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T14:11:02.185442-07:00 recv {"type":"error","sid":5,"seq":1492122,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T14:17:27.32136-07:00 recv {"type":"error","sid":5,"seq":1203785,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T15:12:12.074937-07:00 recv {"type":"error","sid":5,"seq":1504756,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T15:17:17.270374-07:00 recv {"type":"error","sid":5,"seq":1205601,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T15:24:10.790776-07:00 recv {"type":"error","sid":5,"seq":1246885,"msg":{"code":25,"msg":"Subscription buffer overflow"}} ```

getting a LOT of these on orderbook_delta today ``` 2026-06-11T02:27:32.871454-07:00 recv {"type":"error","sid":5,"seq":788175,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T02:37:48.037057-07:00 recv {"type":"error","sid":5,"seq":749511,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T06:27:46.255354-07:00 recv {"type":"error","sid":5,"seq":1159130,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T07:28:02.518391-07:00 recv {"type":"error","sid":5,"seq":977122,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T12:46:50.11565-07:00 recv {"type":"error","sid":5,"seq":2603712,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T12:52:09.495339-07:00 recv {"type":"error","sid":5,"seq":1135716,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T12:58:00.776629-07:00 recv {"type":"error","sid":5,"seq":1161842,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T13:05:25.052673-07:00 recv {"type":"error","sid":5,"seq":1175098,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T13:23:00.852754-07:00 recv {"type":"error","sid":5,"seq":1235265,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T14:11:02.185442-07:00 recv {"type":"error","sid":5,"seq":1492122,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T14:17:27.32136-07:00 recv {"type":"error","sid":5,"seq":1203785,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T15:12:12.074937-07:00 recv {"type":"error","sid":5,"seq":1504756,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T15:17:17.270374-07:00 recv {"type":"error","sid":5,"seq":1205601,"msg":{"code":25,"msg":"Subscription buffer overflow"}} 2026-06-11T15:24:10.790776-07:00 recv {"type":"error","sid":5,"seq":1246885,"msg":{"code":25,"msg":"Subscription buffer overflow"}} ```

lactobacillus 2026-06-12 03:07:22 Kalshi

submit more taker orders imo

submit more taker orders imo

lactobacillus 2026-06-12 01:52:21 Kalshi

65,229 as of my most recent GetMarkets walk

65,229 as of my most recent GetMarkets walk

lactobacillus 2026-06-12 01:29:57 Kalshi

(would happily press the big red button if i learned that this was causing problems, though!)

(would happily press the big red button if i learned that this was causing problems, though!)

lactobacillus 2026-06-12 01:14:16 Kalshi

there can be 2M+ open MVE markets at once these days - during busy times i've had order counts in the five digits and could push it further if i had a higher rate limit to be able to safely manage them with. and i'm not doing 1c stink bids. not at risk of exceeding the 200k limit but i'm glad i'm aware of it now

there can be 2M+ open MVE markets at once these days - during busy times i've had order counts in the five digits and could push it further if i had a higher rate limit to be able to safely manage them with. and i'm not doing 1c stink bids. not at risk of exceeding the 200k limit but i'm glad i'm aware of it now

lactobacillus 2026-06-12 00:42:33 Kalshi API 新增 200,000 resting 订单上限引发讨论

https://docs.kalshi.com/api-reference/orders/create-order "Each user is limited to 200 000 open orders at a time"

https://docs.kalshi.com/api-reference/orders/create-order "Each user is limited to 200 000 open orders at a time"

lactobacillus 2026-06-12 00:24:12 Kalshi

believe it or not, that's v1

believe it or not, that's v1

lactobacillus 2026-06-11 23:20:48 Kalshi

this was initially empty for me too, but has started reporting actual data now

this was initially empty for me too, but has started reporting actual data now

lactobacillus 2026-06-11 22:27:24 Kalshi

i'm fully migrated to v2, so no sweat disabling it at this point, just noticed the change and was curious what happened. thanks for the info!

i'm fully migrated to v2, so no sweat disabling it at this point, just noticed the change and was curious what happened. thanks for the info!

lactobacillus 2026-06-11 20:19:15 Kalshi

https://external-api.kalshi.com/trade-api/v2/account/endpoint_costs did the create order v1 costs decrease? <:JPOW:1400965831701303406>

https://external-api.kalshi.com/trade-api/v2/account/endpoint_costs did the create order v1 costs decrease? <:JPOW:1400965831701303406>

got a few `{"code":25,"msg":"Subscription buffer overflow"}` errors in the hour after maintenance ended, that's a new one to me

got a few `{"code":25,"msg":"Subscription buffer overflow"}` errors in the hour after maintenance ended, that's a new one to me

lactobacillus 2026-06-10 02:31:32 Kalshi

portfolio combo tab on web no longer links to individual KXMVE* market pages 😭

portfolio combo tab on web no longer links to individual KXMVE* market pages 😭

lactobacillus 2026-06-09 21:43:40 Kalshi

when i see arguments that latency doesn't matter, i assume the person making them is trying to defend their latency arb strategy from potential newcomers, not trying to provide truthful advice

when i see arguments that latency doesn't matter, i assume the person making them is trying to defend their latency arb strategy from potential newcomers, not trying to provide truthful advice

lactobacillus 2026-06-09 20:07:17 Kalshi 买入界面改动导致用户频繁误操作和强烈不满

i found the fill notifications with inverted prices really alarming for about a day, then got used to it. it was annoying to process the change and you'll find lots of similar sentiment from others in scrollback, but it seems unlikely that they're gonna roll it back at this point

i found the fill notifications with inverted prices really alarming for about a day, then got used to it. it was annoying to process the change and you'll find lots of similar sentiment from others in scrollback, but it seems unlikely that they're gonna roll it back at this point

lactobacillus 2026-06-09 19:16:39 Kalshi Kalshi流动性奖励计算与支付规则引发用户疑问

are may fee rounding rebates still happening? for april's, i received it the same day i received my interest credit. i received may's interest credit yesterday, but no sign of a fee rounding rebate this time

are may fee rounding rebates still happening? for april's, i received it the same day i received my interest credit. i received may's interest credit yesterday, but no sign of a fee rounding rebate this time

lactobacillus 2026-06-09 04:29:27 Kalshi

yes, i use it to discover MVE markets to trade on

yes, i use it to discover MVE markets to trade on

lactobacillus 2026-06-09 04:00:09 Kalshi

crazy number of MVE markets open right now bc of world cup, ~1.4M as of my most recent GetMarkets walk. guess this is the new normal for a couple weeks

crazy number of MVE markets open right now bc of world cup, ~1.4M as of my most recent GetMarkets walk. guess this is the new normal for a couple weeks

lactobacillus 2026-06-07 22:04:46 Kalshi

it would be interesting to have markets on the results of public company shareholder votes

it would be interesting to have markets on the results of public company shareholder votes

lactobacillus 2026-06-05 17:56:10 Kalshi

i think this is the latest word https://discord.com/channels/871819895443189862/927686720990892032/1511116938833559592

i think this is the latest word https://discord.com/channels/871819895443189862/927686720990892032/1511116938833559592

lactobacillus 2026-06-04 17:27:38 Kalshi Kalshi出现短暂无法访问及API超时

can't seem to use the new `is_block_trade` filter https://docs.kalshi.com/changelog#may-29-2026 - queries always timing out when it's set to true ``` % curl -s 'https://external-api.kalshi.com/trade-api/v2/markets/trades?is_block_trade=true' {"error":{"code":"context_deadline_exceeded","message":"context deadline exceeded","service":"query-exchange"}} ```

can't seem to use the new `is_block_trade` filter https://docs.kalshi.com/changelog#may-29-2026 - queries always timing out when it's set to true ``` % curl -s 'https://external-api.kalshi.com/trade-api/v2/markets/trades?is_block_trade=true' {"error":{"code":"context_deadline_exceeded","message":"context deadline exceeded","service":"query-exchange"}} ```

lactobacillus 2026-06-04 15:29:33 Kalshi

it's the weekly maintenance window, thursdays 3-5 AM ET. usually they just disable trading, but sometimes (like today) they take the whole exchange down. it should be back in 1.5hrs

it's the weekly maintenance window, thursdays 3-5 AM ET. usually they just disable trading, but sometimes (like today) they take the whole exchange down. it should be back in 1.5hrs

lactobacillus 2026-06-04 15:29:24 Kalshi

scam link

scam link

lactobacillus 2026-06-04 02:22:14 Kalshi

if the 17c had arrived before the 16c, the 16c would have failed, which would have cascaded into the subsequent strikes. i could reformulate this into a single take @ 23c instead of 4 separate ones at different strikes, but that could potentially result in a larger total cost than anticipated if the orderbook changed under me while the order was in flight

if the 17c had arrived before the 16c, the 16c would have failed, which would have cascaded into the subsequent strikes. i could reformulate this into a single take @ 23c instead of 4 separate ones at different strikes, but that could potentially result in a larger total cost than anticipated if the orderbook changed under me while the order was in flight

lactobacillus 2026-06-04 02:13:07 Kalshi Kalshi计划移除批量订单端点引发开发者讨论

guess i'll fire them off in parallel, pray they arrive in the order i want, and deal with the mess 1 rtt later if they're rearranged in a way that impacts execution

guess i'll fire them off in parallel, pray they arrive in the order i want, and deal with the mess 1 rtt later if they're rearranged in a way that impacts execution

lactobacillus 2026-06-04 00:37:34 Kalshi Kalshi计划移除批量订单端点引发开发者讨论

looking over my order management code, this is only important to me for placement, if batch cancel went away it would be a simple change

looking over my order management code, this is only important to me for placement, if batch cancel went away it would be a simple change

lactobacillus 2026-06-04 00:21:51 Kalshi Kalshi计划移除批量订单端点引发开发者讨论

sometimes i have a preferred order i'd like them executed in (ascending price order taking multiple strikes on a single market, e.g.), and submitting them in one batch gives me control over that, but sending many requests in parallel could result in them arriving and being executed out of order

sometimes i have a preferred order i'd like them executed in (ascending price order taking multiple strikes on a single market, e.g.), and submitting them in one batch gives me control over that, but sending many requests in parallel could result in them arriving and being executed out of order

lactobacillus 2026-06-03 22:30:42 Kalshi

kalshi amended this filing, switching from a request for cftc certification to a self-certification, accidentally(?) revealing a previously-withheld "confidential" appendix, and adding that btc perps "will initially be listed after close-of-business on June 2, 2026" https://www.cftc.gov/filings/ptc/ptc0602265036.pdf

kalshi amended this filing, switching from a request for cftc certification to a self-certification, accidentally(?) revealing a previously-withheld "confidential" appendix, and adding that btc perps "will initially be listed after close-of-business on June 2, 2026" https://www.cftc.gov/filings/ptc/ptc0602265036.pdf

lactobacillus 2026-06-03 21:09:18 Kalshi

view source

view source

lactobacillus 2026-06-03 10:43:18 Kalshi

a while ago i played with scraping the first party cfb websocket and crunching the window average numbers locally. got it to match up with the numbers on the kalshi ui, never developed it into an automated strategy bc (1) technically would violate licensing and (2) it's a crowded market and i figured others were already doing it. this probably destroys any edge that would have had

a while ago i played with scraping the first party cfb websocket and crunching the window average numbers locally. got it to match up with the numbers on the kalshi ui, never developed it into an automated strategy bc (1) technically would violate licensing and (2) it's a crowded market and i figured others were already doing it. this probably destroys any edge that would have had

lactobacillus 2026-06-03 10:32:55 Kalshi

no idea if it actually works yet, gotta plumb the index_id stuff before i can test subscribe, and not urgently motivated because i don't currently trade those markets

no idea if it actually works yet, gotta plumb the index_id stuff before i can test subscribe, and not urgently motivated because i don't currently trade those markets

lactobacillus 2026-06-03 10:25:21 Kalshi

whoa, when was this added? it's not in the asyncapi yaml spec... https://docs.kalshi.com/websockets/cfbenchmarks-value

whoa, when was this added? it's not in the asyncapi yaml spec... https://docs.kalshi.com/websockets/cfbenchmarks-value

lactobacillus 2026-06-03 10:22:53 Kalshi

https://docs.kalshi.com/websockets/public-trades

https://docs.kalshi.com/websockets/public-trades

lactobacillus 2026-06-02 23:26:16 Kalshi

strc 96c, wonder what's the blast radius of a depeg

strc 96c, wonder what's the blast radius of a depeg

lactobacillus 2026-06-02 11:42:47 Kalshi

i reduced the 2x2 down to book side on ingest before, because i sometimes place sell orders via the ui, but switched over to just reading the book side directly when i migrated my order entry over to v2

i reduced the 2x2 down to book side on ingest before, because i sometimes place sell orders via the ui, but switched over to just reading the book side directly when i migrated my order entry over to v2

lactobacillus 2026-06-02 11:26:54 Kalshi

it's going to be absolute chaos when action/side are removed from GetOrders

it's going to be absolute chaos when action/side are removed from GetOrders

lactobacillus 2026-06-02 09:52:43 Kalshi

was the exchange sharding plan scuttled? this page 404s now https://docs.kalshi.com/getting_started/exchange_sharding

was the exchange sharding plan scuttled? this page 404s now https://docs.kalshi.com/getting_started/exchange_sharding

lactobacillus 2026-06-02 09:46:07 Kalshi

rfqs are a distraction unless you're discriminating on creator_id. working directly on orderbooks gives you fill priority over rfq-ers, and with some care can be done comfortably within normal rate limits

rfqs are a distraction unless you're discriminating on creator_id. working directly on orderbooks gives you fill priority over rfq-ers, and with some care can be done comfortably within normal rate limits

lactobacillus 2026-06-01 12:42:24 Kalshi

iirc unauthenticated requests are charged against an (undocumented, smaller) per-ip bucket

iirc unauthenticated requests are charged against an (undocumented, smaller) per-ip bucket

lactobacillus 2026-06-01 12:21:39 Kalshi

with us dollars, which the federal government can create an infinite number of out of thin air

with us dollars, which the federal government can create an infinite number of out of thin air

lactobacillus 2026-06-01 12:12:28 Kalshi

life insurance = death markets

life insurance = death markets