kalshi_call_endpoint
Call any Kalshi trade API endpoint directly using HTTP method and path, providing access to operations without dedicated tools. Paths are relative to /trade-api/v2.
Instructions
Call any Kalshi API endpoint directly, including ones with no dedicated tool loaded. Paths are relative to /trade-api/v2, so use "/markets" rather than the full URL. Prefer a dedicated tool when one exists, since those validate arguments for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body, for POST, PUT, and PATCH. | |
| path | Yes | Path relative to /trade-api/v2, with any path parameters already filled in, e.g. "/markets/INXD-24MAR15". | |
| query | No | Query string parameters. | |
| method | Yes |