秋田预测市场 · Discord 审计

james参与话题 16消息总数 132

该用户的聊天记录定位。

Reset

聊天记录

共 132 条,显示第 51-100 条
james 2026-06-22 04:49:48 Kalshi

TP/SL are best-effort. we could maybe add it to the API but would make the create order path slower since it isn't happening atomically in the exchange

TP/SL are best-effort. we could maybe add it to the API but would make the create order path slower since it isn't happening atomically in the exchange

james 2026-06-20 23:38:52 Kalshi

and what Yes + No looks like

and what Yes + No looks like

james 2026-06-20 23:38:46 Kalshi

I would encourage you to draw the payoff curves for Yes, No, -Yes, -No

I would encourage you to draw the payoff curves for Yes, No, -Yes, -No

james 2026-06-20 23:34:31 Kalshi

1) buy Yes at .50 and No at .50 --> do nothing 2) market (yes) goes up 3) sell Yes at .75, still holding No at .25 --> sell 1 contract at 75c 4) market goes down 5) sell No at .75 (or hold until close) --> buy 1 contract at 25c

1) buy Yes at .50 and No at .50 --> do nothing 2) market (yes) goes up 3) sell Yes at .75, still holding No at .25 --> sell 1 contract at 75c 4) market goes down 5) sell No at .75 (or hold until close) --> buy 1 contract at 25c

james 2026-06-20 23:33:58 Kalshi

in your example:

in your example:

james 2026-06-20 23:33:33 Kalshi

changing that behavior doesn't let you do anything you can't already do

changing that behavior doesn't let you do anything you can't already do

james 2026-06-20 23:32:44 Kalshi

but so does "buying no"

but so does "buying no"

james 2026-06-20 23:31:06 Kalshi

yeah you can do that

yeah you can do that

james 2026-06-20 23:30:46 Kalshi

but if you're buying yes and buying no at 50 cents, and the market drops to 25c, then yes you make 25c on the no, but you lose 25c on the yes so you're "even"

but if you're buying yes and buying no at 50 cents, and the market drops to 25c, then yes you make 25c on the no, but you lose 25c on the yes so you're "even"

the matching engine has no concept of buy no being different from sell yes. that's just a cosmetic field for the frontend. separately, there is still the reduce only flag in the v2 order create. expressiveness from v1 hasn't changed. but reduce only is a little bit strange, because it's only used when the order is aggressing. like what would you expect if you're +30, you place an order for -20. then, you place a new order for -20 that fills. so now you're +10, but you have a resting order for -20 that's "reduce only". you'd expect us to cancel that order (or decrease it?)

the matching engine has no concept of buy no being different from sell yes. that's just a cosmetic field for the frontend. separately, there is still the reduce only flag in the v2 order create. expressiveness from v1 hasn't changed. but reduce only is a little bit strange, because it's only used when the order is aggressing. like what would you expect if you're +30, you place an order for -20. then, you place a new order for -20 that fills. so now you're +10, but you have a resting order for -20 that's "reduce only". you'd expect us to cancel that order (or decrease it?)

james 2026-06-20 13:47:48 Kalshi

when you place an API order, you're asking us to invent whether this order was a buy yes or a sell no (or vice versa).

when you place an API order, you're asking us to invent whether this order was a buy yes or a sell no (or vice versa).

james 2026-06-20 13:46:24 Kalshi

not quite; yes and no doesn't exist. buy and sell still does

not quite; yes and no doesn't exist. buy and sell still does

james 2026-06-19 07:23:12 Kalshi

the backlog there was actually very short, it just wasn't quite as transparent about when users could be promoted as we would've liked

the backlog there was actually very short, it just wasn't quite as transparent about when users could be promoted as we would've liked

james 2026-06-19 06:08:19 Kalshi

you can subscribe to the changelog RSS feed

you can subscribe to the changelog RSS feed

james 2026-06-19 06:07:32 Kalshi

https://docs.kalshi.com/changelog

https://docs.kalshi.com/changelog

james 2026-06-19 06:07:11 Kalshi

the changelog

the changelog

james 2026-06-19 02:23:25 Kalshi

going to be deprecating v1 order endpoints in the near near future!

going to be deprecating v1 order endpoints in the near near future!

create order v2 currently uses "side", but that's an interesting point; I can add a synonym for book_side or something like that

create order v2 currently uses "side", but that's an interesting point; I can add a synonym for book_side or something like that

james 2026-06-13 01:57:02 Kalshi

yes you cannot have multiple accounts

yes you cannot have multiple accounts

james 2026-06-11 22:26:24 Kalshi

<@1307399713108135956> ^ since you send the original msg

<@1307399713108135956> ^ since you send the original msg

james 2026-06-11 22:22:29 Kalshi

oops, I had cherry picked a config change that didn't make it into the release. we're going to be cutting off the v1 endpoints entirely soon, so would not suggest using them

oops, I had cherry picked a config change that didn't make it into the release. we're going to be cutting off the v1 endpoints entirely soon, so would not suggest using them

james 2026-06-10 23:29:41 Kalshi

what notification would you like? we've added a bunch of updates to the changelog (like 3-4) about this, and the idea of the rate limiting is precisely this; to give you a gentle notification that something has changed rather than just having everything not work at once

what notification would you like? we've added a bunch of updates to the changelog (like 3-4) about this, and the idea of the rate limiting is precisely this; to give you a gentle notification that something has changed rather than just having everything not work at once

james 2026-06-05 23:55:25 Kalshi

you should be seeing Sell Yes, but the fees do not depend on whether you see Buy No or Sell Yes

you should be seeing Sell Yes, but the fees do not depend on whether you see Buy No or Sell Yes

james 2026-06-05 23:31:27 Kalshi

its exactly the same with v1 endpoints as v2 endpoints, the two paths merge like as soon as you make the request

its exactly the same with v1 endpoints as v2 endpoints, the two paths merge like as soon as you make the request

james 2026-06-05 02:12:53 Kalshi

(those are the only two I was thinking of)

(those are the only two I was thinking of)

james 2026-06-05 02:12:47 Kalshi

what other ones are you thinking of

what other ones are you thinking of

james 2026-06-05 02:12:42 Kalshi

there's only batch create/cancel, no?

there's only batch create/cancel, no?

james 2026-06-05 02:12:32 Kalshi

prob all

prob all

james 2026-06-05 01:39:18 Kalshi

<@1318254066752552991>

<@1318254066752552991>

james 2026-06-05 01:30:13 Kalshi

totally separate

totally separate

james 2026-06-04 04:06:19 Kalshi

but i am trying to space out changes so focusing on the order endpoint v2 migration for now

but i am trying to space out changes so focusing on the order endpoint v2 migration for now

james 2026-06-04 04:06:04 Kalshi

still on the chopping block

still on the chopping block