秋田预测市场 · Discord 审计

VOXindie参与话题 14消息总数 410

该用户的聊天记录定位。

Reset

聊天记录

共 410 条,显示第 51-100 条
VOXindie 2026-06-28 19:23:59 Kalshi 交易 UI 自建与 AI 驱动引发的可靠性质疑

AI is surprisingly good at UI. You have to double check everything obviously, but it can get you 90% of the way there unless you're doing something crazy.

AI is surprisingly good at UI. You have to double check everything obviously, but it can get you 90% of the way there unless you're doing something crazy.

VOXindie 2026-06-28 19:22:53 Kalshi 交易 UI 自建与 AI 驱动引发的可靠性质疑

I already have a UI for what I need. Building something entirely different just for a one-off is mostly a waste of time. Even with AI you're using up credits.

I already have a UI for what I need. Building something entirely different just for a one-off is mostly a waste of time. Even with AI you're using up credits.

VOXindie 2026-06-28 10:35:56 Kalshi

Now they just need to let us nickname the subaccounts and its GG.

Now they just need to let us nickname the subaccounts and its GG.

VOXindie 2026-06-28 10:33:11 Kalshi

big pog

big pog

VOXindie 2026-06-28 10:32:57 Kalshi

big feature

big feature

VOXindie 2026-06-28 10:32:48 Kalshi

yeah I remember someone talking about it

yeah I remember someone talking about it

VOXindie 2026-06-28 10:29:30 Kalshi

oh thank god you can transfer from the UI

oh thank god you can transfer from the UI

VOXindie 2026-06-28 10:29:14 Kalshi

woo

woo

VOXindie 2026-06-28 10:22:36 Kalshi

yeah I don't want to create a whole UI and everything for it lol

yeah I don't want to create a whole UI and everything for it lol

VOXindie 2026-06-28 10:19:53 Kalshi 子账户的创建权限与移动端及 UI 功能限制

My program is designed to run multiple services. There's no good point to just slap in a random API call.

My program is designed to run multiple services. There's no good point to just slap in a random API call.

VOXindie 2026-06-28 10:19:07 Kalshi 子账户的创建权限与移动端及 UI 功能限制

nah I mean the way my setup is I'd have to jankily smash it in some startup process...not really built for one-off API calls

nah I mean the way my setup is I'd have to jankily smash it in some startup process...not really built for one-off API calls

VOXindie 2026-06-28 10:17:27 Kalshi 子账户的创建权限与移动端及 UI 功能限制

``` Creates a new subaccount for the authenticated user. This endpoint is currently only available to institutions and market makers. ```

``` Creates a new subaccount for the authenticated user. This endpoint is currently only available to institutions and market makers. ```

VOXindie 2026-06-28 10:17:10 Kalshi 子账户的创建权限与移动端及 UI 功能限制

Haven't tried yet. Creating all my API endpoints and wondering if I can even use it. The docs make it sound restricted.

Haven't tried yet. Creating all my API endpoints and wondering if I can even use it. The docs make it sound restricted.

VOXindie 2026-06-26 10:29:59 Kalshi

Anyone have any insight as to why crypto markets are consistently volatile from 10PM-11PM EST (aka rn)? Is it Asian markets?

Anyone have any insight as to why crypto markets are consistently volatile from 10PM-11PM EST (aka rn)? Is it Asian markets?

VOXindie 2026-06-26 10:28:22 Kalshi

Pretty sure the total returns are correct...the other stuff not so much

Pretty sure the total returns are correct...the other stuff not so much

VOXindie 2026-06-26 10:06:32 Kalshi

Is the UI on order history known to be a little janky? Seems to be missing some info when you buy and sell multiple times on the same market.

Is the UI on order history known to be a little janky? Seems to be missing some info when you buy and sell multiple times on the same market.

VOXindie 2026-06-26 08:51:26 Kalshi

`get-market-candlesticks` is probably the closest you'll get to orderbook history AFAIK

`get-market-candlesticks` is probably the closest you'll get to orderbook history AFAIK

VOXindie 2026-06-26 08:49:20 Kalshi

Hit the market api and run through the cursors. I know it goes back at least a couple of months. Don't think orderbook data is available.

Hit the market api and run through the cursors. I know it goes back at least a couple of months. Don't think orderbook data is available.

VOXindie 2026-06-26 07:07:01 Kalshi

<@1002414905804193863> you have the most sus name for an actual mod

<@1002414905804193863> you have the most sus name for an actual mod

VOXindie 2026-06-26 06:50:44 Kalshi

ty, my No buys are going through now.

ty, my No buys are going through now.

VOXindie 2026-06-26 06:48:10 Kalshi

I do have the YesBid price, but not sure if I trust it at the moment 😛

I do have the YesBid price, but not sure if I trust it at the moment 😛

VOXindie 2026-06-26 06:47:52 Kalshi

Yeah, but my code is all based on the pre-v2 stuff and converting it completely is not something I wanna do rn lol

Yeah, but my code is all based on the pre-v2 stuff and converting it completely is not something I wanna do rn lol

VOXindie 2026-06-26 06:47:11 Kalshi

just needed to throw in a `1-NoAsk` instead here

just needed to throw in a `1-NoAsk` instead here

VOXindie 2026-06-26 06:46:40 Kalshi

yes, the equiv of buying no ty

yes, the equiv of buying no ty

VOXindie 2026-06-26 06:43:51 Kalshi

If I'm looking to buy at equiv of No ask price, I need to place an order with `side=ask` and price it at `1.00-.03`?

If I'm looking to buy at equiv of No ask price, I need to place an order with `side=ask` and price it at `1.00-.03`?

VOXindie 2026-06-26 06:40:50 Kalshi

Think I just have this flipped.

Think I just have this flipped.

VOXindie 2026-06-26 06:37:38 Kalshi

In the WS api?

In the WS api?

VOXindie 2026-06-26 06:35:53 Kalshi API V2中No订单提交方式引发混淆

I'm screwing up something with the no side after switching to V2 order API. Gotta figure out where.

I'm screwing up something with the no side after switching to V2 order API. Gotta figure out where.

VOXindie 2026-06-26 06:34:30 Kalshi API V2中No订单提交方式引发混淆

It's confusing because the API sends no prices lol ``` { "type": "orderbook_snapshot", "sid": 2, "seq": 2, "msg": { "market_ticker": "FED-23DEC-T3.00", "market_id": "9b0f6b43-5b68-4f9f-9f02-9a2d1b8ac1a1", "yes_dollars_fp": [ [ "0.0800", "300.00" ], [ "0.2200", "333.00" ] ], "no_dollars_fp": [ [ "0.5400", "20.00" ], [ "0.5600", "146.00" ] ] } } ```

It's confusing because the API sends no prices lol ``` { "type": "orderbook_snapshot", "sid": 2, "seq": 2, "msg": { "market_ticker": "FED-23DEC-T3.00", "market_id": "9b0f6b43-5b68-4f9f-9f02-9a2d1b8ac1a1", "yes_dollars_fp": [ [ "0.0800", "300.00" ], [ "0.2200", "333.00" ] ], "no_dollars_fp": [ [ "0.5400", "20.00" ], [ "0.5600", "146.00" ] ] } } ```

VOXindie 2026-06-26 06:23:48 Kalshi API V2中No订单提交方式引发混淆

So buying a "no" should be equiv to `1m - yesBid.PriceDollars` correct? with `side=ask` assuming I'm buying top of the order book

So buying a "no" should be equiv to `1m - yesBid.PriceDollars` correct? with `side=ask` assuming I'm buying top of the order book

VOXindie 2026-06-26 06:22:01 Kalshi API V2中No订单提交方式引发混淆

yeah, I'm submitting `side=ask` for "no buys", but none of them are filling

yeah, I'm submitting `side=ask` for "no buys", but none of them are filling

VOXindie 2026-06-26 06:20:00 Kalshi API V2中No订单提交方式引发混淆

Most of my no orders are failing. My yes orders are fine. What should a "no" buy look like? Side = ask Price = ?? I was setting my price equiv to the "no ask", but I'm thinking I got it flipped around. ``` => OrderTrackingBackgroundService BuyNo order for KXBTCD-26JUN2519-T59899.99 Canceled. $0.0000/$3.3300 0.0000/5.0000. ```

Most of my no orders are failing. My yes orders are fine. What should a "no" buy look like? Side = ask Price = ?? I was setting my price equiv to the "no ask", but I'm thinking I got it flipped around. ``` => OrderTrackingBackgroundService BuyNo order for KXBTCD-26JUN2519-T59899.99 Canceled. $0.0000/$3.3300 0.0000/5.0000. ```

VOXindie 2026-06-25 10:15:43 Kalshi

us-east-2

us-east-2

VOXindie 2026-06-25 04:55:17 Kalshi

it would never lie to me

it would never lie to me

VOXindie 2026-06-25 04:48:43 Kalshi

I keep refactoring half my code base so it doesn't have time to be seen.

I keep refactoring half my code base so it doesn't have time to be seen.

VOXindie 2026-06-25 04:46:40 Kalshi

claude

claude

VOXindie 2026-06-25 04:46:06 Kalshi

only if you're not using something dirty like python 😛

only if you're not using something dirty like python 😛

VOXindie 2026-06-25 04:44:52 Kalshi

me about to commit 5 seconds ago 😅 lmao

me about to commit 5 seconds ago 😅 lmao

VOXindie 2026-06-25 04:43:05 Kalshi

I must have misclicked when paging through the docs 🤦‍♂️

I must have misclicked when paging through the docs 🤦‍♂️

VOXindie 2026-06-25 04:42:35 Kalshi

ty for confirming

ty for confirming