pmxtjs 2.3.0 → 2.4.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.
- package/dist/esm/generated/src/apis/DefaultApi.d.ts +21 -0
- package/dist/esm/generated/src/apis/DefaultApi.js +42 -21
- package/dist/generated/src/apis/DefaultApi.d.ts +21 -0
- package/dist/generated/src/apis/DefaultApi.js +42 -21
- package/generated/docs/DefaultApi.md +42 -42
- package/generated/package.json +1 -1
- package/generated/src/apis/DefaultApi.ts +42 -21
- package/package.json +2 -2
|
@@ -293,6 +293,7 @@ export declare const CancelOrderOperationExchangeEnum: {
|
|
|
293
293
|
readonly Polymarket: "polymarket";
|
|
294
294
|
readonly Kalshi: "kalshi";
|
|
295
295
|
readonly Limitless: "limitless";
|
|
296
|
+
readonly Probable: "probable";
|
|
296
297
|
};
|
|
297
298
|
export type CancelOrderOperationExchangeEnum = typeof CancelOrderOperationExchangeEnum[keyof typeof CancelOrderOperationExchangeEnum];
|
|
298
299
|
/**
|
|
@@ -302,6 +303,7 @@ export declare const CloseExchangeEnum: {
|
|
|
302
303
|
readonly Polymarket: "polymarket";
|
|
303
304
|
readonly Kalshi: "kalshi";
|
|
304
305
|
readonly Limitless: "limitless";
|
|
306
|
+
readonly Probable: "probable";
|
|
305
307
|
};
|
|
306
308
|
export type CloseExchangeEnum = typeof CloseExchangeEnum[keyof typeof CloseExchangeEnum];
|
|
307
309
|
/**
|
|
@@ -311,6 +313,7 @@ export declare const CreateOrderOperationExchangeEnum: {
|
|
|
311
313
|
readonly Polymarket: "polymarket";
|
|
312
314
|
readonly Kalshi: "kalshi";
|
|
313
315
|
readonly Limitless: "limitless";
|
|
316
|
+
readonly Probable: "probable";
|
|
314
317
|
};
|
|
315
318
|
export type CreateOrderOperationExchangeEnum = typeof CreateOrderOperationExchangeEnum[keyof typeof CreateOrderOperationExchangeEnum];
|
|
316
319
|
/**
|
|
@@ -320,6 +323,7 @@ export declare const FetchBalanceExchangeEnum: {
|
|
|
320
323
|
readonly Polymarket: "polymarket";
|
|
321
324
|
readonly Kalshi: "kalshi";
|
|
322
325
|
readonly Limitless: "limitless";
|
|
326
|
+
readonly Probable: "probable";
|
|
323
327
|
};
|
|
324
328
|
export type FetchBalanceExchangeEnum = typeof FetchBalanceExchangeEnum[keyof typeof FetchBalanceExchangeEnum];
|
|
325
329
|
/**
|
|
@@ -329,6 +333,7 @@ export declare const FetchEventsOperationExchangeEnum: {
|
|
|
329
333
|
readonly Polymarket: "polymarket";
|
|
330
334
|
readonly Kalshi: "kalshi";
|
|
331
335
|
readonly Limitless: "limitless";
|
|
336
|
+
readonly Probable: "probable";
|
|
332
337
|
};
|
|
333
338
|
export type FetchEventsOperationExchangeEnum = typeof FetchEventsOperationExchangeEnum[keyof typeof FetchEventsOperationExchangeEnum];
|
|
334
339
|
/**
|
|
@@ -338,6 +343,7 @@ export declare const FetchMarketsOperationExchangeEnum: {
|
|
|
338
343
|
readonly Polymarket: "polymarket";
|
|
339
344
|
readonly Kalshi: "kalshi";
|
|
340
345
|
readonly Limitless: "limitless";
|
|
346
|
+
readonly Probable: "probable";
|
|
341
347
|
};
|
|
342
348
|
export type FetchMarketsOperationExchangeEnum = typeof FetchMarketsOperationExchangeEnum[keyof typeof FetchMarketsOperationExchangeEnum];
|
|
343
349
|
/**
|
|
@@ -347,6 +353,7 @@ export declare const FetchOHLCVOperationExchangeEnum: {
|
|
|
347
353
|
readonly Polymarket: "polymarket";
|
|
348
354
|
readonly Kalshi: "kalshi";
|
|
349
355
|
readonly Limitless: "limitless";
|
|
356
|
+
readonly Probable: "probable";
|
|
350
357
|
};
|
|
351
358
|
export type FetchOHLCVOperationExchangeEnum = typeof FetchOHLCVOperationExchangeEnum[keyof typeof FetchOHLCVOperationExchangeEnum];
|
|
352
359
|
/**
|
|
@@ -356,6 +363,7 @@ export declare const FetchOpenOrdersOperationExchangeEnum: {
|
|
|
356
363
|
readonly Polymarket: "polymarket";
|
|
357
364
|
readonly Kalshi: "kalshi";
|
|
358
365
|
readonly Limitless: "limitless";
|
|
366
|
+
readonly Probable: "probable";
|
|
359
367
|
};
|
|
360
368
|
export type FetchOpenOrdersOperationExchangeEnum = typeof FetchOpenOrdersOperationExchangeEnum[keyof typeof FetchOpenOrdersOperationExchangeEnum];
|
|
361
369
|
/**
|
|
@@ -365,6 +373,7 @@ export declare const FetchOrderExchangeEnum: {
|
|
|
365
373
|
readonly Polymarket: "polymarket";
|
|
366
374
|
readonly Kalshi: "kalshi";
|
|
367
375
|
readonly Limitless: "limitless";
|
|
376
|
+
readonly Probable: "probable";
|
|
368
377
|
};
|
|
369
378
|
export type FetchOrderExchangeEnum = typeof FetchOrderExchangeEnum[keyof typeof FetchOrderExchangeEnum];
|
|
370
379
|
/**
|
|
@@ -374,6 +383,7 @@ export declare const FetchOrderBookOperationExchangeEnum: {
|
|
|
374
383
|
readonly Polymarket: "polymarket";
|
|
375
384
|
readonly Kalshi: "kalshi";
|
|
376
385
|
readonly Limitless: "limitless";
|
|
386
|
+
readonly Probable: "probable";
|
|
377
387
|
};
|
|
378
388
|
export type FetchOrderBookOperationExchangeEnum = typeof FetchOrderBookOperationExchangeEnum[keyof typeof FetchOrderBookOperationExchangeEnum];
|
|
379
389
|
/**
|
|
@@ -383,6 +393,7 @@ export declare const FetchPositionsOperationExchangeEnum: {
|
|
|
383
393
|
readonly Polymarket: "polymarket";
|
|
384
394
|
readonly Kalshi: "kalshi";
|
|
385
395
|
readonly Limitless: "limitless";
|
|
396
|
+
readonly Probable: "probable";
|
|
386
397
|
};
|
|
387
398
|
export type FetchPositionsOperationExchangeEnum = typeof FetchPositionsOperationExchangeEnum[keyof typeof FetchPositionsOperationExchangeEnum];
|
|
388
399
|
/**
|
|
@@ -392,6 +403,7 @@ export declare const FetchTradesOperationExchangeEnum: {
|
|
|
392
403
|
readonly Polymarket: "polymarket";
|
|
393
404
|
readonly Kalshi: "kalshi";
|
|
394
405
|
readonly Limitless: "limitless";
|
|
406
|
+
readonly Probable: "probable";
|
|
395
407
|
};
|
|
396
408
|
export type FetchTradesOperationExchangeEnum = typeof FetchTradesOperationExchangeEnum[keyof typeof FetchTradesOperationExchangeEnum];
|
|
397
409
|
/**
|
|
@@ -401,6 +413,7 @@ export declare const FilterEventsOperationExchangeEnum: {
|
|
|
401
413
|
readonly Polymarket: "polymarket";
|
|
402
414
|
readonly Kalshi: "kalshi";
|
|
403
415
|
readonly Limitless: "limitless";
|
|
416
|
+
readonly Probable: "probable";
|
|
404
417
|
};
|
|
405
418
|
export type FilterEventsOperationExchangeEnum = typeof FilterEventsOperationExchangeEnum[keyof typeof FilterEventsOperationExchangeEnum];
|
|
406
419
|
/**
|
|
@@ -410,6 +423,7 @@ export declare const FilterMarketsOperationExchangeEnum: {
|
|
|
410
423
|
readonly Polymarket: "polymarket";
|
|
411
424
|
readonly Kalshi: "kalshi";
|
|
412
425
|
readonly Limitless: "limitless";
|
|
426
|
+
readonly Probable: "probable";
|
|
413
427
|
};
|
|
414
428
|
export type FilterMarketsOperationExchangeEnum = typeof FilterMarketsOperationExchangeEnum[keyof typeof FilterMarketsOperationExchangeEnum];
|
|
415
429
|
/**
|
|
@@ -419,6 +433,7 @@ export declare const GetExecutionPriceOperationExchangeEnum: {
|
|
|
419
433
|
readonly Polymarket: "polymarket";
|
|
420
434
|
readonly Kalshi: "kalshi";
|
|
421
435
|
readonly Limitless: "limitless";
|
|
436
|
+
readonly Probable: "probable";
|
|
422
437
|
};
|
|
423
438
|
export type GetExecutionPriceOperationExchangeEnum = typeof GetExecutionPriceOperationExchangeEnum[keyof typeof GetExecutionPriceOperationExchangeEnum];
|
|
424
439
|
/**
|
|
@@ -428,6 +443,7 @@ export declare const GetExecutionPriceDetailedExchangeEnum: {
|
|
|
428
443
|
readonly Polymarket: "polymarket";
|
|
429
444
|
readonly Kalshi: "kalshi";
|
|
430
445
|
readonly Limitless: "limitless";
|
|
446
|
+
readonly Probable: "probable";
|
|
431
447
|
};
|
|
432
448
|
export type GetExecutionPriceDetailedExchangeEnum = typeof GetExecutionPriceDetailedExchangeEnum[keyof typeof GetExecutionPriceDetailedExchangeEnum];
|
|
433
449
|
/**
|
|
@@ -437,6 +453,7 @@ export declare const WatchOrderBookOperationExchangeEnum: {
|
|
|
437
453
|
readonly Polymarket: "polymarket";
|
|
438
454
|
readonly Kalshi: "kalshi";
|
|
439
455
|
readonly Limitless: "limitless";
|
|
456
|
+
readonly Probable: "probable";
|
|
440
457
|
};
|
|
441
458
|
export type WatchOrderBookOperationExchangeEnum = typeof WatchOrderBookOperationExchangeEnum[keyof typeof WatchOrderBookOperationExchangeEnum];
|
|
442
459
|
/**
|
|
@@ -446,6 +463,7 @@ export declare const WatchPricesOperationExchangeEnum: {
|
|
|
446
463
|
readonly Polymarket: "polymarket";
|
|
447
464
|
readonly Kalshi: "kalshi";
|
|
448
465
|
readonly Limitless: "limitless";
|
|
466
|
+
readonly Probable: "probable";
|
|
449
467
|
};
|
|
450
468
|
export type WatchPricesOperationExchangeEnum = typeof WatchPricesOperationExchangeEnum[keyof typeof WatchPricesOperationExchangeEnum];
|
|
451
469
|
/**
|
|
@@ -455,6 +473,7 @@ export declare const WatchTradesOperationExchangeEnum: {
|
|
|
455
473
|
readonly Polymarket: "polymarket";
|
|
456
474
|
readonly Kalshi: "kalshi";
|
|
457
475
|
readonly Limitless: "limitless";
|
|
476
|
+
readonly Probable: "probable";
|
|
458
477
|
};
|
|
459
478
|
export type WatchTradesOperationExchangeEnum = typeof WatchTradesOperationExchangeEnum[keyof typeof WatchTradesOperationExchangeEnum];
|
|
460
479
|
/**
|
|
@@ -464,6 +483,7 @@ export declare const WatchUserPositionsOperationExchangeEnum: {
|
|
|
464
483
|
readonly Polymarket: "polymarket";
|
|
465
484
|
readonly Kalshi: "kalshi";
|
|
466
485
|
readonly Limitless: "limitless";
|
|
486
|
+
readonly Probable: "probable";
|
|
467
487
|
};
|
|
468
488
|
export type WatchUserPositionsOperationExchangeEnum = typeof WatchUserPositionsOperationExchangeEnum[keyof typeof WatchUserPositionsOperationExchangeEnum];
|
|
469
489
|
/**
|
|
@@ -473,5 +493,6 @@ export declare const WatchUserTransactionsExchangeEnum: {
|
|
|
473
493
|
readonly Polymarket: "polymarket";
|
|
474
494
|
readonly Kalshi: "kalshi";
|
|
475
495
|
readonly Limitless: "limitless";
|
|
496
|
+
readonly Probable: "probable";
|
|
476
497
|
};
|
|
477
498
|
export type WatchUserTransactionsExchangeEnum = typeof WatchUserTransactionsExchangeEnum[keyof typeof WatchUserTransactionsExchangeEnum];
|
|
@@ -644,7 +644,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
644
644
|
export const CancelOrderOperationExchangeEnum = {
|
|
645
645
|
Polymarket: 'polymarket',
|
|
646
646
|
Kalshi: 'kalshi',
|
|
647
|
-
Limitless: 'limitless'
|
|
647
|
+
Limitless: 'limitless',
|
|
648
|
+
Probable: 'probable'
|
|
648
649
|
};
|
|
649
650
|
/**
|
|
650
651
|
* @export
|
|
@@ -652,7 +653,8 @@ export const CancelOrderOperationExchangeEnum = {
|
|
|
652
653
|
export const CloseExchangeEnum = {
|
|
653
654
|
Polymarket: 'polymarket',
|
|
654
655
|
Kalshi: 'kalshi',
|
|
655
|
-
Limitless: 'limitless'
|
|
656
|
+
Limitless: 'limitless',
|
|
657
|
+
Probable: 'probable'
|
|
656
658
|
};
|
|
657
659
|
/**
|
|
658
660
|
* @export
|
|
@@ -660,7 +662,8 @@ export const CloseExchangeEnum = {
|
|
|
660
662
|
export const CreateOrderOperationExchangeEnum = {
|
|
661
663
|
Polymarket: 'polymarket',
|
|
662
664
|
Kalshi: 'kalshi',
|
|
663
|
-
Limitless: 'limitless'
|
|
665
|
+
Limitless: 'limitless',
|
|
666
|
+
Probable: 'probable'
|
|
664
667
|
};
|
|
665
668
|
/**
|
|
666
669
|
* @export
|
|
@@ -668,7 +671,8 @@ export const CreateOrderOperationExchangeEnum = {
|
|
|
668
671
|
export const FetchBalanceExchangeEnum = {
|
|
669
672
|
Polymarket: 'polymarket',
|
|
670
673
|
Kalshi: 'kalshi',
|
|
671
|
-
Limitless: 'limitless'
|
|
674
|
+
Limitless: 'limitless',
|
|
675
|
+
Probable: 'probable'
|
|
672
676
|
};
|
|
673
677
|
/**
|
|
674
678
|
* @export
|
|
@@ -676,7 +680,8 @@ export const FetchBalanceExchangeEnum = {
|
|
|
676
680
|
export const FetchEventsOperationExchangeEnum = {
|
|
677
681
|
Polymarket: 'polymarket',
|
|
678
682
|
Kalshi: 'kalshi',
|
|
679
|
-
Limitless: 'limitless'
|
|
683
|
+
Limitless: 'limitless',
|
|
684
|
+
Probable: 'probable'
|
|
680
685
|
};
|
|
681
686
|
/**
|
|
682
687
|
* @export
|
|
@@ -684,7 +689,8 @@ export const FetchEventsOperationExchangeEnum = {
|
|
|
684
689
|
export const FetchMarketsOperationExchangeEnum = {
|
|
685
690
|
Polymarket: 'polymarket',
|
|
686
691
|
Kalshi: 'kalshi',
|
|
687
|
-
Limitless: 'limitless'
|
|
692
|
+
Limitless: 'limitless',
|
|
693
|
+
Probable: 'probable'
|
|
688
694
|
};
|
|
689
695
|
/**
|
|
690
696
|
* @export
|
|
@@ -692,7 +698,8 @@ export const FetchMarketsOperationExchangeEnum = {
|
|
|
692
698
|
export const FetchOHLCVOperationExchangeEnum = {
|
|
693
699
|
Polymarket: 'polymarket',
|
|
694
700
|
Kalshi: 'kalshi',
|
|
695
|
-
Limitless: 'limitless'
|
|
701
|
+
Limitless: 'limitless',
|
|
702
|
+
Probable: 'probable'
|
|
696
703
|
};
|
|
697
704
|
/**
|
|
698
705
|
* @export
|
|
@@ -700,7 +707,8 @@ export const FetchOHLCVOperationExchangeEnum = {
|
|
|
700
707
|
export const FetchOpenOrdersOperationExchangeEnum = {
|
|
701
708
|
Polymarket: 'polymarket',
|
|
702
709
|
Kalshi: 'kalshi',
|
|
703
|
-
Limitless: 'limitless'
|
|
710
|
+
Limitless: 'limitless',
|
|
711
|
+
Probable: 'probable'
|
|
704
712
|
};
|
|
705
713
|
/**
|
|
706
714
|
* @export
|
|
@@ -708,7 +716,8 @@ export const FetchOpenOrdersOperationExchangeEnum = {
|
|
|
708
716
|
export const FetchOrderExchangeEnum = {
|
|
709
717
|
Polymarket: 'polymarket',
|
|
710
718
|
Kalshi: 'kalshi',
|
|
711
|
-
Limitless: 'limitless'
|
|
719
|
+
Limitless: 'limitless',
|
|
720
|
+
Probable: 'probable'
|
|
712
721
|
};
|
|
713
722
|
/**
|
|
714
723
|
* @export
|
|
@@ -716,7 +725,8 @@ export const FetchOrderExchangeEnum = {
|
|
|
716
725
|
export const FetchOrderBookOperationExchangeEnum = {
|
|
717
726
|
Polymarket: 'polymarket',
|
|
718
727
|
Kalshi: 'kalshi',
|
|
719
|
-
Limitless: 'limitless'
|
|
728
|
+
Limitless: 'limitless',
|
|
729
|
+
Probable: 'probable'
|
|
720
730
|
};
|
|
721
731
|
/**
|
|
722
732
|
* @export
|
|
@@ -724,7 +734,8 @@ export const FetchOrderBookOperationExchangeEnum = {
|
|
|
724
734
|
export const FetchPositionsOperationExchangeEnum = {
|
|
725
735
|
Polymarket: 'polymarket',
|
|
726
736
|
Kalshi: 'kalshi',
|
|
727
|
-
Limitless: 'limitless'
|
|
737
|
+
Limitless: 'limitless',
|
|
738
|
+
Probable: 'probable'
|
|
728
739
|
};
|
|
729
740
|
/**
|
|
730
741
|
* @export
|
|
@@ -732,7 +743,8 @@ export const FetchPositionsOperationExchangeEnum = {
|
|
|
732
743
|
export const FetchTradesOperationExchangeEnum = {
|
|
733
744
|
Polymarket: 'polymarket',
|
|
734
745
|
Kalshi: 'kalshi',
|
|
735
|
-
Limitless: 'limitless'
|
|
746
|
+
Limitless: 'limitless',
|
|
747
|
+
Probable: 'probable'
|
|
736
748
|
};
|
|
737
749
|
/**
|
|
738
750
|
* @export
|
|
@@ -740,7 +752,8 @@ export const FetchTradesOperationExchangeEnum = {
|
|
|
740
752
|
export const FilterEventsOperationExchangeEnum = {
|
|
741
753
|
Polymarket: 'polymarket',
|
|
742
754
|
Kalshi: 'kalshi',
|
|
743
|
-
Limitless: 'limitless'
|
|
755
|
+
Limitless: 'limitless',
|
|
756
|
+
Probable: 'probable'
|
|
744
757
|
};
|
|
745
758
|
/**
|
|
746
759
|
* @export
|
|
@@ -748,7 +761,8 @@ export const FilterEventsOperationExchangeEnum = {
|
|
|
748
761
|
export const FilterMarketsOperationExchangeEnum = {
|
|
749
762
|
Polymarket: 'polymarket',
|
|
750
763
|
Kalshi: 'kalshi',
|
|
751
|
-
Limitless: 'limitless'
|
|
764
|
+
Limitless: 'limitless',
|
|
765
|
+
Probable: 'probable'
|
|
752
766
|
};
|
|
753
767
|
/**
|
|
754
768
|
* @export
|
|
@@ -756,7 +770,8 @@ export const FilterMarketsOperationExchangeEnum = {
|
|
|
756
770
|
export const GetExecutionPriceOperationExchangeEnum = {
|
|
757
771
|
Polymarket: 'polymarket',
|
|
758
772
|
Kalshi: 'kalshi',
|
|
759
|
-
Limitless: 'limitless'
|
|
773
|
+
Limitless: 'limitless',
|
|
774
|
+
Probable: 'probable'
|
|
760
775
|
};
|
|
761
776
|
/**
|
|
762
777
|
* @export
|
|
@@ -764,7 +779,8 @@ export const GetExecutionPriceOperationExchangeEnum = {
|
|
|
764
779
|
export const GetExecutionPriceDetailedExchangeEnum = {
|
|
765
780
|
Polymarket: 'polymarket',
|
|
766
781
|
Kalshi: 'kalshi',
|
|
767
|
-
Limitless: 'limitless'
|
|
782
|
+
Limitless: 'limitless',
|
|
783
|
+
Probable: 'probable'
|
|
768
784
|
};
|
|
769
785
|
/**
|
|
770
786
|
* @export
|
|
@@ -772,7 +788,8 @@ export const GetExecutionPriceDetailedExchangeEnum = {
|
|
|
772
788
|
export const WatchOrderBookOperationExchangeEnum = {
|
|
773
789
|
Polymarket: 'polymarket',
|
|
774
790
|
Kalshi: 'kalshi',
|
|
775
|
-
Limitless: 'limitless'
|
|
791
|
+
Limitless: 'limitless',
|
|
792
|
+
Probable: 'probable'
|
|
776
793
|
};
|
|
777
794
|
/**
|
|
778
795
|
* @export
|
|
@@ -780,7 +797,8 @@ export const WatchOrderBookOperationExchangeEnum = {
|
|
|
780
797
|
export const WatchPricesOperationExchangeEnum = {
|
|
781
798
|
Polymarket: 'polymarket',
|
|
782
799
|
Kalshi: 'kalshi',
|
|
783
|
-
Limitless: 'limitless'
|
|
800
|
+
Limitless: 'limitless',
|
|
801
|
+
Probable: 'probable'
|
|
784
802
|
};
|
|
785
803
|
/**
|
|
786
804
|
* @export
|
|
@@ -788,7 +806,8 @@ export const WatchPricesOperationExchangeEnum = {
|
|
|
788
806
|
export const WatchTradesOperationExchangeEnum = {
|
|
789
807
|
Polymarket: 'polymarket',
|
|
790
808
|
Kalshi: 'kalshi',
|
|
791
|
-
Limitless: 'limitless'
|
|
809
|
+
Limitless: 'limitless',
|
|
810
|
+
Probable: 'probable'
|
|
792
811
|
};
|
|
793
812
|
/**
|
|
794
813
|
* @export
|
|
@@ -796,7 +815,8 @@ export const WatchTradesOperationExchangeEnum = {
|
|
|
796
815
|
export const WatchUserPositionsOperationExchangeEnum = {
|
|
797
816
|
Polymarket: 'polymarket',
|
|
798
817
|
Kalshi: 'kalshi',
|
|
799
|
-
Limitless: 'limitless'
|
|
818
|
+
Limitless: 'limitless',
|
|
819
|
+
Probable: 'probable'
|
|
800
820
|
};
|
|
801
821
|
/**
|
|
802
822
|
* @export
|
|
@@ -804,5 +824,6 @@ export const WatchUserPositionsOperationExchangeEnum = {
|
|
|
804
824
|
export const WatchUserTransactionsExchangeEnum = {
|
|
805
825
|
Polymarket: 'polymarket',
|
|
806
826
|
Kalshi: 'kalshi',
|
|
807
|
-
Limitless: 'limitless'
|
|
827
|
+
Limitless: 'limitless',
|
|
828
|
+
Probable: 'probable'
|
|
808
829
|
};
|
|
@@ -293,6 +293,7 @@ export declare const CancelOrderOperationExchangeEnum: {
|
|
|
293
293
|
readonly Polymarket: "polymarket";
|
|
294
294
|
readonly Kalshi: "kalshi";
|
|
295
295
|
readonly Limitless: "limitless";
|
|
296
|
+
readonly Probable: "probable";
|
|
296
297
|
};
|
|
297
298
|
export type CancelOrderOperationExchangeEnum = typeof CancelOrderOperationExchangeEnum[keyof typeof CancelOrderOperationExchangeEnum];
|
|
298
299
|
/**
|
|
@@ -302,6 +303,7 @@ export declare const CloseExchangeEnum: {
|
|
|
302
303
|
readonly Polymarket: "polymarket";
|
|
303
304
|
readonly Kalshi: "kalshi";
|
|
304
305
|
readonly Limitless: "limitless";
|
|
306
|
+
readonly Probable: "probable";
|
|
305
307
|
};
|
|
306
308
|
export type CloseExchangeEnum = typeof CloseExchangeEnum[keyof typeof CloseExchangeEnum];
|
|
307
309
|
/**
|
|
@@ -311,6 +313,7 @@ export declare const CreateOrderOperationExchangeEnum: {
|
|
|
311
313
|
readonly Polymarket: "polymarket";
|
|
312
314
|
readonly Kalshi: "kalshi";
|
|
313
315
|
readonly Limitless: "limitless";
|
|
316
|
+
readonly Probable: "probable";
|
|
314
317
|
};
|
|
315
318
|
export type CreateOrderOperationExchangeEnum = typeof CreateOrderOperationExchangeEnum[keyof typeof CreateOrderOperationExchangeEnum];
|
|
316
319
|
/**
|
|
@@ -320,6 +323,7 @@ export declare const FetchBalanceExchangeEnum: {
|
|
|
320
323
|
readonly Polymarket: "polymarket";
|
|
321
324
|
readonly Kalshi: "kalshi";
|
|
322
325
|
readonly Limitless: "limitless";
|
|
326
|
+
readonly Probable: "probable";
|
|
323
327
|
};
|
|
324
328
|
export type FetchBalanceExchangeEnum = typeof FetchBalanceExchangeEnum[keyof typeof FetchBalanceExchangeEnum];
|
|
325
329
|
/**
|
|
@@ -329,6 +333,7 @@ export declare const FetchEventsOperationExchangeEnum: {
|
|
|
329
333
|
readonly Polymarket: "polymarket";
|
|
330
334
|
readonly Kalshi: "kalshi";
|
|
331
335
|
readonly Limitless: "limitless";
|
|
336
|
+
readonly Probable: "probable";
|
|
332
337
|
};
|
|
333
338
|
export type FetchEventsOperationExchangeEnum = typeof FetchEventsOperationExchangeEnum[keyof typeof FetchEventsOperationExchangeEnum];
|
|
334
339
|
/**
|
|
@@ -338,6 +343,7 @@ export declare const FetchMarketsOperationExchangeEnum: {
|
|
|
338
343
|
readonly Polymarket: "polymarket";
|
|
339
344
|
readonly Kalshi: "kalshi";
|
|
340
345
|
readonly Limitless: "limitless";
|
|
346
|
+
readonly Probable: "probable";
|
|
341
347
|
};
|
|
342
348
|
export type FetchMarketsOperationExchangeEnum = typeof FetchMarketsOperationExchangeEnum[keyof typeof FetchMarketsOperationExchangeEnum];
|
|
343
349
|
/**
|
|
@@ -347,6 +353,7 @@ export declare const FetchOHLCVOperationExchangeEnum: {
|
|
|
347
353
|
readonly Polymarket: "polymarket";
|
|
348
354
|
readonly Kalshi: "kalshi";
|
|
349
355
|
readonly Limitless: "limitless";
|
|
356
|
+
readonly Probable: "probable";
|
|
350
357
|
};
|
|
351
358
|
export type FetchOHLCVOperationExchangeEnum = typeof FetchOHLCVOperationExchangeEnum[keyof typeof FetchOHLCVOperationExchangeEnum];
|
|
352
359
|
/**
|
|
@@ -356,6 +363,7 @@ export declare const FetchOpenOrdersOperationExchangeEnum: {
|
|
|
356
363
|
readonly Polymarket: "polymarket";
|
|
357
364
|
readonly Kalshi: "kalshi";
|
|
358
365
|
readonly Limitless: "limitless";
|
|
366
|
+
readonly Probable: "probable";
|
|
359
367
|
};
|
|
360
368
|
export type FetchOpenOrdersOperationExchangeEnum = typeof FetchOpenOrdersOperationExchangeEnum[keyof typeof FetchOpenOrdersOperationExchangeEnum];
|
|
361
369
|
/**
|
|
@@ -365,6 +373,7 @@ export declare const FetchOrderExchangeEnum: {
|
|
|
365
373
|
readonly Polymarket: "polymarket";
|
|
366
374
|
readonly Kalshi: "kalshi";
|
|
367
375
|
readonly Limitless: "limitless";
|
|
376
|
+
readonly Probable: "probable";
|
|
368
377
|
};
|
|
369
378
|
export type FetchOrderExchangeEnum = typeof FetchOrderExchangeEnum[keyof typeof FetchOrderExchangeEnum];
|
|
370
379
|
/**
|
|
@@ -374,6 +383,7 @@ export declare const FetchOrderBookOperationExchangeEnum: {
|
|
|
374
383
|
readonly Polymarket: "polymarket";
|
|
375
384
|
readonly Kalshi: "kalshi";
|
|
376
385
|
readonly Limitless: "limitless";
|
|
386
|
+
readonly Probable: "probable";
|
|
377
387
|
};
|
|
378
388
|
export type FetchOrderBookOperationExchangeEnum = typeof FetchOrderBookOperationExchangeEnum[keyof typeof FetchOrderBookOperationExchangeEnum];
|
|
379
389
|
/**
|
|
@@ -383,6 +393,7 @@ export declare const FetchPositionsOperationExchangeEnum: {
|
|
|
383
393
|
readonly Polymarket: "polymarket";
|
|
384
394
|
readonly Kalshi: "kalshi";
|
|
385
395
|
readonly Limitless: "limitless";
|
|
396
|
+
readonly Probable: "probable";
|
|
386
397
|
};
|
|
387
398
|
export type FetchPositionsOperationExchangeEnum = typeof FetchPositionsOperationExchangeEnum[keyof typeof FetchPositionsOperationExchangeEnum];
|
|
388
399
|
/**
|
|
@@ -392,6 +403,7 @@ export declare const FetchTradesOperationExchangeEnum: {
|
|
|
392
403
|
readonly Polymarket: "polymarket";
|
|
393
404
|
readonly Kalshi: "kalshi";
|
|
394
405
|
readonly Limitless: "limitless";
|
|
406
|
+
readonly Probable: "probable";
|
|
395
407
|
};
|
|
396
408
|
export type FetchTradesOperationExchangeEnum = typeof FetchTradesOperationExchangeEnum[keyof typeof FetchTradesOperationExchangeEnum];
|
|
397
409
|
/**
|
|
@@ -401,6 +413,7 @@ export declare const FilterEventsOperationExchangeEnum: {
|
|
|
401
413
|
readonly Polymarket: "polymarket";
|
|
402
414
|
readonly Kalshi: "kalshi";
|
|
403
415
|
readonly Limitless: "limitless";
|
|
416
|
+
readonly Probable: "probable";
|
|
404
417
|
};
|
|
405
418
|
export type FilterEventsOperationExchangeEnum = typeof FilterEventsOperationExchangeEnum[keyof typeof FilterEventsOperationExchangeEnum];
|
|
406
419
|
/**
|
|
@@ -410,6 +423,7 @@ export declare const FilterMarketsOperationExchangeEnum: {
|
|
|
410
423
|
readonly Polymarket: "polymarket";
|
|
411
424
|
readonly Kalshi: "kalshi";
|
|
412
425
|
readonly Limitless: "limitless";
|
|
426
|
+
readonly Probable: "probable";
|
|
413
427
|
};
|
|
414
428
|
export type FilterMarketsOperationExchangeEnum = typeof FilterMarketsOperationExchangeEnum[keyof typeof FilterMarketsOperationExchangeEnum];
|
|
415
429
|
/**
|
|
@@ -419,6 +433,7 @@ export declare const GetExecutionPriceOperationExchangeEnum: {
|
|
|
419
433
|
readonly Polymarket: "polymarket";
|
|
420
434
|
readonly Kalshi: "kalshi";
|
|
421
435
|
readonly Limitless: "limitless";
|
|
436
|
+
readonly Probable: "probable";
|
|
422
437
|
};
|
|
423
438
|
export type GetExecutionPriceOperationExchangeEnum = typeof GetExecutionPriceOperationExchangeEnum[keyof typeof GetExecutionPriceOperationExchangeEnum];
|
|
424
439
|
/**
|
|
@@ -428,6 +443,7 @@ export declare const GetExecutionPriceDetailedExchangeEnum: {
|
|
|
428
443
|
readonly Polymarket: "polymarket";
|
|
429
444
|
readonly Kalshi: "kalshi";
|
|
430
445
|
readonly Limitless: "limitless";
|
|
446
|
+
readonly Probable: "probable";
|
|
431
447
|
};
|
|
432
448
|
export type GetExecutionPriceDetailedExchangeEnum = typeof GetExecutionPriceDetailedExchangeEnum[keyof typeof GetExecutionPriceDetailedExchangeEnum];
|
|
433
449
|
/**
|
|
@@ -437,6 +453,7 @@ export declare const WatchOrderBookOperationExchangeEnum: {
|
|
|
437
453
|
readonly Polymarket: "polymarket";
|
|
438
454
|
readonly Kalshi: "kalshi";
|
|
439
455
|
readonly Limitless: "limitless";
|
|
456
|
+
readonly Probable: "probable";
|
|
440
457
|
};
|
|
441
458
|
export type WatchOrderBookOperationExchangeEnum = typeof WatchOrderBookOperationExchangeEnum[keyof typeof WatchOrderBookOperationExchangeEnum];
|
|
442
459
|
/**
|
|
@@ -446,6 +463,7 @@ export declare const WatchPricesOperationExchangeEnum: {
|
|
|
446
463
|
readonly Polymarket: "polymarket";
|
|
447
464
|
readonly Kalshi: "kalshi";
|
|
448
465
|
readonly Limitless: "limitless";
|
|
466
|
+
readonly Probable: "probable";
|
|
449
467
|
};
|
|
450
468
|
export type WatchPricesOperationExchangeEnum = typeof WatchPricesOperationExchangeEnum[keyof typeof WatchPricesOperationExchangeEnum];
|
|
451
469
|
/**
|
|
@@ -455,6 +473,7 @@ export declare const WatchTradesOperationExchangeEnum: {
|
|
|
455
473
|
readonly Polymarket: "polymarket";
|
|
456
474
|
readonly Kalshi: "kalshi";
|
|
457
475
|
readonly Limitless: "limitless";
|
|
476
|
+
readonly Probable: "probable";
|
|
458
477
|
};
|
|
459
478
|
export type WatchTradesOperationExchangeEnum = typeof WatchTradesOperationExchangeEnum[keyof typeof WatchTradesOperationExchangeEnum];
|
|
460
479
|
/**
|
|
@@ -464,6 +483,7 @@ export declare const WatchUserPositionsOperationExchangeEnum: {
|
|
|
464
483
|
readonly Polymarket: "polymarket";
|
|
465
484
|
readonly Kalshi: "kalshi";
|
|
466
485
|
readonly Limitless: "limitless";
|
|
486
|
+
readonly Probable: "probable";
|
|
467
487
|
};
|
|
468
488
|
export type WatchUserPositionsOperationExchangeEnum = typeof WatchUserPositionsOperationExchangeEnum[keyof typeof WatchUserPositionsOperationExchangeEnum];
|
|
469
489
|
/**
|
|
@@ -473,5 +493,6 @@ export declare const WatchUserTransactionsExchangeEnum: {
|
|
|
473
493
|
readonly Polymarket: "polymarket";
|
|
474
494
|
readonly Kalshi: "kalshi";
|
|
475
495
|
readonly Limitless: "limitless";
|
|
496
|
+
readonly Probable: "probable";
|
|
476
497
|
};
|
|
477
498
|
export type WatchUserTransactionsExchangeEnum = typeof WatchUserTransactionsExchangeEnum[keyof typeof WatchUserTransactionsExchangeEnum];
|
|
@@ -681,7 +681,8 @@ exports.DefaultApi = DefaultApi;
|
|
|
681
681
|
exports.CancelOrderOperationExchangeEnum = {
|
|
682
682
|
Polymarket: 'polymarket',
|
|
683
683
|
Kalshi: 'kalshi',
|
|
684
|
-
Limitless: 'limitless'
|
|
684
|
+
Limitless: 'limitless',
|
|
685
|
+
Probable: 'probable'
|
|
685
686
|
};
|
|
686
687
|
/**
|
|
687
688
|
* @export
|
|
@@ -689,7 +690,8 @@ exports.CancelOrderOperationExchangeEnum = {
|
|
|
689
690
|
exports.CloseExchangeEnum = {
|
|
690
691
|
Polymarket: 'polymarket',
|
|
691
692
|
Kalshi: 'kalshi',
|
|
692
|
-
Limitless: 'limitless'
|
|
693
|
+
Limitless: 'limitless',
|
|
694
|
+
Probable: 'probable'
|
|
693
695
|
};
|
|
694
696
|
/**
|
|
695
697
|
* @export
|
|
@@ -697,7 +699,8 @@ exports.CloseExchangeEnum = {
|
|
|
697
699
|
exports.CreateOrderOperationExchangeEnum = {
|
|
698
700
|
Polymarket: 'polymarket',
|
|
699
701
|
Kalshi: 'kalshi',
|
|
700
|
-
Limitless: 'limitless'
|
|
702
|
+
Limitless: 'limitless',
|
|
703
|
+
Probable: 'probable'
|
|
701
704
|
};
|
|
702
705
|
/**
|
|
703
706
|
* @export
|
|
@@ -705,7 +708,8 @@ exports.CreateOrderOperationExchangeEnum = {
|
|
|
705
708
|
exports.FetchBalanceExchangeEnum = {
|
|
706
709
|
Polymarket: 'polymarket',
|
|
707
710
|
Kalshi: 'kalshi',
|
|
708
|
-
Limitless: 'limitless'
|
|
711
|
+
Limitless: 'limitless',
|
|
712
|
+
Probable: 'probable'
|
|
709
713
|
};
|
|
710
714
|
/**
|
|
711
715
|
* @export
|
|
@@ -713,7 +717,8 @@ exports.FetchBalanceExchangeEnum = {
|
|
|
713
717
|
exports.FetchEventsOperationExchangeEnum = {
|
|
714
718
|
Polymarket: 'polymarket',
|
|
715
719
|
Kalshi: 'kalshi',
|
|
716
|
-
Limitless: 'limitless'
|
|
720
|
+
Limitless: 'limitless',
|
|
721
|
+
Probable: 'probable'
|
|
717
722
|
};
|
|
718
723
|
/**
|
|
719
724
|
* @export
|
|
@@ -721,7 +726,8 @@ exports.FetchEventsOperationExchangeEnum = {
|
|
|
721
726
|
exports.FetchMarketsOperationExchangeEnum = {
|
|
722
727
|
Polymarket: 'polymarket',
|
|
723
728
|
Kalshi: 'kalshi',
|
|
724
|
-
Limitless: 'limitless'
|
|
729
|
+
Limitless: 'limitless',
|
|
730
|
+
Probable: 'probable'
|
|
725
731
|
};
|
|
726
732
|
/**
|
|
727
733
|
* @export
|
|
@@ -729,7 +735,8 @@ exports.FetchMarketsOperationExchangeEnum = {
|
|
|
729
735
|
exports.FetchOHLCVOperationExchangeEnum = {
|
|
730
736
|
Polymarket: 'polymarket',
|
|
731
737
|
Kalshi: 'kalshi',
|
|
732
|
-
Limitless: 'limitless'
|
|
738
|
+
Limitless: 'limitless',
|
|
739
|
+
Probable: 'probable'
|
|
733
740
|
};
|
|
734
741
|
/**
|
|
735
742
|
* @export
|
|
@@ -737,7 +744,8 @@ exports.FetchOHLCVOperationExchangeEnum = {
|
|
|
737
744
|
exports.FetchOpenOrdersOperationExchangeEnum = {
|
|
738
745
|
Polymarket: 'polymarket',
|
|
739
746
|
Kalshi: 'kalshi',
|
|
740
|
-
Limitless: 'limitless'
|
|
747
|
+
Limitless: 'limitless',
|
|
748
|
+
Probable: 'probable'
|
|
741
749
|
};
|
|
742
750
|
/**
|
|
743
751
|
* @export
|
|
@@ -745,7 +753,8 @@ exports.FetchOpenOrdersOperationExchangeEnum = {
|
|
|
745
753
|
exports.FetchOrderExchangeEnum = {
|
|
746
754
|
Polymarket: 'polymarket',
|
|
747
755
|
Kalshi: 'kalshi',
|
|
748
|
-
Limitless: 'limitless'
|
|
756
|
+
Limitless: 'limitless',
|
|
757
|
+
Probable: 'probable'
|
|
749
758
|
};
|
|
750
759
|
/**
|
|
751
760
|
* @export
|
|
@@ -753,7 +762,8 @@ exports.FetchOrderExchangeEnum = {
|
|
|
753
762
|
exports.FetchOrderBookOperationExchangeEnum = {
|
|
754
763
|
Polymarket: 'polymarket',
|
|
755
764
|
Kalshi: 'kalshi',
|
|
756
|
-
Limitless: 'limitless'
|
|
765
|
+
Limitless: 'limitless',
|
|
766
|
+
Probable: 'probable'
|
|
757
767
|
};
|
|
758
768
|
/**
|
|
759
769
|
* @export
|
|
@@ -761,7 +771,8 @@ exports.FetchOrderBookOperationExchangeEnum = {
|
|
|
761
771
|
exports.FetchPositionsOperationExchangeEnum = {
|
|
762
772
|
Polymarket: 'polymarket',
|
|
763
773
|
Kalshi: 'kalshi',
|
|
764
|
-
Limitless: 'limitless'
|
|
774
|
+
Limitless: 'limitless',
|
|
775
|
+
Probable: 'probable'
|
|
765
776
|
};
|
|
766
777
|
/**
|
|
767
778
|
* @export
|
|
@@ -769,7 +780,8 @@ exports.FetchPositionsOperationExchangeEnum = {
|
|
|
769
780
|
exports.FetchTradesOperationExchangeEnum = {
|
|
770
781
|
Polymarket: 'polymarket',
|
|
771
782
|
Kalshi: 'kalshi',
|
|
772
|
-
Limitless: 'limitless'
|
|
783
|
+
Limitless: 'limitless',
|
|
784
|
+
Probable: 'probable'
|
|
773
785
|
};
|
|
774
786
|
/**
|
|
775
787
|
* @export
|
|
@@ -777,7 +789,8 @@ exports.FetchTradesOperationExchangeEnum = {
|
|
|
777
789
|
exports.FilterEventsOperationExchangeEnum = {
|
|
778
790
|
Polymarket: 'polymarket',
|
|
779
791
|
Kalshi: 'kalshi',
|
|
780
|
-
Limitless: 'limitless'
|
|
792
|
+
Limitless: 'limitless',
|
|
793
|
+
Probable: 'probable'
|
|
781
794
|
};
|
|
782
795
|
/**
|
|
783
796
|
* @export
|
|
@@ -785,7 +798,8 @@ exports.FilterEventsOperationExchangeEnum = {
|
|
|
785
798
|
exports.FilterMarketsOperationExchangeEnum = {
|
|
786
799
|
Polymarket: 'polymarket',
|
|
787
800
|
Kalshi: 'kalshi',
|
|
788
|
-
Limitless: 'limitless'
|
|
801
|
+
Limitless: 'limitless',
|
|
802
|
+
Probable: 'probable'
|
|
789
803
|
};
|
|
790
804
|
/**
|
|
791
805
|
* @export
|
|
@@ -793,7 +807,8 @@ exports.FilterMarketsOperationExchangeEnum = {
|
|
|
793
807
|
exports.GetExecutionPriceOperationExchangeEnum = {
|
|
794
808
|
Polymarket: 'polymarket',
|
|
795
809
|
Kalshi: 'kalshi',
|
|
796
|
-
Limitless: 'limitless'
|
|
810
|
+
Limitless: 'limitless',
|
|
811
|
+
Probable: 'probable'
|
|
797
812
|
};
|
|
798
813
|
/**
|
|
799
814
|
* @export
|
|
@@ -801,7 +816,8 @@ exports.GetExecutionPriceOperationExchangeEnum = {
|
|
|
801
816
|
exports.GetExecutionPriceDetailedExchangeEnum = {
|
|
802
817
|
Polymarket: 'polymarket',
|
|
803
818
|
Kalshi: 'kalshi',
|
|
804
|
-
Limitless: 'limitless'
|
|
819
|
+
Limitless: 'limitless',
|
|
820
|
+
Probable: 'probable'
|
|
805
821
|
};
|
|
806
822
|
/**
|
|
807
823
|
* @export
|
|
@@ -809,7 +825,8 @@ exports.GetExecutionPriceDetailedExchangeEnum = {
|
|
|
809
825
|
exports.WatchOrderBookOperationExchangeEnum = {
|
|
810
826
|
Polymarket: 'polymarket',
|
|
811
827
|
Kalshi: 'kalshi',
|
|
812
|
-
Limitless: 'limitless'
|
|
828
|
+
Limitless: 'limitless',
|
|
829
|
+
Probable: 'probable'
|
|
813
830
|
};
|
|
814
831
|
/**
|
|
815
832
|
* @export
|
|
@@ -817,7 +834,8 @@ exports.WatchOrderBookOperationExchangeEnum = {
|
|
|
817
834
|
exports.WatchPricesOperationExchangeEnum = {
|
|
818
835
|
Polymarket: 'polymarket',
|
|
819
836
|
Kalshi: 'kalshi',
|
|
820
|
-
Limitless: 'limitless'
|
|
837
|
+
Limitless: 'limitless',
|
|
838
|
+
Probable: 'probable'
|
|
821
839
|
};
|
|
822
840
|
/**
|
|
823
841
|
* @export
|
|
@@ -825,7 +843,8 @@ exports.WatchPricesOperationExchangeEnum = {
|
|
|
825
843
|
exports.WatchTradesOperationExchangeEnum = {
|
|
826
844
|
Polymarket: 'polymarket',
|
|
827
845
|
Kalshi: 'kalshi',
|
|
828
|
-
Limitless: 'limitless'
|
|
846
|
+
Limitless: 'limitless',
|
|
847
|
+
Probable: 'probable'
|
|
829
848
|
};
|
|
830
849
|
/**
|
|
831
850
|
* @export
|
|
@@ -833,7 +852,8 @@ exports.WatchTradesOperationExchangeEnum = {
|
|
|
833
852
|
exports.WatchUserPositionsOperationExchangeEnum = {
|
|
834
853
|
Polymarket: 'polymarket',
|
|
835
854
|
Kalshi: 'kalshi',
|
|
836
|
-
Limitless: 'limitless'
|
|
855
|
+
Limitless: 'limitless',
|
|
856
|
+
Probable: 'probable'
|
|
837
857
|
};
|
|
838
858
|
/**
|
|
839
859
|
* @export
|
|
@@ -841,5 +861,6 @@ exports.WatchUserPositionsOperationExchangeEnum = {
|
|
|
841
861
|
exports.WatchUserTransactionsExchangeEnum = {
|
|
842
862
|
Polymarket: 'polymarket',
|
|
843
863
|
Kalshi: 'kalshi',
|
|
844
|
-
Limitless: 'limitless'
|
|
864
|
+
Limitless: 'limitless',
|
|
865
|
+
Probable: 'probable'
|
|
845
866
|
};
|
|
@@ -49,7 +49,7 @@ async function example() {
|
|
|
49
49
|
const api = new DefaultApi();
|
|
50
50
|
|
|
51
51
|
const body = {
|
|
52
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
52
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
53
53
|
exchange: exchange_example,
|
|
54
54
|
// CancelOrderRequest (optional)
|
|
55
55
|
cancelOrderRequest: ...,
|
|
@@ -72,7 +72,7 @@ example().catch(console.error);
|
|
|
72
72
|
|
|
73
73
|
| Name | Type | Description | Notes |
|
|
74
74
|
|------------- | ------------- | ------------- | -------------|
|
|
75
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
75
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
76
76
|
| **cancelOrderRequest** | [CancelOrderRequest](CancelOrderRequest.md) | | [Optional] |
|
|
77
77
|
|
|
78
78
|
### Return type
|
|
@@ -119,7 +119,7 @@ async function example() {
|
|
|
119
119
|
const api = new DefaultApi();
|
|
120
120
|
|
|
121
121
|
const body = {
|
|
122
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
122
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
123
123
|
exchange: exchange_example,
|
|
124
124
|
// WatchUserPositionsRequest (optional)
|
|
125
125
|
watchUserPositionsRequest: ...,
|
|
@@ -142,7 +142,7 @@ example().catch(console.error);
|
|
|
142
142
|
|
|
143
143
|
| Name | Type | Description | Notes |
|
|
144
144
|
|------------- | ------------- | ------------- | -------------|
|
|
145
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
145
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
146
146
|
| **watchUserPositionsRequest** | [WatchUserPositionsRequest](WatchUserPositionsRequest.md) | | [Optional] |
|
|
147
147
|
|
|
148
148
|
### Return type
|
|
@@ -187,7 +187,7 @@ async function example() {
|
|
|
187
187
|
const api = new DefaultApi();
|
|
188
188
|
|
|
189
189
|
const body = {
|
|
190
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
190
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
191
191
|
exchange: exchange_example,
|
|
192
192
|
// CreateOrderRequest (optional)
|
|
193
193
|
createOrderRequest: ...,
|
|
@@ -210,7 +210,7 @@ example().catch(console.error);
|
|
|
210
210
|
|
|
211
211
|
| Name | Type | Description | Notes |
|
|
212
212
|
|------------- | ------------- | ------------- | -------------|
|
|
213
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
213
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
214
214
|
| **createOrderRequest** | [CreateOrderRequest](CreateOrderRequest.md) | | [Optional] |
|
|
215
215
|
|
|
216
216
|
### Return type
|
|
@@ -255,7 +255,7 @@ async function example() {
|
|
|
255
255
|
const api = new DefaultApi();
|
|
256
256
|
|
|
257
257
|
const body = {
|
|
258
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
258
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
259
259
|
exchange: exchange_example,
|
|
260
260
|
// FetchPositionsRequest (optional)
|
|
261
261
|
fetchPositionsRequest: ...,
|
|
@@ -278,7 +278,7 @@ example().catch(console.error);
|
|
|
278
278
|
|
|
279
279
|
| Name | Type | Description | Notes |
|
|
280
280
|
|------------- | ------------- | ------------- | -------------|
|
|
281
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
281
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
282
282
|
| **fetchPositionsRequest** | [FetchPositionsRequest](FetchPositionsRequest.md) | | [Optional] |
|
|
283
283
|
|
|
284
284
|
### Return type
|
|
@@ -323,7 +323,7 @@ async function example() {
|
|
|
323
323
|
const api = new DefaultApi();
|
|
324
324
|
|
|
325
325
|
const body = {
|
|
326
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
326
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
327
327
|
exchange: exchange_example,
|
|
328
328
|
// FetchEventsRequest (optional)
|
|
329
329
|
fetchEventsRequest: ...,
|
|
@@ -346,7 +346,7 @@ example().catch(console.error);
|
|
|
346
346
|
|
|
347
347
|
| Name | Type | Description | Notes |
|
|
348
348
|
|------------- | ------------- | ------------- | -------------|
|
|
349
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
349
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
350
350
|
| **fetchEventsRequest** | [FetchEventsRequest](FetchEventsRequest.md) | | [Optional] |
|
|
351
351
|
|
|
352
352
|
### Return type
|
|
@@ -391,7 +391,7 @@ async function example() {
|
|
|
391
391
|
const api = new DefaultApi();
|
|
392
392
|
|
|
393
393
|
const body = {
|
|
394
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
394
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
395
395
|
exchange: exchange_example,
|
|
396
396
|
// FetchMarketsRequest (optional)
|
|
397
397
|
fetchMarketsRequest: ...,
|
|
@@ -414,7 +414,7 @@ example().catch(console.error);
|
|
|
414
414
|
|
|
415
415
|
| Name | Type | Description | Notes |
|
|
416
416
|
|------------- | ------------- | ------------- | -------------|
|
|
417
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
417
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
418
418
|
| **fetchMarketsRequest** | [FetchMarketsRequest](FetchMarketsRequest.md) | | [Optional] |
|
|
419
419
|
|
|
420
420
|
### Return type
|
|
@@ -459,7 +459,7 @@ async function example() {
|
|
|
459
459
|
const api = new DefaultApi();
|
|
460
460
|
|
|
461
461
|
const body = {
|
|
462
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
462
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
463
463
|
exchange: exchange_example,
|
|
464
464
|
// FetchOHLCVRequest (optional)
|
|
465
465
|
fetchOHLCVRequest: ...,
|
|
@@ -482,7 +482,7 @@ example().catch(console.error);
|
|
|
482
482
|
|
|
483
483
|
| Name | Type | Description | Notes |
|
|
484
484
|
|------------- | ------------- | ------------- | -------------|
|
|
485
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
485
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
486
486
|
| **fetchOHLCVRequest** | [FetchOHLCVRequest](FetchOHLCVRequest.md) | | [Optional] |
|
|
487
487
|
|
|
488
488
|
### Return type
|
|
@@ -527,7 +527,7 @@ async function example() {
|
|
|
527
527
|
const api = new DefaultApi();
|
|
528
528
|
|
|
529
529
|
const body = {
|
|
530
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
530
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
531
531
|
exchange: exchange_example,
|
|
532
532
|
// FetchOpenOrdersRequest (optional)
|
|
533
533
|
fetchOpenOrdersRequest: ...,
|
|
@@ -550,7 +550,7 @@ example().catch(console.error);
|
|
|
550
550
|
|
|
551
551
|
| Name | Type | Description | Notes |
|
|
552
552
|
|------------- | ------------- | ------------- | -------------|
|
|
553
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
553
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
554
554
|
| **fetchOpenOrdersRequest** | [FetchOpenOrdersRequest](FetchOpenOrdersRequest.md) | | [Optional] |
|
|
555
555
|
|
|
556
556
|
### Return type
|
|
@@ -595,7 +595,7 @@ async function example() {
|
|
|
595
595
|
const api = new DefaultApi();
|
|
596
596
|
|
|
597
597
|
const body = {
|
|
598
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
598
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
599
599
|
exchange: exchange_example,
|
|
600
600
|
// CancelOrderRequest (optional)
|
|
601
601
|
cancelOrderRequest: ...,
|
|
@@ -618,7 +618,7 @@ example().catch(console.error);
|
|
|
618
618
|
|
|
619
619
|
| Name | Type | Description | Notes |
|
|
620
620
|
|------------- | ------------- | ------------- | -------------|
|
|
621
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
621
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
622
622
|
| **cancelOrderRequest** | [CancelOrderRequest](CancelOrderRequest.md) | | [Optional] |
|
|
623
623
|
|
|
624
624
|
### Return type
|
|
@@ -663,7 +663,7 @@ async function example() {
|
|
|
663
663
|
const api = new DefaultApi();
|
|
664
664
|
|
|
665
665
|
const body = {
|
|
666
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
666
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
667
667
|
exchange: exchange_example,
|
|
668
668
|
// FetchOrderBookRequest (optional)
|
|
669
669
|
fetchOrderBookRequest: ...,
|
|
@@ -686,7 +686,7 @@ example().catch(console.error);
|
|
|
686
686
|
|
|
687
687
|
| Name | Type | Description | Notes |
|
|
688
688
|
|------------- | ------------- | ------------- | -------------|
|
|
689
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
689
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
690
690
|
| **fetchOrderBookRequest** | [FetchOrderBookRequest](FetchOrderBookRequest.md) | | [Optional] |
|
|
691
691
|
|
|
692
692
|
### Return type
|
|
@@ -731,7 +731,7 @@ async function example() {
|
|
|
731
731
|
const api = new DefaultApi();
|
|
732
732
|
|
|
733
733
|
const body = {
|
|
734
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
734
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
735
735
|
exchange: exchange_example,
|
|
736
736
|
// FetchPositionsRequest (optional)
|
|
737
737
|
fetchPositionsRequest: ...,
|
|
@@ -754,7 +754,7 @@ example().catch(console.error);
|
|
|
754
754
|
|
|
755
755
|
| Name | Type | Description | Notes |
|
|
756
756
|
|------------- | ------------- | ------------- | -------------|
|
|
757
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
757
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
758
758
|
| **fetchPositionsRequest** | [FetchPositionsRequest](FetchPositionsRequest.md) | | [Optional] |
|
|
759
759
|
|
|
760
760
|
### Return type
|
|
@@ -799,7 +799,7 @@ async function example() {
|
|
|
799
799
|
const api = new DefaultApi();
|
|
800
800
|
|
|
801
801
|
const body = {
|
|
802
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
802
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
803
803
|
exchange: exchange_example,
|
|
804
804
|
// FetchTradesRequest (optional)
|
|
805
805
|
fetchTradesRequest: ...,
|
|
@@ -822,7 +822,7 @@ example().catch(console.error);
|
|
|
822
822
|
|
|
823
823
|
| Name | Type | Description | Notes |
|
|
824
824
|
|------------- | ------------- | ------------- | -------------|
|
|
825
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
825
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
826
826
|
| **fetchTradesRequest** | [FetchTradesRequest](FetchTradesRequest.md) | | [Optional] |
|
|
827
827
|
|
|
828
828
|
### Return type
|
|
@@ -869,7 +869,7 @@ async function example() {
|
|
|
869
869
|
const api = new DefaultApi();
|
|
870
870
|
|
|
871
871
|
const body = {
|
|
872
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
872
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
873
873
|
exchange: exchange_example,
|
|
874
874
|
// FilterEventsRequest (optional)
|
|
875
875
|
filterEventsRequest: ...,
|
|
@@ -892,7 +892,7 @@ example().catch(console.error);
|
|
|
892
892
|
|
|
893
893
|
| Name | Type | Description | Notes |
|
|
894
894
|
|------------- | ------------- | ------------- | -------------|
|
|
895
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
895
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
896
896
|
| **filterEventsRequest** | [FilterEventsRequest](FilterEventsRequest.md) | | [Optional] |
|
|
897
897
|
|
|
898
898
|
### Return type
|
|
@@ -939,7 +939,7 @@ async function example() {
|
|
|
939
939
|
const api = new DefaultApi();
|
|
940
940
|
|
|
941
941
|
const body = {
|
|
942
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
942
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
943
943
|
exchange: exchange_example,
|
|
944
944
|
// FilterMarketsRequest (optional)
|
|
945
945
|
filterMarketsRequest: ...,
|
|
@@ -962,7 +962,7 @@ example().catch(console.error);
|
|
|
962
962
|
|
|
963
963
|
| Name | Type | Description | Notes |
|
|
964
964
|
|------------- | ------------- | ------------- | -------------|
|
|
965
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
965
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
966
966
|
| **filterMarketsRequest** | [FilterMarketsRequest](FilterMarketsRequest.md) | | [Optional] |
|
|
967
967
|
|
|
968
968
|
### Return type
|
|
@@ -1007,7 +1007,7 @@ async function example() {
|
|
|
1007
1007
|
const api = new DefaultApi();
|
|
1008
1008
|
|
|
1009
1009
|
const body = {
|
|
1010
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
1010
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
1011
1011
|
exchange: exchange_example,
|
|
1012
1012
|
// GetExecutionPriceRequest (optional)
|
|
1013
1013
|
getExecutionPriceRequest: ...,
|
|
@@ -1030,7 +1030,7 @@ example().catch(console.error);
|
|
|
1030
1030
|
|
|
1031
1031
|
| Name | Type | Description | Notes |
|
|
1032
1032
|
|------------- | ------------- | ------------- | -------------|
|
|
1033
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
1033
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
1034
1034
|
| **getExecutionPriceRequest** | [GetExecutionPriceRequest](GetExecutionPriceRequest.md) | | [Optional] |
|
|
1035
1035
|
|
|
1036
1036
|
### Return type
|
|
@@ -1075,7 +1075,7 @@ async function example() {
|
|
|
1075
1075
|
const api = new DefaultApi();
|
|
1076
1076
|
|
|
1077
1077
|
const body = {
|
|
1078
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
1078
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
1079
1079
|
exchange: exchange_example,
|
|
1080
1080
|
// GetExecutionPriceRequest (optional)
|
|
1081
1081
|
getExecutionPriceRequest: ...,
|
|
@@ -1098,7 +1098,7 @@ example().catch(console.error);
|
|
|
1098
1098
|
|
|
1099
1099
|
| Name | Type | Description | Notes |
|
|
1100
1100
|
|------------- | ------------- | ------------- | -------------|
|
|
1101
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
1101
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
1102
1102
|
| **getExecutionPriceRequest** | [GetExecutionPriceRequest](GetExecutionPriceRequest.md) | | [Optional] |
|
|
1103
1103
|
|
|
1104
1104
|
### Return type
|
|
@@ -1202,7 +1202,7 @@ async function example() {
|
|
|
1202
1202
|
const api = new DefaultApi();
|
|
1203
1203
|
|
|
1204
1204
|
const body = {
|
|
1205
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
1205
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
1206
1206
|
exchange: exchange_example,
|
|
1207
1207
|
// WatchOrderBookRequest (optional)
|
|
1208
1208
|
watchOrderBookRequest: ...,
|
|
@@ -1225,7 +1225,7 @@ example().catch(console.error);
|
|
|
1225
1225
|
|
|
1226
1226
|
| Name | Type | Description | Notes |
|
|
1227
1227
|
|------------- | ------------- | ------------- | -------------|
|
|
1228
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
1228
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
1229
1229
|
| **watchOrderBookRequest** | [WatchOrderBookRequest](WatchOrderBookRequest.md) | | [Optional] |
|
|
1230
1230
|
|
|
1231
1231
|
### Return type
|
|
@@ -1270,7 +1270,7 @@ async function example() {
|
|
|
1270
1270
|
const api = new DefaultApi();
|
|
1271
1271
|
|
|
1272
1272
|
const body = {
|
|
1273
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
1273
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
1274
1274
|
exchange: exchange_example,
|
|
1275
1275
|
// WatchPricesRequest (optional)
|
|
1276
1276
|
watchPricesRequest: ...,
|
|
@@ -1293,7 +1293,7 @@ example().catch(console.error);
|
|
|
1293
1293
|
|
|
1294
1294
|
| Name | Type | Description | Notes |
|
|
1295
1295
|
|------------- | ------------- | ------------- | -------------|
|
|
1296
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
1296
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
1297
1297
|
| **watchPricesRequest** | [WatchPricesRequest](WatchPricesRequest.md) | | [Optional] |
|
|
1298
1298
|
|
|
1299
1299
|
### Return type
|
|
@@ -1340,7 +1340,7 @@ async function example() {
|
|
|
1340
1340
|
const api = new DefaultApi();
|
|
1341
1341
|
|
|
1342
1342
|
const body = {
|
|
1343
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
1343
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
1344
1344
|
exchange: exchange_example,
|
|
1345
1345
|
// WatchTradesRequest (optional)
|
|
1346
1346
|
watchTradesRequest: ...,
|
|
@@ -1363,7 +1363,7 @@ example().catch(console.error);
|
|
|
1363
1363
|
|
|
1364
1364
|
| Name | Type | Description | Notes |
|
|
1365
1365
|
|------------- | ------------- | ------------- | -------------|
|
|
1366
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
1366
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
1367
1367
|
| **watchTradesRequest** | [WatchTradesRequest](WatchTradesRequest.md) | | [Optional] |
|
|
1368
1368
|
|
|
1369
1369
|
### Return type
|
|
@@ -1408,7 +1408,7 @@ async function example() {
|
|
|
1408
1408
|
const api = new DefaultApi();
|
|
1409
1409
|
|
|
1410
1410
|
const body = {
|
|
1411
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
1411
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
1412
1412
|
exchange: exchange_example,
|
|
1413
1413
|
// WatchUserPositionsRequest (optional)
|
|
1414
1414
|
watchUserPositionsRequest: ...,
|
|
@@ -1431,7 +1431,7 @@ example().catch(console.error);
|
|
|
1431
1431
|
|
|
1432
1432
|
| Name | Type | Description | Notes |
|
|
1433
1433
|
|------------- | ------------- | ------------- | -------------|
|
|
1434
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
1434
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
1435
1435
|
| **watchUserPositionsRequest** | [WatchUserPositionsRequest](WatchUserPositionsRequest.md) | | [Optional] |
|
|
1436
1436
|
|
|
1437
1437
|
### Return type
|
|
@@ -1476,7 +1476,7 @@ async function example() {
|
|
|
1476
1476
|
const api = new DefaultApi();
|
|
1477
1477
|
|
|
1478
1478
|
const body = {
|
|
1479
|
-
// 'polymarket' | 'kalshi' | 'limitless' | The prediction market exchange to target.
|
|
1479
|
+
// 'polymarket' | 'kalshi' | 'limitless' | 'probable' | The prediction market exchange to target.
|
|
1480
1480
|
exchange: exchange_example,
|
|
1481
1481
|
// WatchUserPositionsRequest (optional)
|
|
1482
1482
|
watchUserPositionsRequest: ...,
|
|
@@ -1499,7 +1499,7 @@ example().catch(console.error);
|
|
|
1499
1499
|
|
|
1500
1500
|
| Name | Type | Description | Notes |
|
|
1501
1501
|
|------------- | ------------- | ------------- | -------------|
|
|
1502
|
-
| **exchange** | `polymarket`, `kalshi`, `limitless` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless] |
|
|
1502
|
+
| **exchange** | `polymarket`, `kalshi`, `limitless`, `probable` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable] |
|
|
1503
1503
|
| **watchUserPositionsRequest** | [WatchUserPositionsRequest](WatchUserPositionsRequest.md) | | [Optional] |
|
|
1504
1504
|
|
|
1505
1505
|
### Return type
|
package/generated/package.json
CHANGED
|
@@ -1103,7 +1103,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
1103
1103
|
export const CancelOrderOperationExchangeEnum = {
|
|
1104
1104
|
Polymarket: 'polymarket',
|
|
1105
1105
|
Kalshi: 'kalshi',
|
|
1106
|
-
Limitless: 'limitless'
|
|
1106
|
+
Limitless: 'limitless',
|
|
1107
|
+
Probable: 'probable'
|
|
1107
1108
|
} as const;
|
|
1108
1109
|
export type CancelOrderOperationExchangeEnum = typeof CancelOrderOperationExchangeEnum[keyof typeof CancelOrderOperationExchangeEnum];
|
|
1109
1110
|
/**
|
|
@@ -1112,7 +1113,8 @@ export type CancelOrderOperationExchangeEnum = typeof CancelOrderOperationExchan
|
|
|
1112
1113
|
export const CloseExchangeEnum = {
|
|
1113
1114
|
Polymarket: 'polymarket',
|
|
1114
1115
|
Kalshi: 'kalshi',
|
|
1115
|
-
Limitless: 'limitless'
|
|
1116
|
+
Limitless: 'limitless',
|
|
1117
|
+
Probable: 'probable'
|
|
1116
1118
|
} as const;
|
|
1117
1119
|
export type CloseExchangeEnum = typeof CloseExchangeEnum[keyof typeof CloseExchangeEnum];
|
|
1118
1120
|
/**
|
|
@@ -1121,7 +1123,8 @@ export type CloseExchangeEnum = typeof CloseExchangeEnum[keyof typeof CloseExcha
|
|
|
1121
1123
|
export const CreateOrderOperationExchangeEnum = {
|
|
1122
1124
|
Polymarket: 'polymarket',
|
|
1123
1125
|
Kalshi: 'kalshi',
|
|
1124
|
-
Limitless: 'limitless'
|
|
1126
|
+
Limitless: 'limitless',
|
|
1127
|
+
Probable: 'probable'
|
|
1125
1128
|
} as const;
|
|
1126
1129
|
export type CreateOrderOperationExchangeEnum = typeof CreateOrderOperationExchangeEnum[keyof typeof CreateOrderOperationExchangeEnum];
|
|
1127
1130
|
/**
|
|
@@ -1130,7 +1133,8 @@ export type CreateOrderOperationExchangeEnum = typeof CreateOrderOperationExchan
|
|
|
1130
1133
|
export const FetchBalanceExchangeEnum = {
|
|
1131
1134
|
Polymarket: 'polymarket',
|
|
1132
1135
|
Kalshi: 'kalshi',
|
|
1133
|
-
Limitless: 'limitless'
|
|
1136
|
+
Limitless: 'limitless',
|
|
1137
|
+
Probable: 'probable'
|
|
1134
1138
|
} as const;
|
|
1135
1139
|
export type FetchBalanceExchangeEnum = typeof FetchBalanceExchangeEnum[keyof typeof FetchBalanceExchangeEnum];
|
|
1136
1140
|
/**
|
|
@@ -1139,7 +1143,8 @@ export type FetchBalanceExchangeEnum = typeof FetchBalanceExchangeEnum[keyof typ
|
|
|
1139
1143
|
export const FetchEventsOperationExchangeEnum = {
|
|
1140
1144
|
Polymarket: 'polymarket',
|
|
1141
1145
|
Kalshi: 'kalshi',
|
|
1142
|
-
Limitless: 'limitless'
|
|
1146
|
+
Limitless: 'limitless',
|
|
1147
|
+
Probable: 'probable'
|
|
1143
1148
|
} as const;
|
|
1144
1149
|
export type FetchEventsOperationExchangeEnum = typeof FetchEventsOperationExchangeEnum[keyof typeof FetchEventsOperationExchangeEnum];
|
|
1145
1150
|
/**
|
|
@@ -1148,7 +1153,8 @@ export type FetchEventsOperationExchangeEnum = typeof FetchEventsOperationExchan
|
|
|
1148
1153
|
export const FetchMarketsOperationExchangeEnum = {
|
|
1149
1154
|
Polymarket: 'polymarket',
|
|
1150
1155
|
Kalshi: 'kalshi',
|
|
1151
|
-
Limitless: 'limitless'
|
|
1156
|
+
Limitless: 'limitless',
|
|
1157
|
+
Probable: 'probable'
|
|
1152
1158
|
} as const;
|
|
1153
1159
|
export type FetchMarketsOperationExchangeEnum = typeof FetchMarketsOperationExchangeEnum[keyof typeof FetchMarketsOperationExchangeEnum];
|
|
1154
1160
|
/**
|
|
@@ -1157,7 +1163,8 @@ export type FetchMarketsOperationExchangeEnum = typeof FetchMarketsOperationExch
|
|
|
1157
1163
|
export const FetchOHLCVOperationExchangeEnum = {
|
|
1158
1164
|
Polymarket: 'polymarket',
|
|
1159
1165
|
Kalshi: 'kalshi',
|
|
1160
|
-
Limitless: 'limitless'
|
|
1166
|
+
Limitless: 'limitless',
|
|
1167
|
+
Probable: 'probable'
|
|
1161
1168
|
} as const;
|
|
1162
1169
|
export type FetchOHLCVOperationExchangeEnum = typeof FetchOHLCVOperationExchangeEnum[keyof typeof FetchOHLCVOperationExchangeEnum];
|
|
1163
1170
|
/**
|
|
@@ -1166,7 +1173,8 @@ export type FetchOHLCVOperationExchangeEnum = typeof FetchOHLCVOperationExchange
|
|
|
1166
1173
|
export const FetchOpenOrdersOperationExchangeEnum = {
|
|
1167
1174
|
Polymarket: 'polymarket',
|
|
1168
1175
|
Kalshi: 'kalshi',
|
|
1169
|
-
Limitless: 'limitless'
|
|
1176
|
+
Limitless: 'limitless',
|
|
1177
|
+
Probable: 'probable'
|
|
1170
1178
|
} as const;
|
|
1171
1179
|
export type FetchOpenOrdersOperationExchangeEnum = typeof FetchOpenOrdersOperationExchangeEnum[keyof typeof FetchOpenOrdersOperationExchangeEnum];
|
|
1172
1180
|
/**
|
|
@@ -1175,7 +1183,8 @@ export type FetchOpenOrdersOperationExchangeEnum = typeof FetchOpenOrdersOperati
|
|
|
1175
1183
|
export const FetchOrderExchangeEnum = {
|
|
1176
1184
|
Polymarket: 'polymarket',
|
|
1177
1185
|
Kalshi: 'kalshi',
|
|
1178
|
-
Limitless: 'limitless'
|
|
1186
|
+
Limitless: 'limitless',
|
|
1187
|
+
Probable: 'probable'
|
|
1179
1188
|
} as const;
|
|
1180
1189
|
export type FetchOrderExchangeEnum = typeof FetchOrderExchangeEnum[keyof typeof FetchOrderExchangeEnum];
|
|
1181
1190
|
/**
|
|
@@ -1184,7 +1193,8 @@ export type FetchOrderExchangeEnum = typeof FetchOrderExchangeEnum[keyof typeof
|
|
|
1184
1193
|
export const FetchOrderBookOperationExchangeEnum = {
|
|
1185
1194
|
Polymarket: 'polymarket',
|
|
1186
1195
|
Kalshi: 'kalshi',
|
|
1187
|
-
Limitless: 'limitless'
|
|
1196
|
+
Limitless: 'limitless',
|
|
1197
|
+
Probable: 'probable'
|
|
1188
1198
|
} as const;
|
|
1189
1199
|
export type FetchOrderBookOperationExchangeEnum = typeof FetchOrderBookOperationExchangeEnum[keyof typeof FetchOrderBookOperationExchangeEnum];
|
|
1190
1200
|
/**
|
|
@@ -1193,7 +1203,8 @@ export type FetchOrderBookOperationExchangeEnum = typeof FetchOrderBookOperation
|
|
|
1193
1203
|
export const FetchPositionsOperationExchangeEnum = {
|
|
1194
1204
|
Polymarket: 'polymarket',
|
|
1195
1205
|
Kalshi: 'kalshi',
|
|
1196
|
-
Limitless: 'limitless'
|
|
1206
|
+
Limitless: 'limitless',
|
|
1207
|
+
Probable: 'probable'
|
|
1197
1208
|
} as const;
|
|
1198
1209
|
export type FetchPositionsOperationExchangeEnum = typeof FetchPositionsOperationExchangeEnum[keyof typeof FetchPositionsOperationExchangeEnum];
|
|
1199
1210
|
/**
|
|
@@ -1202,7 +1213,8 @@ export type FetchPositionsOperationExchangeEnum = typeof FetchPositionsOperation
|
|
|
1202
1213
|
export const FetchTradesOperationExchangeEnum = {
|
|
1203
1214
|
Polymarket: 'polymarket',
|
|
1204
1215
|
Kalshi: 'kalshi',
|
|
1205
|
-
Limitless: 'limitless'
|
|
1216
|
+
Limitless: 'limitless',
|
|
1217
|
+
Probable: 'probable'
|
|
1206
1218
|
} as const;
|
|
1207
1219
|
export type FetchTradesOperationExchangeEnum = typeof FetchTradesOperationExchangeEnum[keyof typeof FetchTradesOperationExchangeEnum];
|
|
1208
1220
|
/**
|
|
@@ -1211,7 +1223,8 @@ export type FetchTradesOperationExchangeEnum = typeof FetchTradesOperationExchan
|
|
|
1211
1223
|
export const FilterEventsOperationExchangeEnum = {
|
|
1212
1224
|
Polymarket: 'polymarket',
|
|
1213
1225
|
Kalshi: 'kalshi',
|
|
1214
|
-
Limitless: 'limitless'
|
|
1226
|
+
Limitless: 'limitless',
|
|
1227
|
+
Probable: 'probable'
|
|
1215
1228
|
} as const;
|
|
1216
1229
|
export type FilterEventsOperationExchangeEnum = typeof FilterEventsOperationExchangeEnum[keyof typeof FilterEventsOperationExchangeEnum];
|
|
1217
1230
|
/**
|
|
@@ -1220,7 +1233,8 @@ export type FilterEventsOperationExchangeEnum = typeof FilterEventsOperationExch
|
|
|
1220
1233
|
export const FilterMarketsOperationExchangeEnum = {
|
|
1221
1234
|
Polymarket: 'polymarket',
|
|
1222
1235
|
Kalshi: 'kalshi',
|
|
1223
|
-
Limitless: 'limitless'
|
|
1236
|
+
Limitless: 'limitless',
|
|
1237
|
+
Probable: 'probable'
|
|
1224
1238
|
} as const;
|
|
1225
1239
|
export type FilterMarketsOperationExchangeEnum = typeof FilterMarketsOperationExchangeEnum[keyof typeof FilterMarketsOperationExchangeEnum];
|
|
1226
1240
|
/**
|
|
@@ -1229,7 +1243,8 @@ export type FilterMarketsOperationExchangeEnum = typeof FilterMarketsOperationEx
|
|
|
1229
1243
|
export const GetExecutionPriceOperationExchangeEnum = {
|
|
1230
1244
|
Polymarket: 'polymarket',
|
|
1231
1245
|
Kalshi: 'kalshi',
|
|
1232
|
-
Limitless: 'limitless'
|
|
1246
|
+
Limitless: 'limitless',
|
|
1247
|
+
Probable: 'probable'
|
|
1233
1248
|
} as const;
|
|
1234
1249
|
export type GetExecutionPriceOperationExchangeEnum = typeof GetExecutionPriceOperationExchangeEnum[keyof typeof GetExecutionPriceOperationExchangeEnum];
|
|
1235
1250
|
/**
|
|
@@ -1238,7 +1253,8 @@ export type GetExecutionPriceOperationExchangeEnum = typeof GetExecutionPriceOpe
|
|
|
1238
1253
|
export const GetExecutionPriceDetailedExchangeEnum = {
|
|
1239
1254
|
Polymarket: 'polymarket',
|
|
1240
1255
|
Kalshi: 'kalshi',
|
|
1241
|
-
Limitless: 'limitless'
|
|
1256
|
+
Limitless: 'limitless',
|
|
1257
|
+
Probable: 'probable'
|
|
1242
1258
|
} as const;
|
|
1243
1259
|
export type GetExecutionPriceDetailedExchangeEnum = typeof GetExecutionPriceDetailedExchangeEnum[keyof typeof GetExecutionPriceDetailedExchangeEnum];
|
|
1244
1260
|
/**
|
|
@@ -1247,7 +1263,8 @@ export type GetExecutionPriceDetailedExchangeEnum = typeof GetExecutionPriceDeta
|
|
|
1247
1263
|
export const WatchOrderBookOperationExchangeEnum = {
|
|
1248
1264
|
Polymarket: 'polymarket',
|
|
1249
1265
|
Kalshi: 'kalshi',
|
|
1250
|
-
Limitless: 'limitless'
|
|
1266
|
+
Limitless: 'limitless',
|
|
1267
|
+
Probable: 'probable'
|
|
1251
1268
|
} as const;
|
|
1252
1269
|
export type WatchOrderBookOperationExchangeEnum = typeof WatchOrderBookOperationExchangeEnum[keyof typeof WatchOrderBookOperationExchangeEnum];
|
|
1253
1270
|
/**
|
|
@@ -1256,7 +1273,8 @@ export type WatchOrderBookOperationExchangeEnum = typeof WatchOrderBookOperation
|
|
|
1256
1273
|
export const WatchPricesOperationExchangeEnum = {
|
|
1257
1274
|
Polymarket: 'polymarket',
|
|
1258
1275
|
Kalshi: 'kalshi',
|
|
1259
|
-
Limitless: 'limitless'
|
|
1276
|
+
Limitless: 'limitless',
|
|
1277
|
+
Probable: 'probable'
|
|
1260
1278
|
} as const;
|
|
1261
1279
|
export type WatchPricesOperationExchangeEnum = typeof WatchPricesOperationExchangeEnum[keyof typeof WatchPricesOperationExchangeEnum];
|
|
1262
1280
|
/**
|
|
@@ -1265,7 +1283,8 @@ export type WatchPricesOperationExchangeEnum = typeof WatchPricesOperationExchan
|
|
|
1265
1283
|
export const WatchTradesOperationExchangeEnum = {
|
|
1266
1284
|
Polymarket: 'polymarket',
|
|
1267
1285
|
Kalshi: 'kalshi',
|
|
1268
|
-
Limitless: 'limitless'
|
|
1286
|
+
Limitless: 'limitless',
|
|
1287
|
+
Probable: 'probable'
|
|
1269
1288
|
} as const;
|
|
1270
1289
|
export type WatchTradesOperationExchangeEnum = typeof WatchTradesOperationExchangeEnum[keyof typeof WatchTradesOperationExchangeEnum];
|
|
1271
1290
|
/**
|
|
@@ -1274,7 +1293,8 @@ export type WatchTradesOperationExchangeEnum = typeof WatchTradesOperationExchan
|
|
|
1274
1293
|
export const WatchUserPositionsOperationExchangeEnum = {
|
|
1275
1294
|
Polymarket: 'polymarket',
|
|
1276
1295
|
Kalshi: 'kalshi',
|
|
1277
|
-
Limitless: 'limitless'
|
|
1296
|
+
Limitless: 'limitless',
|
|
1297
|
+
Probable: 'probable'
|
|
1278
1298
|
} as const;
|
|
1279
1299
|
export type WatchUserPositionsOperationExchangeEnum = typeof WatchUserPositionsOperationExchangeEnum[keyof typeof WatchUserPositionsOperationExchangeEnum];
|
|
1280
1300
|
/**
|
|
@@ -1283,6 +1303,7 @@ export type WatchUserPositionsOperationExchangeEnum = typeof WatchUserPositionsO
|
|
|
1283
1303
|
export const WatchUserTransactionsExchangeEnum = {
|
|
1284
1304
|
Polymarket: 'polymarket',
|
|
1285
1305
|
Kalshi: 'kalshi',
|
|
1286
|
-
Limitless: 'limitless'
|
|
1306
|
+
Limitless: 'limitless',
|
|
1307
|
+
Probable: 'probable'
|
|
1287
1308
|
} as const;
|
|
1288
1309
|
export type WatchUserTransactionsExchangeEnum = typeof WatchUserTransactionsExchangeEnum[keyof typeof WatchUserTransactionsExchangeEnum];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pmxtjs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Unified prediction market data API - The ccxt for prediction markets",
|
|
5
5
|
"author": "PMXT Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"unified"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"pmxt-core": "2.
|
|
45
|
+
"pmxt-core": "2.4.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/jest": "^30.0.0",
|