该用户的聊天记录定位。
I get you now
I get you now
I see, just you mentioned market_positions, which is unrelated
I see, just you mentioned market_positions, which is unrelated
maybe dumb question, but you are subscribed to market_lifecycle_v2?
maybe dumb question, but you are subscribed to market_lifecycle_v2?
update, I was new to subaccounts and was missing ?subaccount=1. Crazy if you ask me, a UUID is unique enough.
update, I was new to subaccounts and was missing ?subaccount=1. Crazy if you ask me, a UUID is unique enough.
"verifies that I’m not “selling” more than my position" - you might want to look at reduce only orders
"verifies that I’m not “selling” more than my position" - you might want to look at reduce only orders
Nope, definitely got issues, can't trigger or delete order_groups 404 {"error":{"code":"not_found","message":"not found","service":"exchange"}
Nope, definitely got issues, can't trigger or delete order_groups 404 {"error":{"code":"not_found","message":"not found","service":"exchange"}
Never mind, I think I was calling it more than once
Never mind, I think I was calling it more than once
https://external-api.kalshi.com/trade-api/v2/portfolio/events/orders/b51ff469-c08c-4c44-a63b-94ee50ae9973
https://external-api.kalshi.com/trade-api/v2/portfolio/events/orders/b51ff469-c08c-4c44-a63b-94ee50ae9973
Anyone else having issues deleting orders today? I'm getting 404s for V2 delete path:
Anyone else having issues deleting orders today? I'm getting 404s for V2 delete path:
yeah, only half related to AI, because I was saying no one should need to use AI for models and endpoints
yeah, only half related to AI, because I was saying no one should need to use AI for models and endpoints
rust
rust
thanks, yeah I've got a good background in manually doing it all in python, so I hope I can spot issues
thanks, yeah I've got a good background in manually doing it all in python, so I hope I can spot issues
I imagine so, I can't see someone keeping this file aligned with code very successfully
I imagine so, I can't see someone keeping this file aligned with code very successfully
agreed, but the input is the same as the input to the API docs I think
agreed, but the input is the same as the input to the API docs I think
na, I'm with you! I don't touch AI
na, I'm with you! I don't touch AI
or rather generated code from the yaml
or rather generated code from the yaml
crossed wires, this is the yaml output
crossed wires, this is the yaml output
Dude, I'm not using AI for this
Dude, I'm not using AI for this
generated APIs come with all the same text as the docs, this is going to save me ages alone
generated APIs come with all the same text as the docs, this is going to save me ages alone
I've not found a good generator for the async one though, if anyone does, lmk please
I've not found a good generator for the async one though, if anyone does, lmk please
I would guess they are generating their docs from these files also, so any mistakes will be duplicated in the docs and by any AI
I would guess they are generating their docs from these files also, so any mistakes will be duplicated in the docs and by any AI
Using generated rust
Using generated rust
It was hiding in plain sight at the bottom of the docs landing page! https://docs.kalshi.com/welcome
It was hiding in plain sight at the bottom of the docs landing page! https://docs.kalshi.com/welcome
don't need AI at all, code gen from supplied yaml
don't need AI at all, code gen from supplied yaml
I have had great success with https://openapi-generator.tech/docs/usage/ generating models and api endpoints using this file https://docs.kalshi.com/openapi.yaml
I have had great success with https://openapi-generator.tech/docs/usage/ generating models and api endpoints using this file https://docs.kalshi.com/openapi.yaml
on orderbook_delta, there's a client_order_id field, but does this actually contain the order_id?
on orderbook_delta, there's a client_order_id field, but does this actually contain the order_id?