kalshi-typescript 3.12.0 → 3.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (978) hide show
  1. package/.openapi-generator/FILES +34 -0
  2. package/README.md +26 -2
  3. package/api/account-api.ts +64 -1
  4. package/api/api-keys-api.ts +5 -5
  5. package/api/communications-api.ts +1 -1
  6. package/api/events-api.ts +1 -10
  7. package/api/exchange-api.ts +1 -1
  8. package/api/fcm-api.ts +1 -1
  9. package/api/historical-api.ts +16 -8
  10. package/api/incentive-programs-api.ts +16 -8
  11. package/api/live-data-api.ts +1 -1
  12. package/api/market-api.ts +1 -19
  13. package/api/milestone-api.ts +1 -1
  14. package/api/multivariate-api.ts +17 -9
  15. package/api/order-groups-api.ts +1 -1
  16. package/api/orders-api.ts +541 -9
  17. package/api/portfolio-api.ts +1 -1
  18. package/api/search-api.ts +1 -1
  19. package/api/structured-targets-api.ts +1 -1
  20. package/api.ts +1 -1
  21. package/base.ts +1 -1
  22. package/common.ts +1 -1
  23. package/configuration.ts +1 -1
  24. package/dist/api/account-api.d.ts +30 -1
  25. package/dist/api/account-api.js +59 -1
  26. package/dist/api/api-keys-api.d.ts +5 -5
  27. package/dist/api/api-keys-api.js +5 -5
  28. package/dist/api/communications-api.d.ts +1 -1
  29. package/dist/api/communications-api.js +1 -1
  30. package/dist/api/events-api.d.ts +1 -1
  31. package/dist/api/events-api.js +1 -7
  32. package/dist/api/exchange-api.d.ts +1 -1
  33. package/dist/api/exchange-api.js +1 -1
  34. package/dist/api/fcm-api.d.ts +1 -1
  35. package/dist/api/fcm-api.js +1 -1
  36. package/dist/api/historical-api.d.ts +9 -5
  37. package/dist/api/historical-api.js +15 -8
  38. package/dist/api/incentive-programs-api.d.ts +9 -5
  39. package/dist/api/incentive-programs-api.js +15 -8
  40. package/dist/api/live-data-api.d.ts +1 -1
  41. package/dist/api/live-data-api.js +1 -1
  42. package/dist/api/market-api.d.ts +1 -1
  43. package/dist/api/market-api.js +1 -13
  44. package/dist/api/milestone-api.d.ts +1 -1
  45. package/dist/api/milestone-api.js +1 -1
  46. package/dist/api/multivariate-api.d.ts +17 -9
  47. package/dist/api/multivariate-api.js +17 -9
  48. package/dist/api/order-groups-api.d.ts +1 -1
  49. package/dist/api/order-groups-api.js +1 -1
  50. package/dist/api/orders-api.d.ts +232 -9
  51. package/dist/api/orders-api.js +475 -9
  52. package/dist/api/portfolio-api.d.ts +1 -1
  53. package/dist/api/portfolio-api.js +1 -1
  54. package/dist/api/search-api.d.ts +1 -1
  55. package/dist/api/search-api.js +1 -1
  56. package/dist/api/structured-targets-api.d.ts +1 -1
  57. package/dist/api/structured-targets-api.js +1 -1
  58. package/dist/api.d.ts +1 -1
  59. package/dist/api.js +1 -1
  60. package/dist/base.d.ts +1 -1
  61. package/dist/base.js +1 -1
  62. package/dist/common.d.ts +1 -1
  63. package/dist/common.js +1 -1
  64. package/dist/configuration.d.ts +1 -1
  65. package/dist/configuration.js +1 -1
  66. package/dist/esm/api/account-api.d.ts +30 -1
  67. package/dist/esm/api/account-api.js +59 -1
  68. package/dist/esm/api/api-keys-api.d.ts +5 -5
  69. package/dist/esm/api/api-keys-api.js +5 -5
  70. package/dist/esm/api/communications-api.d.ts +1 -1
  71. package/dist/esm/api/communications-api.js +1 -1
  72. package/dist/esm/api/events-api.d.ts +1 -1
  73. package/dist/esm/api/events-api.js +2 -8
  74. package/dist/esm/api/exchange-api.d.ts +1 -1
  75. package/dist/esm/api/exchange-api.js +1 -1
  76. package/dist/esm/api/fcm-api.d.ts +1 -1
  77. package/dist/esm/api/fcm-api.js +1 -1
  78. package/dist/esm/api/historical-api.d.ts +9 -5
  79. package/dist/esm/api/historical-api.js +15 -8
  80. package/dist/esm/api/incentive-programs-api.d.ts +9 -5
  81. package/dist/esm/api/incentive-programs-api.js +15 -8
  82. package/dist/esm/api/live-data-api.d.ts +1 -1
  83. package/dist/esm/api/live-data-api.js +1 -1
  84. package/dist/esm/api/market-api.d.ts +1 -1
  85. package/dist/esm/api/market-api.js +2 -14
  86. package/dist/esm/api/milestone-api.d.ts +1 -1
  87. package/dist/esm/api/milestone-api.js +1 -1
  88. package/dist/esm/api/multivariate-api.d.ts +17 -9
  89. package/dist/esm/api/multivariate-api.js +17 -9
  90. package/dist/esm/api/order-groups-api.d.ts +1 -1
  91. package/dist/esm/api/order-groups-api.js +1 -1
  92. package/dist/esm/api/orders-api.d.ts +232 -9
  93. package/dist/esm/api/orders-api.js +475 -9
  94. package/dist/esm/api/portfolio-api.d.ts +1 -1
  95. package/dist/esm/api/portfolio-api.js +1 -1
  96. package/dist/esm/api/search-api.d.ts +1 -1
  97. package/dist/esm/api/search-api.js +1 -1
  98. package/dist/esm/api/structured-targets-api.d.ts +1 -1
  99. package/dist/esm/api/structured-targets-api.js +1 -1
  100. package/dist/esm/api.d.ts +1 -1
  101. package/dist/esm/api.js +1 -1
  102. package/dist/esm/base.d.ts +1 -1
  103. package/dist/esm/base.js +1 -1
  104. package/dist/esm/common.d.ts +1 -1
  105. package/dist/esm/common.js +1 -1
  106. package/dist/esm/configuration.d.ts +1 -1
  107. package/dist/esm/configuration.js +1 -1
  108. package/dist/esm/index.d.ts +1 -1
  109. package/dist/esm/index.js +1 -1
  110. package/dist/esm/models/accept-quote-request.d.ts +1 -1
  111. package/dist/esm/models/accept-quote-request.js +1 -1
  112. package/dist/esm/models/amend-order-request.d.ts +2 -2
  113. package/dist/esm/models/amend-order-request.js +1 -1
  114. package/dist/esm/models/amend-order-response.d.ts +1 -1
  115. package/dist/esm/models/amend-order-response.js +1 -1
  116. package/dist/esm/models/amend-order-v2-request.d.ts +35 -0
  117. package/dist/esm/models/amend-order-v2-request.js +14 -0
  118. package/dist/esm/models/amend-order-v2-response.d.ts +31 -0
  119. package/dist/esm/models/amend-order-v2-response.js +14 -0
  120. package/dist/esm/models/announcement.d.ts +1 -1
  121. package/dist/esm/models/announcement.js +1 -1
  122. package/dist/esm/models/api-key.d.ts +1 -1
  123. package/dist/esm/models/api-key.js +1 -1
  124. package/dist/esm/models/apply-subaccount-transfer-request.d.ts +1 -1
  125. package/dist/esm/models/apply-subaccount-transfer-request.js +1 -1
  126. package/dist/esm/models/associated-event.d.ts +1 -1
  127. package/dist/esm/models/associated-event.js +1 -1
  128. package/dist/esm/models/batch-cancel-orders-individual-response.d.ts +2 -2
  129. package/dist/esm/models/batch-cancel-orders-individual-response.js +1 -1
  130. package/dist/esm/models/batch-cancel-orders-request-order.d.ts +1 -1
  131. package/dist/esm/models/batch-cancel-orders-request-order.js +1 -1
  132. package/dist/esm/models/batch-cancel-orders-request.d.ts +1 -1
  133. package/dist/esm/models/batch-cancel-orders-request.js +1 -1
  134. package/dist/esm/models/batch-cancel-orders-response.d.ts +1 -1
  135. package/dist/esm/models/batch-cancel-orders-response.js +1 -1
  136. package/dist/esm/models/batch-cancel-orders-v2-request-orders-inner.d.ts +21 -0
  137. package/dist/esm/models/batch-cancel-orders-v2-request-orders-inner.js +14 -0
  138. package/dist/esm/models/batch-cancel-orders-v2-request.d.ts +18 -0
  139. package/dist/esm/models/batch-cancel-orders-v2-request.js +14 -0
  140. package/dist/esm/models/batch-cancel-orders-v2-response-orders-inner.d.ts +24 -0
  141. package/dist/esm/models/batch-cancel-orders-v2-response-orders-inner.js +14 -0
  142. package/dist/esm/models/batch-cancel-orders-v2-response.d.ts +15 -0
  143. package/dist/esm/models/batch-cancel-orders-v2-response.js +14 -0
  144. package/dist/esm/models/batch-create-orders-individual-response.d.ts +1 -1
  145. package/dist/esm/models/batch-create-orders-individual-response.js +1 -1
  146. package/dist/esm/models/batch-create-orders-request.d.ts +1 -1
  147. package/dist/esm/models/batch-create-orders-request.js +1 -1
  148. package/dist/esm/models/batch-create-orders-response.d.ts +1 -1
  149. package/dist/esm/models/batch-create-orders-response.js +1 -1
  150. package/dist/esm/models/batch-create-orders-v2-request.d.ts +15 -0
  151. package/dist/esm/models/batch-create-orders-v2-request.js +14 -0
  152. package/dist/esm/models/batch-create-orders-v2-response-orders-inner.d.ts +33 -0
  153. package/dist/esm/models/batch-create-orders-v2-response-orders-inner.js +14 -0
  154. package/dist/esm/models/batch-create-orders-v2-response.d.ts +15 -0
  155. package/dist/esm/models/batch-create-orders-v2-response.js +14 -0
  156. package/dist/esm/models/batch-get-market-candlesticks-response.d.ts +1 -1
  157. package/dist/esm/models/batch-get-market-candlesticks-response.js +1 -1
  158. package/dist/esm/models/bid-ask-distribution-historical.d.ts +1 -1
  159. package/dist/esm/models/bid-ask-distribution-historical.js +1 -1
  160. package/dist/esm/models/bid-ask-distribution.d.ts +1 -1
  161. package/dist/esm/models/bid-ask-distribution.js +1 -1
  162. package/dist/esm/models/book-side.d.ts +19 -0
  163. package/dist/esm/models/book-side.js +20 -0
  164. package/dist/esm/models/cancel-order-response.d.ts +2 -2
  165. package/dist/esm/models/cancel-order-response.js +1 -1
  166. package/dist/esm/models/cancel-order-v2-response.d.ts +19 -0
  167. package/dist/esm/models/cancel-order-v2-response.js +14 -0
  168. package/dist/esm/models/create-api-key-request.d.ts +1 -1
  169. package/dist/esm/models/create-api-key-request.js +1 -1
  170. package/dist/esm/models/create-api-key-response.d.ts +1 -1
  171. package/dist/esm/models/create-api-key-response.js +1 -1
  172. package/dist/esm/models/create-market-in-multivariate-event-collection-request.d.ts +1 -1
  173. package/dist/esm/models/create-market-in-multivariate-event-collection-request.js +1 -1
  174. package/dist/esm/models/create-market-in-multivariate-event-collection-response.d.ts +1 -1
  175. package/dist/esm/models/create-market-in-multivariate-event-collection-response.js +1 -1
  176. package/dist/esm/models/create-order-group-request.d.ts +2 -2
  177. package/dist/esm/models/create-order-group-request.js +1 -1
  178. package/dist/esm/models/create-order-group-response.d.ts +1 -1
  179. package/dist/esm/models/create-order-group-response.js +1 -1
  180. package/dist/esm/models/create-order-request.d.ts +2 -2
  181. package/dist/esm/models/create-order-request.js +1 -1
  182. package/dist/esm/models/create-order-response.d.ts +1 -1
  183. package/dist/esm/models/create-order-response.js +1 -1
  184. package/dist/esm/models/create-order-v2-request.d.ts +52 -0
  185. package/dist/esm/models/create-order-v2-request.js +18 -0
  186. package/dist/esm/models/create-order-v2-response.d.ts +31 -0
  187. package/dist/esm/models/create-order-v2-response.js +14 -0
  188. package/dist/esm/models/create-quote-request.d.ts +1 -1
  189. package/dist/esm/models/create-quote-request.js +1 -1
  190. package/dist/esm/models/create-quote-response.d.ts +1 -1
  191. package/dist/esm/models/create-quote-response.js +1 -1
  192. package/dist/esm/models/create-rfqrequest.d.ts +2 -2
  193. package/dist/esm/models/create-rfqrequest.js +1 -1
  194. package/dist/esm/models/create-rfqresponse.d.ts +1 -1
  195. package/dist/esm/models/create-rfqresponse.js +1 -1
  196. package/dist/esm/models/create-subaccount-response.d.ts +1 -1
  197. package/dist/esm/models/create-subaccount-response.js +1 -1
  198. package/dist/esm/models/daily-schedule.d.ts +1 -1
  199. package/dist/esm/models/daily-schedule.js +1 -1
  200. package/dist/esm/models/decrease-order-request.d.ts +3 -3
  201. package/dist/esm/models/decrease-order-request.js +1 -1
  202. package/dist/esm/models/decrease-order-response.d.ts +1 -1
  203. package/dist/esm/models/decrease-order-response.js +1 -1
  204. package/dist/esm/models/decrease-order-v2-request.d.ts +17 -0
  205. package/dist/esm/models/decrease-order-v2-request.js +14 -0
  206. package/dist/esm/models/decrease-order-v2-response.d.ts +19 -0
  207. package/dist/esm/models/decrease-order-v2-response.js +14 -0
  208. package/dist/esm/models/endpoint-token-cost.d.ts +25 -0
  209. package/dist/esm/models/endpoint-token-cost.js +14 -0
  210. package/dist/esm/models/error-response.d.ts +1 -1
  211. package/dist/esm/models/error-response.js +1 -1
  212. package/dist/esm/models/event-data.d.ts +1 -1
  213. package/dist/esm/models/event-data.js +1 -1
  214. package/dist/esm/models/event-position.d.ts +2 -2
  215. package/dist/esm/models/event-position.js +1 -1
  216. package/dist/esm/models/exchange-instance.d.ts +1 -1
  217. package/dist/esm/models/exchange-instance.js +1 -1
  218. package/dist/esm/models/exchange-status.d.ts +1 -1
  219. package/dist/esm/models/exchange-status.js +1 -1
  220. package/dist/esm/models/fill.d.ts +2 -2
  221. package/dist/esm/models/fill.js +1 -1
  222. package/dist/esm/models/forecast-percentiles-point.d.ts +1 -1
  223. package/dist/esm/models/forecast-percentiles-point.js +1 -1
  224. package/dist/esm/models/generate-api-key-request.d.ts +1 -1
  225. package/dist/esm/models/generate-api-key-request.js +1 -1
  226. package/dist/esm/models/generate-api-key-response.d.ts +1 -1
  227. package/dist/esm/models/generate-api-key-response.js +1 -1
  228. package/dist/esm/models/get-account-api-limits-response.d.ts +1 -1
  229. package/dist/esm/models/get-account-api-limits-response.js +1 -1
  230. package/dist/esm/models/get-account-endpoint-costs-response.d.ts +22 -0
  231. package/dist/esm/models/get-account-endpoint-costs-response.js +14 -0
  232. package/dist/esm/models/get-api-keys-response.d.ts +1 -1
  233. package/dist/esm/models/get-api-keys-response.js +1 -1
  234. package/dist/esm/models/get-balance-response.d.ts +1 -1
  235. package/dist/esm/models/get-balance-response.js +1 -1
  236. package/dist/esm/models/get-communications-idresponse.d.ts +1 -1
  237. package/dist/esm/models/get-communications-idresponse.js +1 -1
  238. package/dist/esm/models/get-event-candlesticks-response.d.ts +1 -1
  239. package/dist/esm/models/get-event-candlesticks-response.js +1 -1
  240. package/dist/esm/models/get-event-forecast-percentiles-history-response.d.ts +1 -1
  241. package/dist/esm/models/get-event-forecast-percentiles-history-response.js +1 -1
  242. package/dist/esm/models/get-event-metadata-response.d.ts +1 -1
  243. package/dist/esm/models/get-event-metadata-response.js +1 -1
  244. package/dist/esm/models/get-event-response.d.ts +1 -1
  245. package/dist/esm/models/get-event-response.js +1 -1
  246. package/dist/esm/models/get-events-response.d.ts +1 -1
  247. package/dist/esm/models/get-events-response.js +1 -1
  248. package/dist/esm/models/get-exchange-announcements-response.d.ts +1 -1
  249. package/dist/esm/models/get-exchange-announcements-response.js +1 -1
  250. package/dist/esm/models/get-exchange-schedule-response.d.ts +1 -1
  251. package/dist/esm/models/get-exchange-schedule-response.js +1 -1
  252. package/dist/esm/models/get-fills-response.d.ts +1 -1
  253. package/dist/esm/models/get-fills-response.js +1 -1
  254. package/dist/esm/models/get-filters-by-sports-response.d.ts +1 -1
  255. package/dist/esm/models/get-filters-by-sports-response.js +1 -1
  256. package/dist/esm/models/get-game-stats-response.d.ts +1 -1
  257. package/dist/esm/models/get-game-stats-response.js +1 -1
  258. package/dist/esm/models/get-historical-cutoff-response.d.ts +1 -1
  259. package/dist/esm/models/get-historical-cutoff-response.js +1 -1
  260. package/dist/esm/models/get-incentive-programs-response.d.ts +1 -1
  261. package/dist/esm/models/get-incentive-programs-response.js +1 -1
  262. package/dist/esm/models/get-live-data-response.d.ts +1 -1
  263. package/dist/esm/models/get-live-data-response.js +1 -1
  264. package/dist/esm/models/get-live-datas-response.d.ts +1 -1
  265. package/dist/esm/models/get-live-datas-response.js +1 -1
  266. package/dist/esm/models/get-market-candlesticks-historical-response.d.ts +1 -1
  267. package/dist/esm/models/get-market-candlesticks-historical-response.js +1 -1
  268. package/dist/esm/models/get-market-candlesticks-response.d.ts +1 -1
  269. package/dist/esm/models/get-market-candlesticks-response.js +1 -1
  270. package/dist/esm/models/get-market-orderbook-response.d.ts +1 -1
  271. package/dist/esm/models/get-market-orderbook-response.js +1 -1
  272. package/dist/esm/models/get-market-orderbooks-response.d.ts +1 -1
  273. package/dist/esm/models/get-market-orderbooks-response.js +1 -1
  274. package/dist/esm/models/get-market-response.d.ts +1 -1
  275. package/dist/esm/models/get-market-response.js +1 -1
  276. package/dist/esm/models/get-markets-response.d.ts +1 -1
  277. package/dist/esm/models/get-markets-response.js +1 -1
  278. package/dist/esm/models/get-milestone-response.d.ts +1 -1
  279. package/dist/esm/models/get-milestone-response.js +1 -1
  280. package/dist/esm/models/get-milestones-response.d.ts +1 -1
  281. package/dist/esm/models/get-milestones-response.js +1 -1
  282. package/dist/esm/models/get-multivariate-event-collection-lookup-history-response.d.ts +1 -1
  283. package/dist/esm/models/get-multivariate-event-collection-lookup-history-response.js +1 -1
  284. package/dist/esm/models/get-multivariate-event-collection-response.d.ts +1 -1
  285. package/dist/esm/models/get-multivariate-event-collection-response.js +1 -1
  286. package/dist/esm/models/get-multivariate-event-collections-response.d.ts +1 -1
  287. package/dist/esm/models/get-multivariate-event-collections-response.js +1 -1
  288. package/dist/esm/models/get-multivariate-events-response.d.ts +1 -1
  289. package/dist/esm/models/get-multivariate-events-response.js +1 -1
  290. package/dist/esm/models/get-order-group-response.d.ts +2 -2
  291. package/dist/esm/models/get-order-group-response.js +1 -1
  292. package/dist/esm/models/get-order-groups-response.d.ts +1 -1
  293. package/dist/esm/models/get-order-groups-response.js +1 -1
  294. package/dist/esm/models/get-order-queue-position-response.d.ts +2 -2
  295. package/dist/esm/models/get-order-queue-position-response.js +1 -1
  296. package/dist/esm/models/get-order-queue-positions-response.d.ts +1 -1
  297. package/dist/esm/models/get-order-queue-positions-response.js +1 -1
  298. package/dist/esm/models/get-order-response.d.ts +1 -1
  299. package/dist/esm/models/get-order-response.js +1 -1
  300. package/dist/esm/models/get-orders-response.d.ts +1 -1
  301. package/dist/esm/models/get-orders-response.js +1 -1
  302. package/dist/esm/models/get-portfolio-resting-order-total-value-response.d.ts +1 -1
  303. package/dist/esm/models/get-portfolio-resting-order-total-value-response.js +1 -1
  304. package/dist/esm/models/get-positions-response.d.ts +1 -1
  305. package/dist/esm/models/get-positions-response.js +1 -1
  306. package/dist/esm/models/get-quote-response.d.ts +1 -1
  307. package/dist/esm/models/get-quote-response.js +1 -1
  308. package/dist/esm/models/get-quotes-response.d.ts +1 -1
  309. package/dist/esm/models/get-quotes-response.js +1 -1
  310. package/dist/esm/models/get-rfqresponse.d.ts +1 -1
  311. package/dist/esm/models/get-rfqresponse.js +1 -1
  312. package/dist/esm/models/get-rfqs-response.d.ts +1 -1
  313. package/dist/esm/models/get-rfqs-response.js +1 -1
  314. package/dist/esm/models/get-series-fee-changes-response.d.ts +1 -1
  315. package/dist/esm/models/get-series-fee-changes-response.js +1 -1
  316. package/dist/esm/models/get-series-list-response.d.ts +1 -1
  317. package/dist/esm/models/get-series-list-response.js +1 -1
  318. package/dist/esm/models/get-series-response.d.ts +1 -1
  319. package/dist/esm/models/get-series-response.js +1 -1
  320. package/dist/esm/models/get-settlements-response.d.ts +1 -1
  321. package/dist/esm/models/get-settlements-response.js +1 -1
  322. package/dist/esm/models/get-structured-target-response.d.ts +1 -1
  323. package/dist/esm/models/get-structured-target-response.js +1 -1
  324. package/dist/esm/models/get-structured-targets-response.d.ts +1 -1
  325. package/dist/esm/models/get-structured-targets-response.js +1 -1
  326. package/dist/esm/models/get-subaccount-balances-response.d.ts +1 -1
  327. package/dist/esm/models/get-subaccount-balances-response.js +1 -1
  328. package/dist/esm/models/get-subaccount-netting-response.d.ts +1 -1
  329. package/dist/esm/models/get-subaccount-netting-response.js +1 -1
  330. package/dist/esm/models/get-subaccount-transfers-response.d.ts +1 -1
  331. package/dist/esm/models/get-subaccount-transfers-response.js +1 -1
  332. package/dist/esm/models/get-tags-for-series-categories-response.d.ts +1 -1
  333. package/dist/esm/models/get-tags-for-series-categories-response.js +1 -1
  334. package/dist/esm/models/get-trades-response.d.ts +1 -1
  335. package/dist/esm/models/get-trades-response.js +1 -1
  336. package/dist/esm/models/get-user-data-timestamp-response.d.ts +1 -1
  337. package/dist/esm/models/get-user-data-timestamp-response.js +1 -1
  338. package/dist/esm/models/incentive-program.d.ts +6 -2
  339. package/dist/esm/models/incentive-program.js +1 -1
  340. package/dist/esm/models/index.d.ts +17 -0
  341. package/dist/esm/models/index.js +17 -0
  342. package/dist/esm/models/intra-exchange-instance-transfer-request.d.ts +1 -1
  343. package/dist/esm/models/intra-exchange-instance-transfer-request.js +1 -1
  344. package/dist/esm/models/intra-exchange-instance-transfer-response.d.ts +1 -1
  345. package/dist/esm/models/intra-exchange-instance-transfer-response.js +1 -1
  346. package/dist/esm/models/live-data.d.ts +1 -1
  347. package/dist/esm/models/live-data.js +1 -1
  348. package/dist/esm/models/lookup-point.d.ts +1 -1
  349. package/dist/esm/models/lookup-point.js +1 -1
  350. package/dist/esm/models/lookup-tickers-for-market-in-multivariate-event-collection-request.d.ts +1 -1
  351. package/dist/esm/models/lookup-tickers-for-market-in-multivariate-event-collection-request.js +1 -1
  352. package/dist/esm/models/lookup-tickers-for-market-in-multivariate-event-collection-response.d.ts +1 -1
  353. package/dist/esm/models/lookup-tickers-for-market-in-multivariate-event-collection-response.js +1 -1
  354. package/dist/esm/models/maintenance-window.d.ts +1 -1
  355. package/dist/esm/models/maintenance-window.js +1 -1
  356. package/dist/esm/models/market-candlestick-historical.d.ts +3 -3
  357. package/dist/esm/models/market-candlestick-historical.js +1 -1
  358. package/dist/esm/models/market-candlestick.d.ts +3 -3
  359. package/dist/esm/models/market-candlestick.js +1 -1
  360. package/dist/esm/models/market-candlesticks-response.d.ts +1 -1
  361. package/dist/esm/models/market-candlesticks-response.js +1 -1
  362. package/dist/esm/models/market-metadata.d.ts +1 -1
  363. package/dist/esm/models/market-metadata.js +1 -1
  364. package/dist/esm/models/market-orderbook-fp.d.ts +1 -1
  365. package/dist/esm/models/market-orderbook-fp.js +1 -1
  366. package/dist/esm/models/market-position.d.ts +2 -2
  367. package/dist/esm/models/market-position.js +1 -1
  368. package/dist/esm/models/market.d.ts +10 -6
  369. package/dist/esm/models/market.js +1 -1
  370. package/dist/esm/models/milestone.d.ts +1 -1
  371. package/dist/esm/models/milestone.js +1 -1
  372. package/dist/esm/models/multivariate-event-collection.d.ts +1 -1
  373. package/dist/esm/models/multivariate-event-collection.js +1 -1
  374. package/dist/esm/models/mve-selected-leg.d.ts +1 -1
  375. package/dist/esm/models/mve-selected-leg.js +1 -1
  376. package/dist/esm/models/order-group.d.ts +2 -2
  377. package/dist/esm/models/order-group.js +1 -1
  378. package/dist/esm/models/order-queue-position.d.ts +2 -2
  379. package/dist/esm/models/order-queue-position.js +1 -1
  380. package/dist/esm/models/order-status.d.ts +1 -1
  381. package/dist/esm/models/order-status.js +1 -1
  382. package/dist/esm/models/order.d.ts +4 -4
  383. package/dist/esm/models/order.js +1 -1
  384. package/dist/esm/models/orderbook-count-fp.d.ts +1 -1
  385. package/dist/esm/models/orderbook-count-fp.js +1 -1
  386. package/dist/esm/models/percentile-point.d.ts +1 -1
  387. package/dist/esm/models/percentile-point.js +1 -1
  388. package/dist/esm/models/play-by-play-periods-inner.d.ts +1 -1
  389. package/dist/esm/models/play-by-play-periods-inner.js +1 -1
  390. package/dist/esm/models/play-by-play.d.ts +1 -1
  391. package/dist/esm/models/play-by-play.js +1 -1
  392. package/dist/esm/models/price-distribution-historical.d.ts +1 -1
  393. package/dist/esm/models/price-distribution-historical.js +1 -1
  394. package/dist/esm/models/price-distribution.d.ts +1 -1
  395. package/dist/esm/models/price-distribution.js +1 -1
  396. package/dist/esm/models/price-range.d.ts +1 -1
  397. package/dist/esm/models/price-range.js +1 -1
  398. package/dist/esm/models/quote.d.ts +12 -4
  399. package/dist/esm/models/quote.js +1 -1
  400. package/dist/esm/models/rfq.d.ts +6 -2
  401. package/dist/esm/models/rfq.js +1 -1
  402. package/dist/esm/models/schedule.d.ts +1 -1
  403. package/dist/esm/models/schedule.js +1 -1
  404. package/dist/esm/models/scope-list.d.ts +1 -1
  405. package/dist/esm/models/scope-list.js +1 -1
  406. package/dist/esm/models/self-trade-prevention-type.d.ts +1 -1
  407. package/dist/esm/models/self-trade-prevention-type.js +1 -1
  408. package/dist/esm/models/series-fee-change.d.ts +1 -1
  409. package/dist/esm/models/series-fee-change.js +1 -1
  410. package/dist/esm/models/series.d.ts +2 -2
  411. package/dist/esm/models/series.js +1 -1
  412. package/dist/esm/models/settlement-source.d.ts +1 -1
  413. package/dist/esm/models/settlement-source.js +1 -1
  414. package/dist/esm/models/settlement.d.ts +3 -3
  415. package/dist/esm/models/settlement.js +1 -1
  416. package/dist/esm/models/sport-filter-details.d.ts +1 -1
  417. package/dist/esm/models/sport-filter-details.js +1 -1
  418. package/dist/esm/models/structured-target.d.ts +1 -1
  419. package/dist/esm/models/structured-target.js +1 -1
  420. package/dist/esm/models/subaccount-balance.d.ts +1 -1
  421. package/dist/esm/models/subaccount-balance.js +1 -1
  422. package/dist/esm/models/subaccount-netting-config.d.ts +1 -1
  423. package/dist/esm/models/subaccount-netting-config.js +1 -1
  424. package/dist/esm/models/subaccount-transfer.d.ts +1 -1
  425. package/dist/esm/models/subaccount-transfer.js +1 -1
  426. package/dist/esm/models/ticker-pair.d.ts +1 -1
  427. package/dist/esm/models/ticker-pair.js +1 -1
  428. package/dist/esm/models/trade.d.ts +2 -2
  429. package/dist/esm/models/trade.js +1 -1
  430. package/dist/esm/models/update-order-group-limit-request.d.ts +2 -2
  431. package/dist/esm/models/update-order-group-limit-request.js +1 -1
  432. package/dist/esm/models/update-subaccount-netting-request.d.ts +1 -1
  433. package/dist/esm/models/update-subaccount-netting-request.js +1 -1
  434. package/dist/esm/models/weekly-schedule.d.ts +1 -1
  435. package/dist/esm/models/weekly-schedule.js +1 -1
  436. package/dist/index.d.ts +1 -1
  437. package/dist/index.js +1 -1
  438. package/dist/models/accept-quote-request.d.ts +1 -1
  439. package/dist/models/accept-quote-request.js +1 -1
  440. package/dist/models/amend-order-request.d.ts +2 -2
  441. package/dist/models/amend-order-request.js +1 -1
  442. package/dist/models/amend-order-response.d.ts +1 -1
  443. package/dist/models/amend-order-response.js +1 -1
  444. package/dist/models/amend-order-v2-request.d.ts +35 -0
  445. package/dist/models/amend-order-v2-request.js +15 -0
  446. package/dist/models/amend-order-v2-response.d.ts +31 -0
  447. package/dist/models/amend-order-v2-response.js +15 -0
  448. package/dist/models/announcement.d.ts +1 -1
  449. package/dist/models/announcement.js +1 -1
  450. package/dist/models/api-key.d.ts +1 -1
  451. package/dist/models/api-key.js +1 -1
  452. package/dist/models/apply-subaccount-transfer-request.d.ts +1 -1
  453. package/dist/models/apply-subaccount-transfer-request.js +1 -1
  454. package/dist/models/associated-event.d.ts +1 -1
  455. package/dist/models/associated-event.js +1 -1
  456. package/dist/models/batch-cancel-orders-individual-response.d.ts +2 -2
  457. package/dist/models/batch-cancel-orders-individual-response.js +1 -1
  458. package/dist/models/batch-cancel-orders-request-order.d.ts +1 -1
  459. package/dist/models/batch-cancel-orders-request-order.js +1 -1
  460. package/dist/models/batch-cancel-orders-request.d.ts +1 -1
  461. package/dist/models/batch-cancel-orders-request.js +1 -1
  462. package/dist/models/batch-cancel-orders-response.d.ts +1 -1
  463. package/dist/models/batch-cancel-orders-response.js +1 -1
  464. package/dist/models/batch-cancel-orders-v2-request-orders-inner.d.ts +21 -0
  465. package/dist/models/batch-cancel-orders-v2-request-orders-inner.js +15 -0
  466. package/dist/models/batch-cancel-orders-v2-request.d.ts +18 -0
  467. package/dist/models/batch-cancel-orders-v2-request.js +15 -0
  468. package/dist/models/batch-cancel-orders-v2-response-orders-inner.d.ts +24 -0
  469. package/dist/models/batch-cancel-orders-v2-response-orders-inner.js +15 -0
  470. package/dist/models/batch-cancel-orders-v2-response.d.ts +15 -0
  471. package/dist/models/batch-cancel-orders-v2-response.js +15 -0
  472. package/dist/models/batch-create-orders-individual-response.d.ts +1 -1
  473. package/dist/models/batch-create-orders-individual-response.js +1 -1
  474. package/dist/models/batch-create-orders-request.d.ts +1 -1
  475. package/dist/models/batch-create-orders-request.js +1 -1
  476. package/dist/models/batch-create-orders-response.d.ts +1 -1
  477. package/dist/models/batch-create-orders-response.js +1 -1
  478. package/dist/models/batch-create-orders-v2-request.d.ts +15 -0
  479. package/dist/models/batch-create-orders-v2-request.js +15 -0
  480. package/dist/models/batch-create-orders-v2-response-orders-inner.d.ts +33 -0
  481. package/dist/models/batch-create-orders-v2-response-orders-inner.js +15 -0
  482. package/dist/models/batch-create-orders-v2-response.d.ts +15 -0
  483. package/dist/models/batch-create-orders-v2-response.js +15 -0
  484. package/dist/models/batch-get-market-candlesticks-response.d.ts +1 -1
  485. package/dist/models/batch-get-market-candlesticks-response.js +1 -1
  486. package/dist/models/bid-ask-distribution-historical.d.ts +1 -1
  487. package/dist/models/bid-ask-distribution-historical.js +1 -1
  488. package/dist/models/bid-ask-distribution.d.ts +1 -1
  489. package/dist/models/bid-ask-distribution.js +1 -1
  490. package/dist/models/book-side.d.ts +19 -0
  491. package/dist/models/book-side.js +23 -0
  492. package/dist/models/cancel-order-response.d.ts +2 -2
  493. package/dist/models/cancel-order-response.js +1 -1
  494. package/dist/models/cancel-order-v2-response.d.ts +19 -0
  495. package/dist/models/cancel-order-v2-response.js +15 -0
  496. package/dist/models/create-api-key-request.d.ts +1 -1
  497. package/dist/models/create-api-key-request.js +1 -1
  498. package/dist/models/create-api-key-response.d.ts +1 -1
  499. package/dist/models/create-api-key-response.js +1 -1
  500. package/dist/models/create-market-in-multivariate-event-collection-request.d.ts +1 -1
  501. package/dist/models/create-market-in-multivariate-event-collection-request.js +1 -1
  502. package/dist/models/create-market-in-multivariate-event-collection-response.d.ts +1 -1
  503. package/dist/models/create-market-in-multivariate-event-collection-response.js +1 -1
  504. package/dist/models/create-order-group-request.d.ts +2 -2
  505. package/dist/models/create-order-group-request.js +1 -1
  506. package/dist/models/create-order-group-response.d.ts +1 -1
  507. package/dist/models/create-order-group-response.js +1 -1
  508. package/dist/models/create-order-request.d.ts +2 -2
  509. package/dist/models/create-order-request.js +1 -1
  510. package/dist/models/create-order-response.d.ts +1 -1
  511. package/dist/models/create-order-response.js +1 -1
  512. package/dist/models/create-order-v2-request.d.ts +52 -0
  513. package/dist/models/create-order-v2-request.js +21 -0
  514. package/dist/models/create-order-v2-response.d.ts +31 -0
  515. package/dist/models/create-order-v2-response.js +15 -0
  516. package/dist/models/create-quote-request.d.ts +1 -1
  517. package/dist/models/create-quote-request.js +1 -1
  518. package/dist/models/create-quote-response.d.ts +1 -1
  519. package/dist/models/create-quote-response.js +1 -1
  520. package/dist/models/create-rfqrequest.d.ts +2 -2
  521. package/dist/models/create-rfqrequest.js +1 -1
  522. package/dist/models/create-rfqresponse.d.ts +1 -1
  523. package/dist/models/create-rfqresponse.js +1 -1
  524. package/dist/models/create-subaccount-response.d.ts +1 -1
  525. package/dist/models/create-subaccount-response.js +1 -1
  526. package/dist/models/daily-schedule.d.ts +1 -1
  527. package/dist/models/daily-schedule.js +1 -1
  528. package/dist/models/decrease-order-request.d.ts +3 -3
  529. package/dist/models/decrease-order-request.js +1 -1
  530. package/dist/models/decrease-order-response.d.ts +1 -1
  531. package/dist/models/decrease-order-response.js +1 -1
  532. package/dist/models/decrease-order-v2-request.d.ts +17 -0
  533. package/dist/models/decrease-order-v2-request.js +15 -0
  534. package/dist/models/decrease-order-v2-response.d.ts +19 -0
  535. package/dist/models/decrease-order-v2-response.js +15 -0
  536. package/dist/models/endpoint-token-cost.d.ts +25 -0
  537. package/dist/models/endpoint-token-cost.js +15 -0
  538. package/dist/models/error-response.d.ts +1 -1
  539. package/dist/models/error-response.js +1 -1
  540. package/dist/models/event-data.d.ts +1 -1
  541. package/dist/models/event-data.js +1 -1
  542. package/dist/models/event-position.d.ts +2 -2
  543. package/dist/models/event-position.js +1 -1
  544. package/dist/models/exchange-instance.d.ts +1 -1
  545. package/dist/models/exchange-instance.js +1 -1
  546. package/dist/models/exchange-status.d.ts +1 -1
  547. package/dist/models/exchange-status.js +1 -1
  548. package/dist/models/fill.d.ts +2 -2
  549. package/dist/models/fill.js +1 -1
  550. package/dist/models/forecast-percentiles-point.d.ts +1 -1
  551. package/dist/models/forecast-percentiles-point.js +1 -1
  552. package/dist/models/generate-api-key-request.d.ts +1 -1
  553. package/dist/models/generate-api-key-request.js +1 -1
  554. package/dist/models/generate-api-key-response.d.ts +1 -1
  555. package/dist/models/generate-api-key-response.js +1 -1
  556. package/dist/models/get-account-api-limits-response.d.ts +1 -1
  557. package/dist/models/get-account-api-limits-response.js +1 -1
  558. package/dist/models/get-account-endpoint-costs-response.d.ts +22 -0
  559. package/dist/models/get-account-endpoint-costs-response.js +15 -0
  560. package/dist/models/get-api-keys-response.d.ts +1 -1
  561. package/dist/models/get-api-keys-response.js +1 -1
  562. package/dist/models/get-balance-response.d.ts +1 -1
  563. package/dist/models/get-balance-response.js +1 -1
  564. package/dist/models/get-communications-idresponse.d.ts +1 -1
  565. package/dist/models/get-communications-idresponse.js +1 -1
  566. package/dist/models/get-event-candlesticks-response.d.ts +1 -1
  567. package/dist/models/get-event-candlesticks-response.js +1 -1
  568. package/dist/models/get-event-forecast-percentiles-history-response.d.ts +1 -1
  569. package/dist/models/get-event-forecast-percentiles-history-response.js +1 -1
  570. package/dist/models/get-event-metadata-response.d.ts +1 -1
  571. package/dist/models/get-event-metadata-response.js +1 -1
  572. package/dist/models/get-event-response.d.ts +1 -1
  573. package/dist/models/get-event-response.js +1 -1
  574. package/dist/models/get-events-response.d.ts +1 -1
  575. package/dist/models/get-events-response.js +1 -1
  576. package/dist/models/get-exchange-announcements-response.d.ts +1 -1
  577. package/dist/models/get-exchange-announcements-response.js +1 -1
  578. package/dist/models/get-exchange-schedule-response.d.ts +1 -1
  579. package/dist/models/get-exchange-schedule-response.js +1 -1
  580. package/dist/models/get-fills-response.d.ts +1 -1
  581. package/dist/models/get-fills-response.js +1 -1
  582. package/dist/models/get-filters-by-sports-response.d.ts +1 -1
  583. package/dist/models/get-filters-by-sports-response.js +1 -1
  584. package/dist/models/get-game-stats-response.d.ts +1 -1
  585. package/dist/models/get-game-stats-response.js +1 -1
  586. package/dist/models/get-historical-cutoff-response.d.ts +1 -1
  587. package/dist/models/get-historical-cutoff-response.js +1 -1
  588. package/dist/models/get-incentive-programs-response.d.ts +1 -1
  589. package/dist/models/get-incentive-programs-response.js +1 -1
  590. package/dist/models/get-live-data-response.d.ts +1 -1
  591. package/dist/models/get-live-data-response.js +1 -1
  592. package/dist/models/get-live-datas-response.d.ts +1 -1
  593. package/dist/models/get-live-datas-response.js +1 -1
  594. package/dist/models/get-market-candlesticks-historical-response.d.ts +1 -1
  595. package/dist/models/get-market-candlesticks-historical-response.js +1 -1
  596. package/dist/models/get-market-candlesticks-response.d.ts +1 -1
  597. package/dist/models/get-market-candlesticks-response.js +1 -1
  598. package/dist/models/get-market-orderbook-response.d.ts +1 -1
  599. package/dist/models/get-market-orderbook-response.js +1 -1
  600. package/dist/models/get-market-orderbooks-response.d.ts +1 -1
  601. package/dist/models/get-market-orderbooks-response.js +1 -1
  602. package/dist/models/get-market-response.d.ts +1 -1
  603. package/dist/models/get-market-response.js +1 -1
  604. package/dist/models/get-markets-response.d.ts +1 -1
  605. package/dist/models/get-markets-response.js +1 -1
  606. package/dist/models/get-milestone-response.d.ts +1 -1
  607. package/dist/models/get-milestone-response.js +1 -1
  608. package/dist/models/get-milestones-response.d.ts +1 -1
  609. package/dist/models/get-milestones-response.js +1 -1
  610. package/dist/models/get-multivariate-event-collection-lookup-history-response.d.ts +1 -1
  611. package/dist/models/get-multivariate-event-collection-lookup-history-response.js +1 -1
  612. package/dist/models/get-multivariate-event-collection-response.d.ts +1 -1
  613. package/dist/models/get-multivariate-event-collection-response.js +1 -1
  614. package/dist/models/get-multivariate-event-collections-response.d.ts +1 -1
  615. package/dist/models/get-multivariate-event-collections-response.js +1 -1
  616. package/dist/models/get-multivariate-events-response.d.ts +1 -1
  617. package/dist/models/get-multivariate-events-response.js +1 -1
  618. package/dist/models/get-order-group-response.d.ts +2 -2
  619. package/dist/models/get-order-group-response.js +1 -1
  620. package/dist/models/get-order-groups-response.d.ts +1 -1
  621. package/dist/models/get-order-groups-response.js +1 -1
  622. package/dist/models/get-order-queue-position-response.d.ts +2 -2
  623. package/dist/models/get-order-queue-position-response.js +1 -1
  624. package/dist/models/get-order-queue-positions-response.d.ts +1 -1
  625. package/dist/models/get-order-queue-positions-response.js +1 -1
  626. package/dist/models/get-order-response.d.ts +1 -1
  627. package/dist/models/get-order-response.js +1 -1
  628. package/dist/models/get-orders-response.d.ts +1 -1
  629. package/dist/models/get-orders-response.js +1 -1
  630. package/dist/models/get-portfolio-resting-order-total-value-response.d.ts +1 -1
  631. package/dist/models/get-portfolio-resting-order-total-value-response.js +1 -1
  632. package/dist/models/get-positions-response.d.ts +1 -1
  633. package/dist/models/get-positions-response.js +1 -1
  634. package/dist/models/get-quote-response.d.ts +1 -1
  635. package/dist/models/get-quote-response.js +1 -1
  636. package/dist/models/get-quotes-response.d.ts +1 -1
  637. package/dist/models/get-quotes-response.js +1 -1
  638. package/dist/models/get-rfqresponse.d.ts +1 -1
  639. package/dist/models/get-rfqresponse.js +1 -1
  640. package/dist/models/get-rfqs-response.d.ts +1 -1
  641. package/dist/models/get-rfqs-response.js +1 -1
  642. package/dist/models/get-series-fee-changes-response.d.ts +1 -1
  643. package/dist/models/get-series-fee-changes-response.js +1 -1
  644. package/dist/models/get-series-list-response.d.ts +1 -1
  645. package/dist/models/get-series-list-response.js +1 -1
  646. package/dist/models/get-series-response.d.ts +1 -1
  647. package/dist/models/get-series-response.js +1 -1
  648. package/dist/models/get-settlements-response.d.ts +1 -1
  649. package/dist/models/get-settlements-response.js +1 -1
  650. package/dist/models/get-structured-target-response.d.ts +1 -1
  651. package/dist/models/get-structured-target-response.js +1 -1
  652. package/dist/models/get-structured-targets-response.d.ts +1 -1
  653. package/dist/models/get-structured-targets-response.js +1 -1
  654. package/dist/models/get-subaccount-balances-response.d.ts +1 -1
  655. package/dist/models/get-subaccount-balances-response.js +1 -1
  656. package/dist/models/get-subaccount-netting-response.d.ts +1 -1
  657. package/dist/models/get-subaccount-netting-response.js +1 -1
  658. package/dist/models/get-subaccount-transfers-response.d.ts +1 -1
  659. package/dist/models/get-subaccount-transfers-response.js +1 -1
  660. package/dist/models/get-tags-for-series-categories-response.d.ts +1 -1
  661. package/dist/models/get-tags-for-series-categories-response.js +1 -1
  662. package/dist/models/get-trades-response.d.ts +1 -1
  663. package/dist/models/get-trades-response.js +1 -1
  664. package/dist/models/get-user-data-timestamp-response.d.ts +1 -1
  665. package/dist/models/get-user-data-timestamp-response.js +1 -1
  666. package/dist/models/incentive-program.d.ts +6 -2
  667. package/dist/models/incentive-program.js +1 -1
  668. package/dist/models/index.d.ts +17 -0
  669. package/dist/models/index.js +17 -0
  670. package/dist/models/intra-exchange-instance-transfer-request.d.ts +1 -1
  671. package/dist/models/intra-exchange-instance-transfer-request.js +1 -1
  672. package/dist/models/intra-exchange-instance-transfer-response.d.ts +1 -1
  673. package/dist/models/intra-exchange-instance-transfer-response.js +1 -1
  674. package/dist/models/live-data.d.ts +1 -1
  675. package/dist/models/live-data.js +1 -1
  676. package/dist/models/lookup-point.d.ts +1 -1
  677. package/dist/models/lookup-point.js +1 -1
  678. package/dist/models/lookup-tickers-for-market-in-multivariate-event-collection-request.d.ts +1 -1
  679. package/dist/models/lookup-tickers-for-market-in-multivariate-event-collection-request.js +1 -1
  680. package/dist/models/lookup-tickers-for-market-in-multivariate-event-collection-response.d.ts +1 -1
  681. package/dist/models/lookup-tickers-for-market-in-multivariate-event-collection-response.js +1 -1
  682. package/dist/models/maintenance-window.d.ts +1 -1
  683. package/dist/models/maintenance-window.js +1 -1
  684. package/dist/models/market-candlestick-historical.d.ts +3 -3
  685. package/dist/models/market-candlestick-historical.js +1 -1
  686. package/dist/models/market-candlestick.d.ts +3 -3
  687. package/dist/models/market-candlestick.js +1 -1
  688. package/dist/models/market-candlesticks-response.d.ts +1 -1
  689. package/dist/models/market-candlesticks-response.js +1 -1
  690. package/dist/models/market-metadata.d.ts +1 -1
  691. package/dist/models/market-metadata.js +1 -1
  692. package/dist/models/market-orderbook-fp.d.ts +1 -1
  693. package/dist/models/market-orderbook-fp.js +1 -1
  694. package/dist/models/market-position.d.ts +2 -2
  695. package/dist/models/market-position.js +1 -1
  696. package/dist/models/market.d.ts +10 -6
  697. package/dist/models/market.js +1 -1
  698. package/dist/models/milestone.d.ts +1 -1
  699. package/dist/models/milestone.js +1 -1
  700. package/dist/models/multivariate-event-collection.d.ts +1 -1
  701. package/dist/models/multivariate-event-collection.js +1 -1
  702. package/dist/models/mve-selected-leg.d.ts +1 -1
  703. package/dist/models/mve-selected-leg.js +1 -1
  704. package/dist/models/order-group.d.ts +2 -2
  705. package/dist/models/order-group.js +1 -1
  706. package/dist/models/order-queue-position.d.ts +2 -2
  707. package/dist/models/order-queue-position.js +1 -1
  708. package/dist/models/order-status.d.ts +1 -1
  709. package/dist/models/order-status.js +1 -1
  710. package/dist/models/order.d.ts +4 -4
  711. package/dist/models/order.js +1 -1
  712. package/dist/models/orderbook-count-fp.d.ts +1 -1
  713. package/dist/models/orderbook-count-fp.js +1 -1
  714. package/dist/models/percentile-point.d.ts +1 -1
  715. package/dist/models/percentile-point.js +1 -1
  716. package/dist/models/play-by-play-periods-inner.d.ts +1 -1
  717. package/dist/models/play-by-play-periods-inner.js +1 -1
  718. package/dist/models/play-by-play.d.ts +1 -1
  719. package/dist/models/play-by-play.js +1 -1
  720. package/dist/models/price-distribution-historical.d.ts +1 -1
  721. package/dist/models/price-distribution-historical.js +1 -1
  722. package/dist/models/price-distribution.d.ts +1 -1
  723. package/dist/models/price-distribution.js +1 -1
  724. package/dist/models/price-range.d.ts +1 -1
  725. package/dist/models/price-range.js +1 -1
  726. package/dist/models/quote.d.ts +12 -4
  727. package/dist/models/quote.js +1 -1
  728. package/dist/models/rfq.d.ts +6 -2
  729. package/dist/models/rfq.js +1 -1
  730. package/dist/models/schedule.d.ts +1 -1
  731. package/dist/models/schedule.js +1 -1
  732. package/dist/models/scope-list.d.ts +1 -1
  733. package/dist/models/scope-list.js +1 -1
  734. package/dist/models/self-trade-prevention-type.d.ts +1 -1
  735. package/dist/models/self-trade-prevention-type.js +1 -1
  736. package/dist/models/series-fee-change.d.ts +1 -1
  737. package/dist/models/series-fee-change.js +1 -1
  738. package/dist/models/series.d.ts +2 -2
  739. package/dist/models/series.js +1 -1
  740. package/dist/models/settlement-source.d.ts +1 -1
  741. package/dist/models/settlement-source.js +1 -1
  742. package/dist/models/settlement.d.ts +3 -3
  743. package/dist/models/settlement.js +1 -1
  744. package/dist/models/sport-filter-details.d.ts +1 -1
  745. package/dist/models/sport-filter-details.js +1 -1
  746. package/dist/models/structured-target.d.ts +1 -1
  747. package/dist/models/structured-target.js +1 -1
  748. package/dist/models/subaccount-balance.d.ts +1 -1
  749. package/dist/models/subaccount-balance.js +1 -1
  750. package/dist/models/subaccount-netting-config.d.ts +1 -1
  751. package/dist/models/subaccount-netting-config.js +1 -1
  752. package/dist/models/subaccount-transfer.d.ts +1 -1
  753. package/dist/models/subaccount-transfer.js +1 -1
  754. package/dist/models/ticker-pair.d.ts +1 -1
  755. package/dist/models/ticker-pair.js +1 -1
  756. package/dist/models/trade.d.ts +2 -2
  757. package/dist/models/trade.js +1 -1
  758. package/dist/models/update-order-group-limit-request.d.ts +2 -2
  759. package/dist/models/update-order-group-limit-request.js +1 -1
  760. package/dist/models/update-subaccount-netting-request.d.ts +1 -1
  761. package/dist/models/update-subaccount-netting-request.js +1 -1
  762. package/dist/models/weekly-schedule.d.ts +1 -1
  763. package/dist/models/weekly-schedule.js +1 -1
  764. package/docs/AccountApi.md +30 -0
  765. package/docs/AmendOrderRequest.md +1 -1
  766. package/docs/AmendOrderV2Request.md +30 -0
  767. package/docs/AmendOrderV2Response.md +30 -0
  768. package/docs/ApiKeysApi.md +1 -1
  769. package/docs/BatchCancelOrdersIndividualResponse.md +1 -1
  770. package/docs/BatchCancelOrdersV2Request.md +20 -0
  771. package/docs/BatchCancelOrdersV2RequestOrdersInner.md +22 -0
  772. package/docs/BatchCancelOrdersV2Response.md +20 -0
  773. package/docs/BatchCancelOrdersV2ResponseOrdersInner.md +26 -0
  774. package/docs/BatchCreateOrdersV2Request.md +20 -0
  775. package/docs/BatchCreateOrdersV2Response.md +20 -0
  776. package/docs/BatchCreateOrdersV2ResponseOrdersInner.md +32 -0
  777. package/docs/BookSide.md +11 -0
  778. package/docs/CancelOrderResponse.md +1 -1
  779. package/docs/CancelOrderV2Response.md +24 -0
  780. package/docs/CreateOrderGroupRequest.md +1 -1
  781. package/docs/CreateOrderRequest.md +1 -1
  782. package/docs/CreateOrderV2Request.md +44 -0
  783. package/docs/CreateOrderV2Response.md +30 -0
  784. package/docs/CreateRFQRequest.md +1 -1
  785. package/docs/DecreaseOrderRequest.md +2 -2
  786. package/docs/DecreaseOrderV2Request.md +20 -0
  787. package/docs/DecreaseOrderV2Response.md +24 -0
  788. package/docs/EndpointTokenCost.md +24 -0
  789. package/docs/EventPosition.md +1 -1
  790. package/docs/EventsApi.md +1 -1
  791. package/docs/Fill.md +1 -1
  792. package/docs/GetAccountEndpointCostsResponse.md +22 -0
  793. package/docs/GetOrderGroupResponse.md +1 -1
  794. package/docs/GetOrderQueuePositionResponse.md +1 -1
  795. package/docs/HistoricalApi.md +1 -0
  796. package/docs/IncentiveProgram.md +3 -1
  797. package/docs/IncentiveProgramsApi.md +1 -0
  798. package/docs/Market.md +7 -5
  799. package/docs/MarketApi.md +2 -2
  800. package/docs/MarketCandlestick.md +2 -2
  801. package/docs/MarketCandlestickHistorical.md +2 -2
  802. package/docs/MarketPosition.md +1 -1
  803. package/docs/MultivariateApi.md +3 -3
  804. package/docs/Order.md +3 -3
  805. package/docs/OrderGroup.md +1 -1
  806. package/docs/OrderQueuePosition.md +1 -1
  807. package/docs/OrdersApi.md +224 -3
  808. package/docs/Quote.md +7 -3
  809. package/docs/RFQ.md +3 -1
  810. package/docs/Series.md +1 -1
  811. package/docs/Settlement.md +2 -2
  812. package/docs/Trade.md +1 -1
  813. package/docs/UpdateOrderGroupLimitRequest.md +1 -1
  814. package/index.ts +1 -1
  815. package/models/accept-quote-request.ts +1 -1
  816. package/models/amend-order-request.ts +2 -2
  817. package/models/amend-order-response.ts +1 -1
  818. package/models/amend-order-v2-request.ts +45 -0
  819. package/models/amend-order-v2-response.ts +37 -0
  820. package/models/announcement.ts +1 -1
  821. package/models/api-key.ts +1 -1
  822. package/models/apply-subaccount-transfer-request.ts +1 -1
  823. package/models/associated-event.ts +1 -1
  824. package/models/batch-cancel-orders-individual-response.ts +2 -2
  825. package/models/batch-cancel-orders-request-order.ts +1 -1
  826. package/models/batch-cancel-orders-request.ts +1 -1
  827. package/models/batch-cancel-orders-response.ts +1 -1
  828. package/models/batch-cancel-orders-v2-request-orders-inner.ts +27 -0
  829. package/models/batch-cancel-orders-v2-request.ts +26 -0
  830. package/models/batch-cancel-orders-v2-response-orders-inner.ts +32 -0
  831. package/models/batch-cancel-orders-v2-response.ts +23 -0
  832. package/models/batch-create-orders-individual-response.ts +1 -1
  833. package/models/batch-create-orders-request.ts +1 -1
  834. package/models/batch-create-orders-response.ts +1 -1
  835. package/models/batch-create-orders-v2-request.ts +23 -0
  836. package/models/batch-create-orders-v2-response-orders-inner.ts +41 -0
  837. package/models/batch-create-orders-v2-response.ts +23 -0
  838. package/models/batch-get-market-candlesticks-response.ts +1 -1
  839. package/models/bid-ask-distribution-historical.ts +1 -1
  840. package/models/bid-ask-distribution.ts +1 -1
  841. package/models/book-side.ts +29 -0
  842. package/models/cancel-order-response.ts +2 -2
  843. package/models/cancel-order-v2-response.ts +25 -0
  844. package/models/create-api-key-request.ts +1 -1
  845. package/models/create-api-key-response.ts +1 -1
  846. package/models/create-market-in-multivariate-event-collection-request.ts +1 -1
  847. package/models/create-market-in-multivariate-event-collection-response.ts +1 -1
  848. package/models/create-order-group-request.ts +2 -2
  849. package/models/create-order-group-response.ts +1 -1
  850. package/models/create-order-request.ts +2 -2
  851. package/models/create-order-response.ts +1 -1
  852. package/models/create-order-v2-request.ts +65 -0
  853. package/models/create-order-v2-response.ts +37 -0
  854. package/models/create-quote-request.ts +1 -1
  855. package/models/create-quote-response.ts +1 -1
  856. package/models/create-rfqrequest.ts +2 -2
  857. package/models/create-rfqresponse.ts +1 -1
  858. package/models/create-subaccount-response.ts +1 -1
  859. package/models/daily-schedule.ts +1 -1
  860. package/models/decrease-order-request.ts +3 -3
  861. package/models/decrease-order-response.ts +1 -1
  862. package/models/decrease-order-v2-request.ts +23 -0
  863. package/models/decrease-order-v2-response.ts +25 -0
  864. package/models/endpoint-token-cost.ts +31 -0
  865. package/models/error-response.ts +1 -1
  866. package/models/event-data.ts +1 -1
  867. package/models/event-position.ts +2 -2
  868. package/models/exchange-instance.ts +1 -1
  869. package/models/exchange-status.ts +1 -1
  870. package/models/fill.ts +2 -2
  871. package/models/forecast-percentiles-point.ts +1 -1
  872. package/models/generate-api-key-request.ts +1 -1
  873. package/models/generate-api-key-response.ts +1 -1
  874. package/models/get-account-api-limits-response.ts +1 -1
  875. package/models/get-account-endpoint-costs-response.ts +30 -0
  876. package/models/get-api-keys-response.ts +1 -1
  877. package/models/get-balance-response.ts +1 -1
  878. package/models/get-communications-idresponse.ts +1 -1
  879. package/models/get-event-candlesticks-response.ts +1 -1
  880. package/models/get-event-forecast-percentiles-history-response.ts +1 -1
  881. package/models/get-event-metadata-response.ts +1 -1
  882. package/models/get-event-response.ts +1 -1
  883. package/models/get-events-response.ts +1 -1
  884. package/models/get-exchange-announcements-response.ts +1 -1
  885. package/models/get-exchange-schedule-response.ts +1 -1
  886. package/models/get-fills-response.ts +1 -1
  887. package/models/get-filters-by-sports-response.ts +1 -1
  888. package/models/get-game-stats-response.ts +1 -1
  889. package/models/get-historical-cutoff-response.ts +1 -1
  890. package/models/get-incentive-programs-response.ts +1 -1
  891. package/models/get-live-data-response.ts +1 -1
  892. package/models/get-live-datas-response.ts +1 -1
  893. package/models/get-market-candlesticks-historical-response.ts +1 -1
  894. package/models/get-market-candlesticks-response.ts +1 -1
  895. package/models/get-market-orderbook-response.ts +1 -1
  896. package/models/get-market-orderbooks-response.ts +1 -1
  897. package/models/get-market-response.ts +1 -1
  898. package/models/get-markets-response.ts +1 -1
  899. package/models/get-milestone-response.ts +1 -1
  900. package/models/get-milestones-response.ts +1 -1
  901. package/models/get-multivariate-event-collection-lookup-history-response.ts +1 -1
  902. package/models/get-multivariate-event-collection-response.ts +1 -1
  903. package/models/get-multivariate-event-collections-response.ts +1 -1
  904. package/models/get-multivariate-events-response.ts +1 -1
  905. package/models/get-order-group-response.ts +2 -2
  906. package/models/get-order-groups-response.ts +1 -1
  907. package/models/get-order-queue-position-response.ts +2 -2
  908. package/models/get-order-queue-positions-response.ts +1 -1
  909. package/models/get-order-response.ts +1 -1
  910. package/models/get-orders-response.ts +1 -1
  911. package/models/get-portfolio-resting-order-total-value-response.ts +1 -1
  912. package/models/get-positions-response.ts +1 -1
  913. package/models/get-quote-response.ts +1 -1
  914. package/models/get-quotes-response.ts +1 -1
  915. package/models/get-rfqresponse.ts +1 -1
  916. package/models/get-rfqs-response.ts +1 -1
  917. package/models/get-series-fee-changes-response.ts +1 -1
  918. package/models/get-series-list-response.ts +1 -1
  919. package/models/get-series-response.ts +1 -1
  920. package/models/get-settlements-response.ts +1 -1
  921. package/models/get-structured-target-response.ts +1 -1
  922. package/models/get-structured-targets-response.ts +1 -1
  923. package/models/get-subaccount-balances-response.ts +1 -1
  924. package/models/get-subaccount-netting-response.ts +1 -1
  925. package/models/get-subaccount-transfers-response.ts +1 -1
  926. package/models/get-tags-for-series-categories-response.ts +1 -1
  927. package/models/get-trades-response.ts +1 -1
  928. package/models/get-user-data-timestamp-response.ts +1 -1
  929. package/models/incentive-program.ts +6 -2
  930. package/models/index.ts +17 -0
  931. package/models/intra-exchange-instance-transfer-request.ts +1 -1
  932. package/models/intra-exchange-instance-transfer-response.ts +1 -1
  933. package/models/live-data.ts +1 -1
  934. package/models/lookup-point.ts +1 -1
  935. package/models/lookup-tickers-for-market-in-multivariate-event-collection-request.ts +1 -1
  936. package/models/lookup-tickers-for-market-in-multivariate-event-collection-response.ts +1 -1
  937. package/models/maintenance-window.ts +1 -1
  938. package/models/market-candlestick-historical.ts +3 -3
  939. package/models/market-candlestick.ts +3 -3
  940. package/models/market-candlesticks-response.ts +1 -1
  941. package/models/market-metadata.ts +1 -1
  942. package/models/market-orderbook-fp.ts +1 -1
  943. package/models/market-position.ts +2 -2
  944. package/models/market.ts +10 -6
  945. package/models/milestone.ts +1 -1
  946. package/models/multivariate-event-collection.ts +1 -1
  947. package/models/mve-selected-leg.ts +1 -1
  948. package/models/order-group.ts +2 -2
  949. package/models/order-queue-position.ts +2 -2
  950. package/models/order-status.ts +1 -1
  951. package/models/order.ts +4 -4
  952. package/models/orderbook-count-fp.ts +1 -1
  953. package/models/percentile-point.ts +1 -1
  954. package/models/play-by-play-periods-inner.ts +1 -1
  955. package/models/play-by-play.ts +1 -1
  956. package/models/price-distribution-historical.ts +1 -1
  957. package/models/price-distribution.ts +1 -1
  958. package/models/price-range.ts +1 -1
  959. package/models/quote.ts +12 -4
  960. package/models/rfq.ts +6 -2
  961. package/models/schedule.ts +1 -1
  962. package/models/scope-list.ts +1 -1
  963. package/models/self-trade-prevention-type.ts +1 -1
  964. package/models/series-fee-change.ts +1 -1
  965. package/models/series.ts +2 -2
  966. package/models/settlement-source.ts +1 -1
  967. package/models/settlement.ts +3 -3
  968. package/models/sport-filter-details.ts +1 -1
  969. package/models/structured-target.ts +1 -1
  970. package/models/subaccount-balance.ts +1 -1
  971. package/models/subaccount-netting-config.ts +1 -1
  972. package/models/subaccount-transfer.ts +1 -1
  973. package/models/ticker-pair.ts +1 -1
  974. package/models/trade.ts +2 -2
  975. package/models/update-order-group-limit-request.ts +2 -2
  976. package/models/update-subaccount-netting-request.ts +1 -1
  977. package/models/weekly-schedule.ts +1 -1
  978. package/package.json +1 -1
@@ -0,0 +1,26 @@
1
+ # BatchCancelOrdersV2ResponseOrdersInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **order_id** | **string** | The order ID identifying which order this entry corresponds to. | [default to undefined]
9
+ **client_order_id** | **string** | | [optional] [default to undefined]
10
+ **reduced_by** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
11
+ **error** | [**ErrorResponse**](ErrorResponse.md) | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { BatchCancelOrdersV2ResponseOrdersInner } from 'kalshi-typescript';
17
+
18
+ const instance: BatchCancelOrdersV2ResponseOrdersInner = {
19
+ order_id,
20
+ client_order_id,
21
+ reduced_by,
22
+ error,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # BatchCreateOrdersV2Request
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **orders** | [**Array<CreateOrderV2Request>**](CreateOrderV2Request.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { BatchCreateOrdersV2Request } from 'kalshi-typescript';
14
+
15
+ const instance: BatchCreateOrdersV2Request = {
16
+ orders,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # BatchCreateOrdersV2Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **orders** | [**Array<BatchCreateOrdersV2ResponseOrdersInner>**](BatchCreateOrdersV2ResponseOrdersInner.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { BatchCreateOrdersV2Response } from 'kalshi-typescript';
14
+
15
+ const instance: BatchCreateOrdersV2Response = {
16
+ orders,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,32 @@
1
+ # BatchCreateOrdersV2ResponseOrdersInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **order_id** | **string** | | [optional] [default to undefined]
9
+ **client_order_id** | **string** | | [optional] [default to undefined]
10
+ **fill_count** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
11
+ **remaining_count** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
12
+ **average_fill_price** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [optional] [default to undefined]
13
+ **average_fee_paid** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [optional] [default to undefined]
14
+ **error** | [**ErrorResponse**](ErrorResponse.md) | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { BatchCreateOrdersV2ResponseOrdersInner } from 'kalshi-typescript';
20
+
21
+ const instance: BatchCreateOrdersV2ResponseOrdersInner = {
22
+ order_id,
23
+ client_order_id,
24
+ fill_count,
25
+ remaining_count,
26
+ average_fill_price,
27
+ average_fee_paid,
28
+ error,
29
+ };
30
+ ```
31
+
32
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,11 @@
1
+ # BookSide
2
+
3
+ Side of the book for an order or trade. For event markets, this refers to the YES leg only: `bid` means buy YES, `ask` means sell YES. (Selling YES is economically equivalent to buying NO at `1 - price`, but this endpoint quotes everything from the YES side.)
4
+
5
+ ## Enum
6
+
7
+ * `Bid` (value: `'bid'`)
8
+
9
+ * `Ask` (value: `'ask'`)
10
+
11
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -6,7 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **order** | [**Order**](Order.md) | | [default to undefined]
9
- **reduced_by_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
9
+ **reduced_by_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
10
10
 
11
11
  ## Example
12
12
 
@@ -0,0 +1,24 @@
1
+ # CancelOrderV2Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **order_id** | **string** | | [default to undefined]
9
+ **client_order_id** | **string** | | [optional] [default to undefined]
10
+ **reduced_by** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { CancelOrderV2Response } from 'kalshi-typescript';
16
+
17
+ const instance: CancelOrderV2Response = {
18
+ order_id,
19
+ client_order_id,
20
+ reduced_by,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **subaccount** | **number** | Optional subaccount number to use for this order group (0 for primary, 1-32 for subaccounts) | [optional] [default to 0]
9
9
  **contracts_limit** | **number** | Specifies the maximum number of contracts that can be matched within this group over a rolling 15-second window. Whole contracts only. Provide contracts_limit or contracts_limit_fp; if both provided they must match. | [optional] [default to undefined]
10
- **contracts_limit_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
10
+ **contracts_limit_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  **side** | **string** | | [default to undefined]
11
11
  **action** | **string** | | [default to undefined]
12
12
  **count** | **number** | Order quantity in contracts (whole contracts only). Provide count or count_fp; if both provided they must match. | [optional] [default to undefined]
13
- **count_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
13
+ **count_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
14
14
  **yes_price** | **number** | | [optional] [default to undefined]
15
15
  **no_price** | **number** | | [optional] [default to undefined]
16
16
  **yes_price_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [optional] [default to undefined]
@@ -0,0 +1,44 @@
1
+ # CreateOrderV2Request
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **ticker** | **string** | | [default to undefined]
9
+ **client_order_id** | **string** | | [default to undefined]
10
+ **side** | [**BookSide**](BookSide.md) | | [default to undefined]
11
+ **count** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
12
+ **price** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [default to undefined]
13
+ **expiration_time** | **number** | | [optional] [default to undefined]
14
+ **time_in_force** | **string** | | [default to undefined]
15
+ **post_only** | **boolean** | | [optional] [default to undefined]
16
+ **self_trade_prevention_type** | [**SelfTradePreventionType**](SelfTradePreventionType.md) | | [default to undefined]
17
+ **cancel_order_on_pause** | **boolean** | If this flag is set to true, the order will be canceled if the order is open and trading on the exchange is paused for any reason. | [optional] [default to undefined]
18
+ **reduce_only** | **boolean** | Specifies whether the order place count should be capped by the member\'s current position. | [optional] [default to undefined]
19
+ **subaccount** | **number** | The subaccount number to use for this order. 0 is the primary subaccount. | [optional] [default to 0]
20
+ **order_group_id** | **string** | The order group this order is part of | [optional] [default to undefined]
21
+
22
+ ## Example
23
+
24
+ ```typescript
25
+ import { CreateOrderV2Request } from 'kalshi-typescript';
26
+
27
+ const instance: CreateOrderV2Request = {
28
+ ticker,
29
+ client_order_id,
30
+ side,
31
+ count,
32
+ price,
33
+ expiration_time,
34
+ time_in_force,
35
+ post_only,
36
+ self_trade_prevention_type,
37
+ cancel_order_on_pause,
38
+ reduce_only,
39
+ subaccount,
40
+ order_group_id,
41
+ };
42
+ ```
43
+
44
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # CreateOrderV2Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **order_id** | **string** | | [default to undefined]
9
+ **client_order_id** | **string** | | [optional] [default to undefined]
10
+ **fill_count** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
11
+ **remaining_count** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
12
+ **average_fill_price** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [optional] [default to undefined]
13
+ **average_fee_paid** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { CreateOrderV2Response } from 'kalshi-typescript';
19
+
20
+ const instance: CreateOrderV2Response = {
21
+ order_id,
22
+ client_order_id,
23
+ fill_count,
24
+ remaining_count,
25
+ average_fill_price,
26
+ average_fee_paid,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **market_ticker** | **string** | The ticker of the market for which to create an RFQ | [default to undefined]
9
9
  **contracts** | **number** | The number of contracts for the RFQ. Whole contracts only. Contracts may be provided via contracts or contracts_fp; if both provided they must match. | [optional] [default to undefined]
10
- **contracts_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
10
+ **contracts_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
11
11
  **target_cost_centi_cents** | **number** | DEPRECATED: The target cost for the RFQ in centi-cents. Use target_cost_dollars instead. | [optional] [default to undefined]
12
12
  **target_cost_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [optional] [default to undefined]
13
13
  **rest_remainder** | **boolean** | Whether to rest the remainder of the RFQ after execution | [default to undefined]
@@ -7,9 +7,9 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **subaccount** | **number** | Optional subaccount number to use for this decrease (0 for primary, 1-32 for subaccounts) | [optional] [default to 0]
9
9
  **reduce_by** | **number** | Number of contracts to reduce by (whole contracts only). Reduce-by may be provided via reduce_by or reduce_by_fp; if both provided they must match. Exactly one of reduce_by(/reduce_by_fp) or reduce_to(/reduce_to_fp) must be provided. | [optional] [default to undefined]
10
- **reduce_by_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
10
+ **reduce_by_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
11
11
  **reduce_to** | **number** | Number of contracts to reduce to (whole contracts only). Reduce-to may be provided via reduce_to or reduce_to_fp; if both provided they must match. Exactly one of reduce_by(/reduce_by_fp) or reduce_to(/reduce_to_fp) must be provided. | [optional] [default to undefined]
12
- **reduce_to_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
12
+ **reduce_to_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
13
13
 
14
14
  ## Example
15
15
 
@@ -0,0 +1,20 @@
1
+ # DecreaseOrderV2Request
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **reduce_to** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { DecreaseOrderV2Request } from 'kalshi-typescript';
14
+
15
+ const instance: DecreaseOrderV2Request = {
16
+ reduce_to,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # DecreaseOrderV2Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **order_id** | **string** | | [default to undefined]
9
+ **client_order_id** | **string** | | [optional] [default to undefined]
10
+ **remaining_count** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { DecreaseOrderV2Response } from 'kalshi-typescript';
16
+
17
+ const instance: DecreaseOrderV2Response = {
18
+ order_id,
19
+ client_order_id,
20
+ remaining_count,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # EndpointTokenCost
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **method** | **string** | HTTP method for the endpoint. | [default to undefined]
9
+ **path** | **string** | API route path for the endpoint. | [default to undefined]
10
+ **cost** | **number** | Configured token cost for an endpoint whose cost differs from the default cost. | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { EndpointTokenCost } from 'kalshi-typescript';
16
+
17
+ const instance: EndpointTokenCost = {
18
+ method,
19
+ path,
20
+ cost,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **event_ticker** | **string** | Unique identifier for events | [default to undefined]
9
9
  **total_cost_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [default to undefined]
10
- **total_cost_shares_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
10
+ **total_cost_shares_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
11
11
  **event_exposure_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [default to undefined]
12
12
  **realized_pnl_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [default to undefined]
13
13
  **fees_paid_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [default to undefined]
package/docs/EventsApi.md CHANGED
@@ -70,7 +70,7 @@ Endpoint for getting the historical raw and formatted forecast numbers for an ev
70
70
 
71
71
  ### Authorization
72
72
 
73
- [kalshiAccessSignature](../README.md#kalshiAccessSignature), [kalshiAccessKey](../README.md#kalshiAccessKey), [kalshiAccessTimestamp](../README.md#kalshiAccessTimestamp)
73
+ No authorization required
74
74
 
75
75
  ### HTTP request headers
76
76
 
package/docs/Fill.md CHANGED
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **market_ticker** | **string** | Unique identifier for the market (legacy field name, same as ticker) | [default to undefined]
13
13
  **side** | **string** | Specifies if this is a \'yes\' or \'no\' fill | [default to undefined]
14
14
  **action** | **string** | Specifies if this is a buy or sell order | [default to undefined]
15
- **count_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
15
+ **count_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
16
16
  **yes_price_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [default to undefined]
17
17
  **no_price_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\'s price level structure. | [default to undefined]
18
18
  **is_taker** | **boolean** | If true, this fill was a taker (removed liquidity from the order book) | [default to undefined]
@@ -0,0 +1,22 @@
1
+ # GetAccountEndpointCostsResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **default_cost** | **number** | Default token cost applied to endpoints that are not listed in `endpoint_costs`. This is currently 10. | [default to undefined]
9
+ **endpoint_costs** | [**Array<EndpointTokenCost>**](EndpointTokenCost.md) | API v2 endpoints whose configured token cost differs from `default_cost`. Endpoints that use the default cost are omitted. | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { GetAccountEndpointCostsResponse } from 'kalshi-typescript';
15
+
16
+ const instance: GetAccountEndpointCostsResponse = {
17
+ default_cost,
18
+ endpoint_costs,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -6,7 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **is_auto_cancel_enabled** | **boolean** | Whether auto-cancel is enabled for this order group | [default to undefined]
9
- **contracts_limit_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
9
+ **contracts_limit_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
10
10
  **orders** | **Array<string>** | List of order IDs that belong to this order group | [default to undefined]
11
11
 
12
12
  ## Example
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **queue_position_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
8
+ **queue_position_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 0–2 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Fractional contract values (e.g., \"2.50\") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
9
9
 
10
10
  ## Example
11
11
 
@@ -125,6 +125,7 @@ Endpoint for getting markets that have been archived to the historical database.
125
125
  | **cursor** | [**string**] | Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page. | (optional) defaults to undefined|
126
126
  | **tickers** | [**string**] | Filter by specific market tickers. Comma-separated list of market tickers to retrieve. | (optional) defaults to undefined|
127
127
  | **eventTicker** | [**string**] | Event ticker to filter by. Only a single event ticker is supported. | (optional) defaults to undefined|
128
+ | **seriesTicker** | [**string**] | Filter by series ticker | (optional) defaults to undefined|
128
129
  | **mveFilter** | [**&#39;exclude&#39;**]**Array<&#39;exclude&#39;>** | Filter by multivariate events (combos). By default, MVE markets are included. | (optional) defaults to undefined|
129
130
 
130
131
 
@@ -9,12 +9,13 @@ Name | Type | Description | Notes
9
9
  **market_id** | **string** | The unique identifier of the market associated with this incentive program | [default to undefined]
10
10
  **market_ticker** | **string** | The ticker symbol of the market associated with this incentive program | [default to undefined]
11
11
  **incentive_type** | **string** | Type of incentive program | [default to undefined]
12
+ **incentive_description** | **string** | Plain text description of the incentive program | [default to undefined]
12
13
  **start_date** | **string** | Start date of the incentive program | [default to undefined]
13
14
  **end_date** | **string** | End date of the incentive program | [default to undefined]
14
15
  **period_reward** | **number** | Total reward for the period in centi-cents | [default to undefined]
15
16
  **paid_out** | **boolean** | Whether the incentive has been paid out | [default to undefined]
16
17
  **discount_factor_bps** | **number** | Discount factor in basis points (optional) | [optional] [default to undefined]
17
- **target_size_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
18
+ **target_size_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [optional] [default to undefined]
18
19
 
19
20
  ## Example
20
21
 
@@ -26,6 +27,7 @@ const instance: IncentiveProgram = {
26
27
  market_id,
27
28
  market_ticker,
28
29
  incentive_type,
30
+ incentive_description,
29
31
  start_date,
30
32
  end_date,
31
33
  period_reward,
@@ -17,6 +17,7 @@ All URIs are relative to *https://api.elections.kalshi.com/trade-api/v2*
17
17
  |------------- | ------------- | ------------- | -------------|
18
18
  | **status** | [**&#39;all&#39; | &#39;active&#39; | &#39;upcoming&#39; | &#39;closed&#39; | &#39;paid_out&#39;**]**Array<&#39;all&#39; &#124; &#39;active&#39; &#124; &#39;upcoming&#39; &#124; &#39;closed&#39; &#124; &#39;paid_out&#39;>** | Status filter. Can be \&quot;all\&quot;, \&quot;active\&quot;, \&quot;upcoming\&quot;, \&quot;closed\&quot;, or \&quot;paid_out\&quot;. Default is \&quot;all\&quot;. | (optional) defaults to undefined|
19
19
  | **type** | [**&#39;all&#39; | &#39;liquidity&#39; | &#39;volume&#39;**]**Array<&#39;all&#39; &#124; &#39;liquidity&#39; &#124; &#39;volume&#39;>** | Type filter. Can be \&quot;all\&quot;, \&quot;liquidity\&quot;, or \&quot;volume\&quot;. Default is \&quot;all\&quot;. | (optional) defaults to undefined|
20
+ | **incentiveDescription** | [**string**] | Filter by exact incentive description. | (optional) defaults to undefined|
20
21
  | **limit** | [**number**] | Number of results per page. Defaults to 100. Maximum value is 10000. | (optional) defaults to undefined|
21
22
  | **cursor** | [**string**] | Cursor for pagination | (optional) defaults to undefined|
22
23
 
package/docs/Market.md CHANGED
@@ -23,18 +23,18 @@ Name | Type | Description | Notes
23
23
  **status** | **string** | The current status of the market in its lifecycle. | [default to undefined]
24
24
  **response_price_units** | **string** | DEPRECATED: Use price_level_structure and price_ranges instead. | [optional] [default to undefined]
25
25
  **yes_bid_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&#39;s price level structure. | [default to undefined]
26
- **yes_bid_size_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
26
+ **yes_bid_size_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
27
27
  **yes_ask_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&#39;s price level structure. | [default to undefined]
28
- **yes_ask_size_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
28
+ **yes_ask_size_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
29
29
  **no_bid_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&#39;s price level structure. | [default to undefined]
30
30
  **no_ask_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&#39;s price level structure. | [default to undefined]
31
31
  **last_price_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&#39;s price level structure. | [default to undefined]
32
- **volume_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
33
- **volume_24h_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
32
+ **volume_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
33
+ **volume_24h_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
34
34
  **result** | **string** | | [default to undefined]
35
35
  **can_close_early** | **boolean** | | [default to undefined]
36
36
  **fractional_trading_enabled** | **boolean** | | [default to undefined]
37
- **open_interest_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
37
+ **open_interest_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
38
38
  **notional_value_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&#39;s price level structure. | [default to undefined]
39
39
  **previous_yes_bid_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&#39;s price level structure. | [default to undefined]
40
40
  **previous_yes_ask_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&#39;s price level structure. | [default to undefined]
@@ -43,6 +43,7 @@ Name | Type | Description | Notes
43
43
  **settlement_value_dollars** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&#39;s price level structure. | [optional] [default to undefined]
44
44
  **settlement_ts** | **string** | Timestamp when the market was settled. Only filled for settled markets | [optional] [default to undefined]
45
45
  **expiration_value** | **string** | The value that was considered for the settlement | [default to undefined]
46
+ **occurrence_datetime** | **string** | The recorded datetime when the underlying event occurred, if available | [optional] [default to undefined]
46
47
  **fee_waiver_expiration_time** | **string** | Time when this market\&#39;s fee waiver expires | [optional] [default to undefined]
47
48
  **early_close_condition** | **string** | The condition under which the market can close early | [optional] [default to undefined]
48
49
  **tick_size** | **number** | DEPRECATED: Use price_level_structure and price_ranges instead. | [optional] [default to undefined]
@@ -104,6 +105,7 @@ const instance: Market = {
104
105
  settlement_value_dollars,
105
106
  settlement_ts,
106
107
  expiration_value,
108
+ occurrence_datetime,
107
109
  fee_waiver_expiration_time,
108
110
  early_close_condition,
109
111
  tick_size,
package/docs/MarketApi.md CHANGED
@@ -144,7 +144,7 @@ No authorization required
144
144
 
145
145
  ### Authorization
146
146
 
147
- [kalshiAccessSignature](../README.md#kalshiAccessSignature), [kalshiAccessKey](../README.md#kalshiAccessKey), [kalshiAccessTimestamp](../README.md#kalshiAccessTimestamp)
147
+ No authorization required
148
148
 
149
149
  ### HTTP request headers
150
150
 
@@ -178,7 +178,7 @@ Endpoint for getting the current order books for multiple markets in a single re
178
178
 
179
179
  ### Authorization
180
180
 
181
- [kalshiAccessSignature](../README.md#kalshiAccessSignature), [kalshiAccessKey](../README.md#kalshiAccessKey), [kalshiAccessTimestamp](../README.md#kalshiAccessTimestamp)
181
+ No authorization required
182
182
 
183
183
  ### HTTP request headers
184
184
 
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
9
9
  **yes_bid** | [**BidAskDistribution**](BidAskDistribution.md) | | [default to undefined]
10
10
  **yes_ask** | [**BidAskDistribution**](BidAskDistribution.md) | | [default to undefined]
11
11
  **price** | [**PriceDistribution**](PriceDistribution.md) | | [default to undefined]
12
- **volume_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
13
- **open_interest_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
12
+ **volume_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
13
+ **open_interest_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
14
14
 
15
15
  ## Example
16
16
 
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
9
9
  **yes_bid** | [**BidAskDistributionHistorical**](BidAskDistributionHistorical.md) | | [default to undefined]
10
10
  **yes_ask** | [**BidAskDistributionHistorical**](BidAskDistributionHistorical.md) | | [default to undefined]
11
11
  **price** | [**PriceDistributionHistorical**](PriceDistributionHistorical.md) | | [default to undefined]
12
- **volume** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
13
- **open_interest** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
12
+ **volume** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
13
+ **open_interest** | **string** | Fixed-point contract count string (2 decimals, e.g., \&quot;10.00\&quot;; referred to as \&quot;fp\&quot; in field names). Requests accept 0–2 decimal places (e.g., \&quot;10\&quot;, \&quot;10.0\&quot;, \&quot;10.00\&quot;); responses always emit 2 decimals. Fractional contract values (e.g., \&quot;2.50\&quot;) are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined]
14
14
 
15
15
  ## Example
16
16