Are you saying order books can be entirely invalid for other reasons?
Are you saying order books can be entirely invalid for other reasons?
该用户的聊天记录定位。
Are you saying order books can be entirely invalid for other reasons?
Are you saying order books can be entirely invalid for other reasons?
Thanks!
Thanks!
And maybe don’t crash if a price comes in that doesn’t match the expected price level structure, since a change may be occurring
And maybe don’t crash if a price comes in that doesn’t match the expected price level structure, since a change may be occurring
I see, and it sounds like along with that, there aren’t great guarantees around the ordering of order book updates with respect to the structure change
I see, and it sounds like along with that, there aren’t great guarantees around the ordering of order book updates with respect to the structure change
I assume “no” was in response to my last sentence? Do you have any strategies you can recommend?
I assume “no” was in response to my last sentence? Do you have any strategies you can recommend?
Hi, so I see that we can get updated for `price_level_structure_updated` events, but how can we avoid race conditions between that and the orderbook delta updates that use the old/new price-level structures, especially if they arrive via different subscriptions? E.g., does Kalshi pause trading and wait a reasonable amount of time for people to request a snapshot of the orderbook after the update message is sent?
Hi, so I see that we can get updated for `price_level_structure_updated` events, but how can we avoid race conditions between that and the orderbook delta updates that use the old/new price-level structures, especially if they arrive via different subscriptions? E.g., does Kalshi pause trading and wait a reasonable amount of time for people to request a snapshot of the orderbook after the update message is sent?
I don't understand sequence number gaps in the live delta websocket API. Because that API uses TCP, it seems like sequence number gaps can only happen if there's either: - A bug on Kalshi's end - A bug in my application layer - Kalshi knowingly sending out a message after a gap for some reason The third option seems the most likely, but then, why would Kalshi send a delta at all if it can't be reliably be applied? Why wouldn't it either send full books or an error message like "sorry, we can't send any more updates in that seqnum stream, you'll have to refetch whole books to start applying deltas again"? Do people get value from deltas after seqnum gaps?
I don't understand sequence number gaps in the live delta websocket API. Because that API uses TCP, it seems like sequence number gaps can only happen if there's either: - A bug on Kalshi's end - A bug in my application layer - Kalshi knowingly sending out a message after a gap for some reason The third option seems the most likely, but then, why would Kalshi send a delta at all if it can't be reliably be applied? Why wouldn't it either send full books or an error message like "sorry, we can't send any more updates in that seqnum stream, you'll have to refetch whole books to start applying deltas again"? Do people get value from deltas after seqnum gaps?
I've received invites to chat by like 4 "Kalshi support channel" accounts, including one by you <@1497934052282466485> . They all look like scams? Why would Kalshi have 4 different support accounts
I've received invites to chat by like 4 "Kalshi support channel" accounts, including one by you <@1497934052282466485> . They all look like scams? Why would Kalshi have 4 different support accounts
Do you know what DC they use at least? Is it AWS?
Do you know what DC they use at least? Is it AWS?
I do plan to use WebSockets, but I also want to minimize latency due to being farther away from the DC
I do plan to use WebSockets, but I also want to minimize latency due to being farther away from the DC
Hi, how can I minimize my latency to Kalshi? E.g., is there a specific data center they operate in that I can get a VPS in?
Hi, how can I minimize my latency to Kalshi? E.g., is there a specific data center they operate in that I can get a VPS in?
If you mean Kalshi’s own historical data API, it does not have all the same data
If you mean Kalshi’s own historical data API, it does not have all the same data
Well, hopefully it’d have an API for me to pick and choose 🙂
Well, hopefully it’d have an API for me to pick and choose 🙂
Thanks. Yeah it seems to be fairly pricey and not sure if it includes full deltas
Thanks. Yeah it seems to be fairly pricey and not sure if it includes full deltas
Hi, are there any third-party providers for all possible Kalshi historical data? As in, all the deltas from streaming Kalshi updates across all the bets, for as far back as possible.
Hi, are there any third-party providers for all possible Kalshi historical data? As in, all the deltas from streaming Kalshi updates across all the bets, for as far back as possible.