{"id":25698134,"url":"https://github.com/dpeachpeach/kalshi-rust","last_synced_at":"2025-07-14T10:34:27.687Z","repository":{"id":202999599,"uuid":"675464720","full_name":"dpeachpeach/kalshi-rust","owner":"dpeachpeach","description":"Kalshi trading API client/wrapper written in rust.","archived":false,"fork":false,"pushed_at":"2024-08-26T00:08:51.000Z","size":231,"stargazers_count":29,"open_issues_count":8,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-06T01:16:51.219Z","etag":null,"topics":["algorithmic-trading","kalshi","rust","trading"],"latest_commit_sha":null,"homepage":"https://docs.rs/kalshi/0.9.0/kalshi/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpeachpeach.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-07T01:46:44.000Z","updated_at":"2025-07-03T21:51:20.000Z","dependencies_parsed_at":"2023-11-13T03:21:16.962Z","dependency_job_id":"cdc19e5f-af24-4cf4-bc83-835d22745869","html_url":"https://github.com/dpeachpeach/kalshi-rust","commit_stats":null,"previous_names":["dpeachpeach/kalshi-rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpeachpeach/kalshi-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpeachpeach%2Fkalshi-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpeachpeach%2Fkalshi-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpeachpeach%2Fkalshi-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpeachpeach%2Fkalshi-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpeachpeach","download_url":"https://codeload.github.com/dpeachpeach/kalshi-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpeachpeach%2Fkalshi-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265281025,"owners_count":23739859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithmic-trading","kalshi","rust","trading"],"created_at":"2025-02-25T02:46:54.664Z","updated_at":"2025-07-14T10:34:27.636Z","avatar_url":"https://github.com/dpeachpeach.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kalshi-rust\n\n## Rust Wrapper for the Kalshi trading API\n\nThis is a wrapper for the [Kalshi](https://kalshi.com/) trading API written by and for those using Rust. \nThis wrapper is asynchronous and typically more performant than the official Python API provided by the developers, presented here: [*KalshiDevAPI*](https://github.com/Kalshi/kalshi-python).\n\n## Documentation\nRead the fully-featured docs [here](https://docs.rs/kalshi/0.9.0/kalshi/) and check the project out on [crates.io](https://crates.io/crates/kalshi/0.9.0).\n\n## Sample Bot\n\nThe Sample Bot directory is an example script that completes all the tasks required to obtain advanced API access from the developers.\n\n## Featurelist + Roadmap\n\n### HTTP Requests: ✅ \nAs of now the project supports interacting with Kalshi's RESTful API **fully**.\n\nHowever any user of this library can build a rust trading bot using this library \nif they wish!\n\nEvery function present in the library wraps around the [Kalshi Trading API](https://trading-api.readme.io/reference/getting-started).\n\n#### HTTP Feature Table\n\n| Feature                | Description                           | Status      |\n|------------------------|---------------------------------------|-------------|\n| **Auth/Login**          | Retreiving your user token       |  ✅         |\n| **Auth/Logout**         | Deleting your user token        |    ✅     |\n| **Exchange/GetSchedule**          | Retrieve Exchange Schedule     |   ✅    |\n| **Exchange/GetExchangeStatus**          | Retreive Exchange Status   |   ✅        |\n| **Portfolio/GetBalance** | Get User Balance |     ✅  |\n| **Portfolio/GetFills** | Get User's Fills that fit certain criteria|  ✅        |\n| **Portfolio/GetOrders** | Get User's orders that fit certain criteria |  ✅       |\n| **Portfolio/CreateOrder** | Submit an Order |✅         |\n| **Portfolio/BatchCreateOrders** | Submit multiple Orders |❌          |\n| **Portfolio/BatchCancelOrders** | Cancel Multiple Orders (Advanced Users Only) | ✅           |\n| **Portfolio/GetOrder** | Get a single Order | ✅          |\n| **Portfolio/CancelOrder** | Cancel an order |✅          |\n| **Portfolio/DecreaseOrder** | Decrease Order amount |✅          |\n| **Portfolio/GetPositions** | Get Positions (Get all the positions of logged in user) |✅           |\n| **Portfolio/GetPortfolioSettlements** | Get Portfolio Settlements (Get settlement history) |✅         |\n| **Market/GetEvents** | Get data about all events |✅         |\n| **Market/GetEvent** | Get data about a single event |✅         |\n| **Market/GetMarkets** | Get data about all markets |✅       |\n| **Market/GetTrades** | Get data about trades fitting certain criteria |✅           |\n| **Market/GetMarket** | Get data about a single market |✅          |\n| **Market/GetMarketHistory** | Get data about a single market's historical data |✅           |\n| **Market/GetMarketOrderBook** | Get a market's order book |✅         |\n| **Market/GetSeries** | Get data about a series |✅         |\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpeachpeach%2Fkalshi-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpeachpeach%2Fkalshi-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpeachpeach%2Fkalshi-rust/lists"}