pmxtjs 2.25.1 → 2.25.3
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 +58 -0
- package/dist/esm/generated/src/apis/DefaultApi.js +87 -29
- package/dist/esm/index.d.ts +6 -2
- package/dist/esm/index.js +6 -2
- package/dist/esm/pmxt/client.d.ts +62 -0
- package/dist/esm/pmxt/client.js +76 -0
- package/dist/esm/pmxt/models.d.ts +12 -0
- package/dist/generated/src/apis/DefaultApi.d.ts +58 -0
- package/dist/generated/src/apis/DefaultApi.js +87 -29
- package/dist/index.d.ts +6 -2
- package/dist/index.js +9 -1
- package/dist/pmxt/client.d.ts +62 -0
- package/dist/pmxt/client.js +81 -1
- package/dist/pmxt/models.d.ts +12 -0
- package/generated/docs/DefaultApi.md +58 -58
- package/generated/package.json +1 -1
- package/generated/src/apis/DefaultApi.ts +87 -29
- package/index.ts +6 -2
- package/package.json +2 -2
- package/pmxt/client.ts +80 -0
- package/pmxt/models.ts +18 -0
|
@@ -430,6 +430,7 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
430
430
|
export declare const BuildOrderOperationExchangeEnum: {
|
|
431
431
|
readonly Polymarket: "polymarket";
|
|
432
432
|
readonly Kalshi: "kalshi";
|
|
433
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
433
434
|
readonly Limitless: "limitless";
|
|
434
435
|
readonly Probable: "probable";
|
|
435
436
|
readonly Baozi: "baozi";
|
|
@@ -437,6 +438,7 @@ export declare const BuildOrderOperationExchangeEnum: {
|
|
|
437
438
|
readonly Opinion: "opinion";
|
|
438
439
|
readonly Metaculus: "metaculus";
|
|
439
440
|
readonly Smarkets: "smarkets";
|
|
441
|
+
readonly PolymarketUs: "polymarket_us";
|
|
440
442
|
};
|
|
441
443
|
export type BuildOrderOperationExchangeEnum = typeof BuildOrderOperationExchangeEnum[keyof typeof BuildOrderOperationExchangeEnum];
|
|
442
444
|
/**
|
|
@@ -445,6 +447,7 @@ export type BuildOrderOperationExchangeEnum = typeof BuildOrderOperationExchange
|
|
|
445
447
|
export declare const CancelOrderOperationExchangeEnum: {
|
|
446
448
|
readonly Polymarket: "polymarket";
|
|
447
449
|
readonly Kalshi: "kalshi";
|
|
450
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
448
451
|
readonly Limitless: "limitless";
|
|
449
452
|
readonly Probable: "probable";
|
|
450
453
|
readonly Baozi: "baozi";
|
|
@@ -452,6 +455,7 @@ export declare const CancelOrderOperationExchangeEnum: {
|
|
|
452
455
|
readonly Opinion: "opinion";
|
|
453
456
|
readonly Metaculus: "metaculus";
|
|
454
457
|
readonly Smarkets: "smarkets";
|
|
458
|
+
readonly PolymarketUs: "polymarket_us";
|
|
455
459
|
};
|
|
456
460
|
export type CancelOrderOperationExchangeEnum = typeof CancelOrderOperationExchangeEnum[keyof typeof CancelOrderOperationExchangeEnum];
|
|
457
461
|
/**
|
|
@@ -460,6 +464,7 @@ export type CancelOrderOperationExchangeEnum = typeof CancelOrderOperationExchan
|
|
|
460
464
|
export declare const CloseOperationExchangeEnum: {
|
|
461
465
|
readonly Polymarket: "polymarket";
|
|
462
466
|
readonly Kalshi: "kalshi";
|
|
467
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
463
468
|
readonly Limitless: "limitless";
|
|
464
469
|
readonly Probable: "probable";
|
|
465
470
|
readonly Baozi: "baozi";
|
|
@@ -467,6 +472,7 @@ export declare const CloseOperationExchangeEnum: {
|
|
|
467
472
|
readonly Opinion: "opinion";
|
|
468
473
|
readonly Metaculus: "metaculus";
|
|
469
474
|
readonly Smarkets: "smarkets";
|
|
475
|
+
readonly PolymarketUs: "polymarket_us";
|
|
470
476
|
};
|
|
471
477
|
export type CloseOperationExchangeEnum = typeof CloseOperationExchangeEnum[keyof typeof CloseOperationExchangeEnum];
|
|
472
478
|
/**
|
|
@@ -475,6 +481,7 @@ export type CloseOperationExchangeEnum = typeof CloseOperationExchangeEnum[keyof
|
|
|
475
481
|
export declare const CreateOrderOperationExchangeEnum: {
|
|
476
482
|
readonly Polymarket: "polymarket";
|
|
477
483
|
readonly Kalshi: "kalshi";
|
|
484
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
478
485
|
readonly Limitless: "limitless";
|
|
479
486
|
readonly Probable: "probable";
|
|
480
487
|
readonly Baozi: "baozi";
|
|
@@ -482,6 +489,7 @@ export declare const CreateOrderOperationExchangeEnum: {
|
|
|
482
489
|
readonly Opinion: "opinion";
|
|
483
490
|
readonly Metaculus: "metaculus";
|
|
484
491
|
readonly Smarkets: "smarkets";
|
|
492
|
+
readonly PolymarketUs: "polymarket_us";
|
|
485
493
|
};
|
|
486
494
|
export type CreateOrderOperationExchangeEnum = typeof CreateOrderOperationExchangeEnum[keyof typeof CreateOrderOperationExchangeEnum];
|
|
487
495
|
/**
|
|
@@ -490,6 +498,7 @@ export type CreateOrderOperationExchangeEnum = typeof CreateOrderOperationExchan
|
|
|
490
498
|
export declare const FetchAllOrdersOperationExchangeEnum: {
|
|
491
499
|
readonly Polymarket: "polymarket";
|
|
492
500
|
readonly Kalshi: "kalshi";
|
|
501
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
493
502
|
readonly Limitless: "limitless";
|
|
494
503
|
readonly Probable: "probable";
|
|
495
504
|
readonly Baozi: "baozi";
|
|
@@ -497,6 +506,7 @@ export declare const FetchAllOrdersOperationExchangeEnum: {
|
|
|
497
506
|
readonly Opinion: "opinion";
|
|
498
507
|
readonly Metaculus: "metaculus";
|
|
499
508
|
readonly Smarkets: "smarkets";
|
|
509
|
+
readonly PolymarketUs: "polymarket_us";
|
|
500
510
|
};
|
|
501
511
|
export type FetchAllOrdersOperationExchangeEnum = typeof FetchAllOrdersOperationExchangeEnum[keyof typeof FetchAllOrdersOperationExchangeEnum];
|
|
502
512
|
/**
|
|
@@ -505,6 +515,7 @@ export type FetchAllOrdersOperationExchangeEnum = typeof FetchAllOrdersOperation
|
|
|
505
515
|
export declare const FetchBalanceOperationExchangeEnum: {
|
|
506
516
|
readonly Polymarket: "polymarket";
|
|
507
517
|
readonly Kalshi: "kalshi";
|
|
518
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
508
519
|
readonly Limitless: "limitless";
|
|
509
520
|
readonly Probable: "probable";
|
|
510
521
|
readonly Baozi: "baozi";
|
|
@@ -512,6 +523,7 @@ export declare const FetchBalanceOperationExchangeEnum: {
|
|
|
512
523
|
readonly Opinion: "opinion";
|
|
513
524
|
readonly Metaculus: "metaculus";
|
|
514
525
|
readonly Smarkets: "smarkets";
|
|
526
|
+
readonly PolymarketUs: "polymarket_us";
|
|
515
527
|
};
|
|
516
528
|
export type FetchBalanceOperationExchangeEnum = typeof FetchBalanceOperationExchangeEnum[keyof typeof FetchBalanceOperationExchangeEnum];
|
|
517
529
|
/**
|
|
@@ -520,6 +532,7 @@ export type FetchBalanceOperationExchangeEnum = typeof FetchBalanceOperationExch
|
|
|
520
532
|
export declare const FetchClosedOrdersOperationExchangeEnum: {
|
|
521
533
|
readonly Polymarket: "polymarket";
|
|
522
534
|
readonly Kalshi: "kalshi";
|
|
535
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
523
536
|
readonly Limitless: "limitless";
|
|
524
537
|
readonly Probable: "probable";
|
|
525
538
|
readonly Baozi: "baozi";
|
|
@@ -527,6 +540,7 @@ export declare const FetchClosedOrdersOperationExchangeEnum: {
|
|
|
527
540
|
readonly Opinion: "opinion";
|
|
528
541
|
readonly Metaculus: "metaculus";
|
|
529
542
|
readonly Smarkets: "smarkets";
|
|
543
|
+
readonly PolymarketUs: "polymarket_us";
|
|
530
544
|
};
|
|
531
545
|
export type FetchClosedOrdersOperationExchangeEnum = typeof FetchClosedOrdersOperationExchangeEnum[keyof typeof FetchClosedOrdersOperationExchangeEnum];
|
|
532
546
|
/**
|
|
@@ -535,6 +549,7 @@ export type FetchClosedOrdersOperationExchangeEnum = typeof FetchClosedOrdersOpe
|
|
|
535
549
|
export declare const FetchEventOperationExchangeEnum: {
|
|
536
550
|
readonly Polymarket: "polymarket";
|
|
537
551
|
readonly Kalshi: "kalshi";
|
|
552
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
538
553
|
readonly Limitless: "limitless";
|
|
539
554
|
readonly Probable: "probable";
|
|
540
555
|
readonly Baozi: "baozi";
|
|
@@ -542,6 +557,7 @@ export declare const FetchEventOperationExchangeEnum: {
|
|
|
542
557
|
readonly Opinion: "opinion";
|
|
543
558
|
readonly Metaculus: "metaculus";
|
|
544
559
|
readonly Smarkets: "smarkets";
|
|
560
|
+
readonly PolymarketUs: "polymarket_us";
|
|
545
561
|
};
|
|
546
562
|
export type FetchEventOperationExchangeEnum = typeof FetchEventOperationExchangeEnum[keyof typeof FetchEventOperationExchangeEnum];
|
|
547
563
|
/**
|
|
@@ -550,6 +566,7 @@ export type FetchEventOperationExchangeEnum = typeof FetchEventOperationExchange
|
|
|
550
566
|
export declare const FetchEventsOperationExchangeEnum: {
|
|
551
567
|
readonly Polymarket: "polymarket";
|
|
552
568
|
readonly Kalshi: "kalshi";
|
|
569
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
553
570
|
readonly Limitless: "limitless";
|
|
554
571
|
readonly Probable: "probable";
|
|
555
572
|
readonly Baozi: "baozi";
|
|
@@ -557,6 +574,7 @@ export declare const FetchEventsOperationExchangeEnum: {
|
|
|
557
574
|
readonly Opinion: "opinion";
|
|
558
575
|
readonly Metaculus: "metaculus";
|
|
559
576
|
readonly Smarkets: "smarkets";
|
|
577
|
+
readonly PolymarketUs: "polymarket_us";
|
|
560
578
|
};
|
|
561
579
|
export type FetchEventsOperationExchangeEnum = typeof FetchEventsOperationExchangeEnum[keyof typeof FetchEventsOperationExchangeEnum];
|
|
562
580
|
/**
|
|
@@ -565,6 +583,7 @@ export type FetchEventsOperationExchangeEnum = typeof FetchEventsOperationExchan
|
|
|
565
583
|
export declare const FetchMarketOperationExchangeEnum: {
|
|
566
584
|
readonly Polymarket: "polymarket";
|
|
567
585
|
readonly Kalshi: "kalshi";
|
|
586
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
568
587
|
readonly Limitless: "limitless";
|
|
569
588
|
readonly Probable: "probable";
|
|
570
589
|
readonly Baozi: "baozi";
|
|
@@ -572,6 +591,7 @@ export declare const FetchMarketOperationExchangeEnum: {
|
|
|
572
591
|
readonly Opinion: "opinion";
|
|
573
592
|
readonly Metaculus: "metaculus";
|
|
574
593
|
readonly Smarkets: "smarkets";
|
|
594
|
+
readonly PolymarketUs: "polymarket_us";
|
|
575
595
|
};
|
|
576
596
|
export type FetchMarketOperationExchangeEnum = typeof FetchMarketOperationExchangeEnum[keyof typeof FetchMarketOperationExchangeEnum];
|
|
577
597
|
/**
|
|
@@ -580,6 +600,7 @@ export type FetchMarketOperationExchangeEnum = typeof FetchMarketOperationExchan
|
|
|
580
600
|
export declare const FetchMarketsOperationExchangeEnum: {
|
|
581
601
|
readonly Polymarket: "polymarket";
|
|
582
602
|
readonly Kalshi: "kalshi";
|
|
603
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
583
604
|
readonly Limitless: "limitless";
|
|
584
605
|
readonly Probable: "probable";
|
|
585
606
|
readonly Baozi: "baozi";
|
|
@@ -587,6 +608,7 @@ export declare const FetchMarketsOperationExchangeEnum: {
|
|
|
587
608
|
readonly Opinion: "opinion";
|
|
588
609
|
readonly Metaculus: "metaculus";
|
|
589
610
|
readonly Smarkets: "smarkets";
|
|
611
|
+
readonly PolymarketUs: "polymarket_us";
|
|
590
612
|
};
|
|
591
613
|
export type FetchMarketsOperationExchangeEnum = typeof FetchMarketsOperationExchangeEnum[keyof typeof FetchMarketsOperationExchangeEnum];
|
|
592
614
|
/**
|
|
@@ -595,6 +617,7 @@ export type FetchMarketsOperationExchangeEnum = typeof FetchMarketsOperationExch
|
|
|
595
617
|
export declare const FetchMarketsPaginatedOperationExchangeEnum: {
|
|
596
618
|
readonly Polymarket: "polymarket";
|
|
597
619
|
readonly Kalshi: "kalshi";
|
|
620
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
598
621
|
readonly Limitless: "limitless";
|
|
599
622
|
readonly Probable: "probable";
|
|
600
623
|
readonly Baozi: "baozi";
|
|
@@ -602,6 +625,7 @@ export declare const FetchMarketsPaginatedOperationExchangeEnum: {
|
|
|
602
625
|
readonly Opinion: "opinion";
|
|
603
626
|
readonly Metaculus: "metaculus";
|
|
604
627
|
readonly Smarkets: "smarkets";
|
|
628
|
+
readonly PolymarketUs: "polymarket_us";
|
|
605
629
|
};
|
|
606
630
|
export type FetchMarketsPaginatedOperationExchangeEnum = typeof FetchMarketsPaginatedOperationExchangeEnum[keyof typeof FetchMarketsPaginatedOperationExchangeEnum];
|
|
607
631
|
/**
|
|
@@ -610,6 +634,7 @@ export type FetchMarketsPaginatedOperationExchangeEnum = typeof FetchMarketsPagi
|
|
|
610
634
|
export declare const FetchMyTradesOperationExchangeEnum: {
|
|
611
635
|
readonly Polymarket: "polymarket";
|
|
612
636
|
readonly Kalshi: "kalshi";
|
|
637
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
613
638
|
readonly Limitless: "limitless";
|
|
614
639
|
readonly Probable: "probable";
|
|
615
640
|
readonly Baozi: "baozi";
|
|
@@ -617,6 +642,7 @@ export declare const FetchMyTradesOperationExchangeEnum: {
|
|
|
617
642
|
readonly Opinion: "opinion";
|
|
618
643
|
readonly Metaculus: "metaculus";
|
|
619
644
|
readonly Smarkets: "smarkets";
|
|
645
|
+
readonly PolymarketUs: "polymarket_us";
|
|
620
646
|
};
|
|
621
647
|
export type FetchMyTradesOperationExchangeEnum = typeof FetchMyTradesOperationExchangeEnum[keyof typeof FetchMyTradesOperationExchangeEnum];
|
|
622
648
|
/**
|
|
@@ -625,6 +651,7 @@ export type FetchMyTradesOperationExchangeEnum = typeof FetchMyTradesOperationEx
|
|
|
625
651
|
export declare const FetchOHLCVOperationExchangeEnum: {
|
|
626
652
|
readonly Polymarket: "polymarket";
|
|
627
653
|
readonly Kalshi: "kalshi";
|
|
654
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
628
655
|
readonly Limitless: "limitless";
|
|
629
656
|
readonly Probable: "probable";
|
|
630
657
|
readonly Baozi: "baozi";
|
|
@@ -632,6 +659,7 @@ export declare const FetchOHLCVOperationExchangeEnum: {
|
|
|
632
659
|
readonly Opinion: "opinion";
|
|
633
660
|
readonly Metaculus: "metaculus";
|
|
634
661
|
readonly Smarkets: "smarkets";
|
|
662
|
+
readonly PolymarketUs: "polymarket_us";
|
|
635
663
|
};
|
|
636
664
|
export type FetchOHLCVOperationExchangeEnum = typeof FetchOHLCVOperationExchangeEnum[keyof typeof FetchOHLCVOperationExchangeEnum];
|
|
637
665
|
/**
|
|
@@ -640,6 +668,7 @@ export type FetchOHLCVOperationExchangeEnum = typeof FetchOHLCVOperationExchange
|
|
|
640
668
|
export declare const FetchOpenOrdersOperationExchangeEnum: {
|
|
641
669
|
readonly Polymarket: "polymarket";
|
|
642
670
|
readonly Kalshi: "kalshi";
|
|
671
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
643
672
|
readonly Limitless: "limitless";
|
|
644
673
|
readonly Probable: "probable";
|
|
645
674
|
readonly Baozi: "baozi";
|
|
@@ -647,6 +676,7 @@ export declare const FetchOpenOrdersOperationExchangeEnum: {
|
|
|
647
676
|
readonly Opinion: "opinion";
|
|
648
677
|
readonly Metaculus: "metaculus";
|
|
649
678
|
readonly Smarkets: "smarkets";
|
|
679
|
+
readonly PolymarketUs: "polymarket_us";
|
|
650
680
|
};
|
|
651
681
|
export type FetchOpenOrdersOperationExchangeEnum = typeof FetchOpenOrdersOperationExchangeEnum[keyof typeof FetchOpenOrdersOperationExchangeEnum];
|
|
652
682
|
/**
|
|
@@ -655,6 +685,7 @@ export type FetchOpenOrdersOperationExchangeEnum = typeof FetchOpenOrdersOperati
|
|
|
655
685
|
export declare const FetchOrderOperationExchangeEnum: {
|
|
656
686
|
readonly Polymarket: "polymarket";
|
|
657
687
|
readonly Kalshi: "kalshi";
|
|
688
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
658
689
|
readonly Limitless: "limitless";
|
|
659
690
|
readonly Probable: "probable";
|
|
660
691
|
readonly Baozi: "baozi";
|
|
@@ -662,6 +693,7 @@ export declare const FetchOrderOperationExchangeEnum: {
|
|
|
662
693
|
readonly Opinion: "opinion";
|
|
663
694
|
readonly Metaculus: "metaculus";
|
|
664
695
|
readonly Smarkets: "smarkets";
|
|
696
|
+
readonly PolymarketUs: "polymarket_us";
|
|
665
697
|
};
|
|
666
698
|
export type FetchOrderOperationExchangeEnum = typeof FetchOrderOperationExchangeEnum[keyof typeof FetchOrderOperationExchangeEnum];
|
|
667
699
|
/**
|
|
@@ -670,6 +702,7 @@ export type FetchOrderOperationExchangeEnum = typeof FetchOrderOperationExchange
|
|
|
670
702
|
export declare const FetchOrderBookOperationExchangeEnum: {
|
|
671
703
|
readonly Polymarket: "polymarket";
|
|
672
704
|
readonly Kalshi: "kalshi";
|
|
705
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
673
706
|
readonly Limitless: "limitless";
|
|
674
707
|
readonly Probable: "probable";
|
|
675
708
|
readonly Baozi: "baozi";
|
|
@@ -677,6 +710,7 @@ export declare const FetchOrderBookOperationExchangeEnum: {
|
|
|
677
710
|
readonly Opinion: "opinion";
|
|
678
711
|
readonly Metaculus: "metaculus";
|
|
679
712
|
readonly Smarkets: "smarkets";
|
|
713
|
+
readonly PolymarketUs: "polymarket_us";
|
|
680
714
|
};
|
|
681
715
|
export type FetchOrderBookOperationExchangeEnum = typeof FetchOrderBookOperationExchangeEnum[keyof typeof FetchOrderBookOperationExchangeEnum];
|
|
682
716
|
/**
|
|
@@ -685,6 +719,7 @@ export type FetchOrderBookOperationExchangeEnum = typeof FetchOrderBookOperation
|
|
|
685
719
|
export declare const FetchPositionsOperationExchangeEnum: {
|
|
686
720
|
readonly Polymarket: "polymarket";
|
|
687
721
|
readonly Kalshi: "kalshi";
|
|
722
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
688
723
|
readonly Limitless: "limitless";
|
|
689
724
|
readonly Probable: "probable";
|
|
690
725
|
readonly Baozi: "baozi";
|
|
@@ -692,6 +727,7 @@ export declare const FetchPositionsOperationExchangeEnum: {
|
|
|
692
727
|
readonly Opinion: "opinion";
|
|
693
728
|
readonly Metaculus: "metaculus";
|
|
694
729
|
readonly Smarkets: "smarkets";
|
|
730
|
+
readonly PolymarketUs: "polymarket_us";
|
|
695
731
|
};
|
|
696
732
|
export type FetchPositionsOperationExchangeEnum = typeof FetchPositionsOperationExchangeEnum[keyof typeof FetchPositionsOperationExchangeEnum];
|
|
697
733
|
/**
|
|
@@ -700,6 +736,7 @@ export type FetchPositionsOperationExchangeEnum = typeof FetchPositionsOperation
|
|
|
700
736
|
export declare const FetchTradesOperationExchangeEnum: {
|
|
701
737
|
readonly Polymarket: "polymarket";
|
|
702
738
|
readonly Kalshi: "kalshi";
|
|
739
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
703
740
|
readonly Limitless: "limitless";
|
|
704
741
|
readonly Probable: "probable";
|
|
705
742
|
readonly Baozi: "baozi";
|
|
@@ -707,6 +744,7 @@ export declare const FetchTradesOperationExchangeEnum: {
|
|
|
707
744
|
readonly Opinion: "opinion";
|
|
708
745
|
readonly Metaculus: "metaculus";
|
|
709
746
|
readonly Smarkets: "smarkets";
|
|
747
|
+
readonly PolymarketUs: "polymarket_us";
|
|
710
748
|
};
|
|
711
749
|
export type FetchTradesOperationExchangeEnum = typeof FetchTradesOperationExchangeEnum[keyof typeof FetchTradesOperationExchangeEnum];
|
|
712
750
|
/**
|
|
@@ -715,6 +753,7 @@ export type FetchTradesOperationExchangeEnum = typeof FetchTradesOperationExchan
|
|
|
715
753
|
export declare const FilterEventsOperationExchangeEnum: {
|
|
716
754
|
readonly Polymarket: "polymarket";
|
|
717
755
|
readonly Kalshi: "kalshi";
|
|
756
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
718
757
|
readonly Limitless: "limitless";
|
|
719
758
|
readonly Probable: "probable";
|
|
720
759
|
readonly Baozi: "baozi";
|
|
@@ -722,6 +761,7 @@ export declare const FilterEventsOperationExchangeEnum: {
|
|
|
722
761
|
readonly Opinion: "opinion";
|
|
723
762
|
readonly Metaculus: "metaculus";
|
|
724
763
|
readonly Smarkets: "smarkets";
|
|
764
|
+
readonly PolymarketUs: "polymarket_us";
|
|
725
765
|
};
|
|
726
766
|
export type FilterEventsOperationExchangeEnum = typeof FilterEventsOperationExchangeEnum[keyof typeof FilterEventsOperationExchangeEnum];
|
|
727
767
|
/**
|
|
@@ -730,6 +770,7 @@ export type FilterEventsOperationExchangeEnum = typeof FilterEventsOperationExch
|
|
|
730
770
|
export declare const FilterMarketsOperationExchangeEnum: {
|
|
731
771
|
readonly Polymarket: "polymarket";
|
|
732
772
|
readonly Kalshi: "kalshi";
|
|
773
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
733
774
|
readonly Limitless: "limitless";
|
|
734
775
|
readonly Probable: "probable";
|
|
735
776
|
readonly Baozi: "baozi";
|
|
@@ -737,6 +778,7 @@ export declare const FilterMarketsOperationExchangeEnum: {
|
|
|
737
778
|
readonly Opinion: "opinion";
|
|
738
779
|
readonly Metaculus: "metaculus";
|
|
739
780
|
readonly Smarkets: "smarkets";
|
|
781
|
+
readonly PolymarketUs: "polymarket_us";
|
|
740
782
|
};
|
|
741
783
|
export type FilterMarketsOperationExchangeEnum = typeof FilterMarketsOperationExchangeEnum[keyof typeof FilterMarketsOperationExchangeEnum];
|
|
742
784
|
/**
|
|
@@ -745,6 +787,7 @@ export type FilterMarketsOperationExchangeEnum = typeof FilterMarketsOperationEx
|
|
|
745
787
|
export declare const GetExecutionPriceOperationExchangeEnum: {
|
|
746
788
|
readonly Polymarket: "polymarket";
|
|
747
789
|
readonly Kalshi: "kalshi";
|
|
790
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
748
791
|
readonly Limitless: "limitless";
|
|
749
792
|
readonly Probable: "probable";
|
|
750
793
|
readonly Baozi: "baozi";
|
|
@@ -752,6 +795,7 @@ export declare const GetExecutionPriceOperationExchangeEnum: {
|
|
|
752
795
|
readonly Opinion: "opinion";
|
|
753
796
|
readonly Metaculus: "metaculus";
|
|
754
797
|
readonly Smarkets: "smarkets";
|
|
798
|
+
readonly PolymarketUs: "polymarket_us";
|
|
755
799
|
};
|
|
756
800
|
export type GetExecutionPriceOperationExchangeEnum = typeof GetExecutionPriceOperationExchangeEnum[keyof typeof GetExecutionPriceOperationExchangeEnum];
|
|
757
801
|
/**
|
|
@@ -760,6 +804,7 @@ export type GetExecutionPriceOperationExchangeEnum = typeof GetExecutionPriceOpe
|
|
|
760
804
|
export declare const GetExecutionPriceDetailedOperationExchangeEnum: {
|
|
761
805
|
readonly Polymarket: "polymarket";
|
|
762
806
|
readonly Kalshi: "kalshi";
|
|
807
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
763
808
|
readonly Limitless: "limitless";
|
|
764
809
|
readonly Probable: "probable";
|
|
765
810
|
readonly Baozi: "baozi";
|
|
@@ -767,6 +812,7 @@ export declare const GetExecutionPriceDetailedOperationExchangeEnum: {
|
|
|
767
812
|
readonly Opinion: "opinion";
|
|
768
813
|
readonly Metaculus: "metaculus";
|
|
769
814
|
readonly Smarkets: "smarkets";
|
|
815
|
+
readonly PolymarketUs: "polymarket_us";
|
|
770
816
|
};
|
|
771
817
|
export type GetExecutionPriceDetailedOperationExchangeEnum = typeof GetExecutionPriceDetailedOperationExchangeEnum[keyof typeof GetExecutionPriceDetailedOperationExchangeEnum];
|
|
772
818
|
/**
|
|
@@ -775,6 +821,7 @@ export type GetExecutionPriceDetailedOperationExchangeEnum = typeof GetExecution
|
|
|
775
821
|
export declare const LoadMarketsOperationExchangeEnum: {
|
|
776
822
|
readonly Polymarket: "polymarket";
|
|
777
823
|
readonly Kalshi: "kalshi";
|
|
824
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
778
825
|
readonly Limitless: "limitless";
|
|
779
826
|
readonly Probable: "probable";
|
|
780
827
|
readonly Baozi: "baozi";
|
|
@@ -782,6 +829,7 @@ export declare const LoadMarketsOperationExchangeEnum: {
|
|
|
782
829
|
readonly Opinion: "opinion";
|
|
783
830
|
readonly Metaculus: "metaculus";
|
|
784
831
|
readonly Smarkets: "smarkets";
|
|
832
|
+
readonly PolymarketUs: "polymarket_us";
|
|
785
833
|
};
|
|
786
834
|
export type LoadMarketsOperationExchangeEnum = typeof LoadMarketsOperationExchangeEnum[keyof typeof LoadMarketsOperationExchangeEnum];
|
|
787
835
|
/**
|
|
@@ -790,6 +838,7 @@ export type LoadMarketsOperationExchangeEnum = typeof LoadMarketsOperationExchan
|
|
|
790
838
|
export declare const SubmitOrderOperationExchangeEnum: {
|
|
791
839
|
readonly Polymarket: "polymarket";
|
|
792
840
|
readonly Kalshi: "kalshi";
|
|
841
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
793
842
|
readonly Limitless: "limitless";
|
|
794
843
|
readonly Probable: "probable";
|
|
795
844
|
readonly Baozi: "baozi";
|
|
@@ -797,6 +846,7 @@ export declare const SubmitOrderOperationExchangeEnum: {
|
|
|
797
846
|
readonly Opinion: "opinion";
|
|
798
847
|
readonly Metaculus: "metaculus";
|
|
799
848
|
readonly Smarkets: "smarkets";
|
|
849
|
+
readonly PolymarketUs: "polymarket_us";
|
|
800
850
|
};
|
|
801
851
|
export type SubmitOrderOperationExchangeEnum = typeof SubmitOrderOperationExchangeEnum[keyof typeof SubmitOrderOperationExchangeEnum];
|
|
802
852
|
/**
|
|
@@ -805,6 +855,7 @@ export type SubmitOrderOperationExchangeEnum = typeof SubmitOrderOperationExchan
|
|
|
805
855
|
export declare const UnwatchAddressOperationExchangeEnum: {
|
|
806
856
|
readonly Polymarket: "polymarket";
|
|
807
857
|
readonly Kalshi: "kalshi";
|
|
858
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
808
859
|
readonly Limitless: "limitless";
|
|
809
860
|
readonly Probable: "probable";
|
|
810
861
|
readonly Baozi: "baozi";
|
|
@@ -812,6 +863,7 @@ export declare const UnwatchAddressOperationExchangeEnum: {
|
|
|
812
863
|
readonly Opinion: "opinion";
|
|
813
864
|
readonly Metaculus: "metaculus";
|
|
814
865
|
readonly Smarkets: "smarkets";
|
|
866
|
+
readonly PolymarketUs: "polymarket_us";
|
|
815
867
|
};
|
|
816
868
|
export type UnwatchAddressOperationExchangeEnum = typeof UnwatchAddressOperationExchangeEnum[keyof typeof UnwatchAddressOperationExchangeEnum];
|
|
817
869
|
/**
|
|
@@ -820,6 +872,7 @@ export type UnwatchAddressOperationExchangeEnum = typeof UnwatchAddressOperation
|
|
|
820
872
|
export declare const WatchAddressOperationExchangeEnum: {
|
|
821
873
|
readonly Polymarket: "polymarket";
|
|
822
874
|
readonly Kalshi: "kalshi";
|
|
875
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
823
876
|
readonly Limitless: "limitless";
|
|
824
877
|
readonly Probable: "probable";
|
|
825
878
|
readonly Baozi: "baozi";
|
|
@@ -827,6 +880,7 @@ export declare const WatchAddressOperationExchangeEnum: {
|
|
|
827
880
|
readonly Opinion: "opinion";
|
|
828
881
|
readonly Metaculus: "metaculus";
|
|
829
882
|
readonly Smarkets: "smarkets";
|
|
883
|
+
readonly PolymarketUs: "polymarket_us";
|
|
830
884
|
};
|
|
831
885
|
export type WatchAddressOperationExchangeEnum = typeof WatchAddressOperationExchangeEnum[keyof typeof WatchAddressOperationExchangeEnum];
|
|
832
886
|
/**
|
|
@@ -835,6 +889,7 @@ export type WatchAddressOperationExchangeEnum = typeof WatchAddressOperationExch
|
|
|
835
889
|
export declare const WatchOrderBookOperationExchangeEnum: {
|
|
836
890
|
readonly Polymarket: "polymarket";
|
|
837
891
|
readonly Kalshi: "kalshi";
|
|
892
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
838
893
|
readonly Limitless: "limitless";
|
|
839
894
|
readonly Probable: "probable";
|
|
840
895
|
readonly Baozi: "baozi";
|
|
@@ -842,6 +897,7 @@ export declare const WatchOrderBookOperationExchangeEnum: {
|
|
|
842
897
|
readonly Opinion: "opinion";
|
|
843
898
|
readonly Metaculus: "metaculus";
|
|
844
899
|
readonly Smarkets: "smarkets";
|
|
900
|
+
readonly PolymarketUs: "polymarket_us";
|
|
845
901
|
};
|
|
846
902
|
export type WatchOrderBookOperationExchangeEnum = typeof WatchOrderBookOperationExchangeEnum[keyof typeof WatchOrderBookOperationExchangeEnum];
|
|
847
903
|
/**
|
|
@@ -850,6 +906,7 @@ export type WatchOrderBookOperationExchangeEnum = typeof WatchOrderBookOperation
|
|
|
850
906
|
export declare const WatchTradesOperationExchangeEnum: {
|
|
851
907
|
readonly Polymarket: "polymarket";
|
|
852
908
|
readonly Kalshi: "kalshi";
|
|
909
|
+
readonly KalshiDemo: "kalshi-demo";
|
|
853
910
|
readonly Limitless: "limitless";
|
|
854
911
|
readonly Probable: "probable";
|
|
855
912
|
readonly Baozi: "baozi";
|
|
@@ -857,5 +914,6 @@ export declare const WatchTradesOperationExchangeEnum: {
|
|
|
857
914
|
readonly Opinion: "opinion";
|
|
858
915
|
readonly Metaculus: "metaculus";
|
|
859
916
|
readonly Smarkets: "smarkets";
|
|
917
|
+
readonly PolymarketUs: "polymarket_us";
|
|
860
918
|
};
|
|
861
919
|
export type WatchTradesOperationExchangeEnum = typeof WatchTradesOperationExchangeEnum[keyof typeof WatchTradesOperationExchangeEnum];
|