{ "opencollection": "1.0.0", "info": { "name": "Kalshi Trade API Manual Endpoints account multivariate API", "version": "3.19.0" }, "items": [ { "info": { "name": "multivariate", "type": "folder" }, "items": [ { "info": { "name": "Get Multivariate Event Collection", "type": "http" }, "http": { "method": "GET", "url": "https://external-api.kalshi.com/trade-api/v2/multivariate_event_collections/:collection_ticker", "params": [ { "name": "collection_ticker", "value": "", "type": "path", "description": "Collection ticker" } ] }, "docs": " Endpoint for getting data about a multivariate event collection by its ticker." }, { "info": { "name": "Create Market In Multivariate Event Collection", "type": "http" }, "http": { "method": "POST", "url": "https://external-api.kalshi.com/trade-api/v2/multivariate_event_collections/:collection_ticker", "params": [ { "name": "collection_ticker", "value": "", "type": "path", "description": "Collection ticker" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "KALSHI-ACCESS-KEY", "value": "{{KALSHI-ACCESS-KEY}}", "placement": "header" } }, "docs": "Endpoint for creating an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market. Users are limited to 5000 creations per week." }, { "info": { "name": "Get Multivariate Event Collections", "type": "http" }, "http": { "method": "GET", "url": "https://external-api.kalshi.com/trade-api/v2/multivariate_event_collections", "params": [ { "name": "status", "value": "", "type": "query", "description": "Only return collections of a certain status. Can be unopened, open, or closed." }, { "name": "associated_event_ticker", "value": "", "type": "query", "description": "Only return collections associated with a particular event ticker." }, { "name": "series_ticker", "value": "", "type": "query", "description": "Only return collections with a particular series ticker." }, { "name": "limit", "value": "", "type": "query", "description": "Specify the maximum number of results." }, { "name": "cursor", "value": "", "type": "query", "description": "The Cursor represents a pointer to the next page of records in the pagination. This optional parameter, when filled, should be filled with the cursor string returned in a previous request to this end-point." } ] }, "docs": " Endpoint for getting data about multivariate event collections." }, { "info": { "name": "Get Multivariate Event Collection Lookup History", "type": "http" }, "http": { "method": "GET", "url": "https://external-api.kalshi.com/trade-api/v2/multivariate_event_collections/:collection_ticker/lookup", "params": [ { "name": "collection_ticker", "value": "", "type": "path", "description": "Collection ticker" }, { "name": "lookback_seconds", "value": "", "type": "query", "description": "Number of seconds to look back for lookup history. Must be one of 10, 60, 300, or 3600." } ] }, "docs": "DEPRECATED: This endpoint predates RFQs and should not be used for new integrations. Endpoint for retrieving which markets in an event collection were recently looked up." }, { "info": { "name": "Lookup Tickers For Market In Multivariate Event Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://external-api.kalshi.com/trade-api/v2/multivariate_event_collections/:collection_ticker/lookup", "params": [ { "name": "collection_ticker", "value": "", "type": "path", "description": "Collection ticker" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "KALSHI-ACCESS-KEY", "value": "{{KALSHI-ACCESS-KEY}}", "placement": "header" } }, "docs": "DEPRECATED: This endpoint predates RFQs and should not be used for new integrations. Endpoint for looking up an individual market in a multivariate event collection. If CreateMarketInMultivariateEventCollection has never been hit with that variable combination before, this will return a 404." } ] } ], "bundled": true }