-
Source|Task
-- | --
Kalshi | economic
Kalshi | culture
Kalshi | trending
-
Oat++ makes it easy to code up to an API spec[^1]. It is a header-only library and uses macros; they also provide examples and various modules.
[^1]: [trading-api-v2.0.json](https://github.com/user…
-
`Kalshi::get_multiple_orders` returns the cursor for pagination and a vector of orders. The cursor is represented by `Option`. The Kalshi API, however, does not seem to make the `cursor` field optiona…
-
Running `cargo test` results in many failed doctests. Many of them are only partial snippets and need some setup code. Using the ``no_run`` tag also doesn't seem to work because the `async` functions …
-
It tries to create an OrderBook with the "yes" or "no" field set to None, which raises this ValueError:
https://github.com/Kalshi/kalshi-python/blob/main/kalshi_python/models/order_book.py#L90
-
For example, get_markets() always returns a 401 error because the code generated by swagger passes empty auth settings into api_call()
https://github.com/Kalshi/kalshi-python/blob/main/kalshi_python/…
-
Currently, the user bet's page lists portfolio value and total profits. It'd be nice to have a timeseries chart to see returns over time.
Perhaps something similar to what Kalshi has: