pmxtjs 2.21.2 → 2.22.1

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.
@@ -59,7 +59,7 @@ async function example() {
59
59
  const api = new DefaultApi();
60
60
 
61
61
  const body = {
62
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
62
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
63
63
  exchange: exchange_example,
64
64
  // BuildOrderRequest (optional)
65
65
  buildOrderRequest: ...,
@@ -82,7 +82,7 @@ example().catch(console.error);
82
82
 
83
83
  | Name | Type | Description | Notes |
84
84
  |------------- | ------------- | ------------- | -------------|
85
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
85
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
86
86
  | **buildOrderRequest** | [BuildOrderRequest](BuildOrderRequest.md) | | [Optional] |
87
87
 
88
88
  ### Return type
@@ -129,7 +129,7 @@ async function example() {
129
129
  const api = new DefaultApi();
130
130
 
131
131
  const body = {
132
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
132
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
133
133
  exchange: exchange_example,
134
134
  // CancelOrderRequest (optional)
135
135
  cancelOrderRequest: ...,
@@ -152,7 +152,7 @@ example().catch(console.error);
152
152
 
153
153
  | Name | Type | Description | Notes |
154
154
  |------------- | ------------- | ------------- | -------------|
155
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
155
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
156
156
  | **cancelOrderRequest** | [CancelOrderRequest](CancelOrderRequest.md) | | [Optional] |
157
157
 
158
158
  ### Return type
@@ -199,7 +199,7 @@ async function example() {
199
199
  const api = new DefaultApi();
200
200
 
201
201
  const body = {
202
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
202
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
203
203
  exchange: exchange_example,
204
204
  // CloseRequest (optional)
205
205
  closeRequest: ...,
@@ -222,7 +222,7 @@ example().catch(console.error);
222
222
 
223
223
  | Name | Type | Description | Notes |
224
224
  |------------- | ------------- | ------------- | -------------|
225
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
225
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
226
226
  | **closeRequest** | [CloseRequest](CloseRequest.md) | | [Optional] |
227
227
 
228
228
  ### Return type
@@ -269,7 +269,7 @@ async function example() {
269
269
  const api = new DefaultApi();
270
270
 
271
271
  const body = {
272
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
272
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
273
273
  exchange: exchange_example,
274
274
  // CreateOrderRequest (optional)
275
275
  createOrderRequest: ...,
@@ -292,7 +292,7 @@ example().catch(console.error);
292
292
 
293
293
  | Name | Type | Description | Notes |
294
294
  |------------- | ------------- | ------------- | -------------|
295
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
295
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
296
296
  | **createOrderRequest** | [CreateOrderRequest](CreateOrderRequest.md) | | [Optional] |
297
297
 
298
298
  ### Return type
@@ -337,7 +337,7 @@ async function example() {
337
337
  const api = new DefaultApi();
338
338
 
339
339
  const body = {
340
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
340
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
341
341
  exchange: exchange_example,
342
342
  // FetchAllOrdersRequest (optional)
343
343
  fetchAllOrdersRequest: ...,
@@ -360,7 +360,7 @@ example().catch(console.error);
360
360
 
361
361
  | Name | Type | Description | Notes |
362
362
  |------------- | ------------- | ------------- | -------------|
363
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
363
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
364
364
  | **fetchAllOrdersRequest** | [FetchAllOrdersRequest](FetchAllOrdersRequest.md) | | [Optional] |
365
365
 
366
366
  ### Return type
@@ -407,7 +407,7 @@ async function example() {
407
407
  const api = new DefaultApi();
408
408
 
409
409
  const body = {
410
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
410
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
411
411
  exchange: exchange_example,
412
412
  // FetchBalanceRequest (optional)
413
413
  fetchBalanceRequest: ...,
@@ -430,7 +430,7 @@ example().catch(console.error);
430
430
 
431
431
  | Name | Type | Description | Notes |
432
432
  |------------- | ------------- | ------------- | -------------|
433
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
433
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
434
434
  | **fetchBalanceRequest** | [FetchBalanceRequest](FetchBalanceRequest.md) | | [Optional] |
435
435
 
436
436
  ### Return type
@@ -475,7 +475,7 @@ async function example() {
475
475
  const api = new DefaultApi();
476
476
 
477
477
  const body = {
478
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
478
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
479
479
  exchange: exchange_example,
480
480
  // FetchClosedOrdersRequest (optional)
481
481
  fetchClosedOrdersRequest: ...,
@@ -498,7 +498,7 @@ example().catch(console.error);
498
498
 
499
499
  | Name | Type | Description | Notes |
500
500
  |------------- | ------------- | ------------- | -------------|
501
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
501
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
502
502
  | **fetchClosedOrdersRequest** | [FetchClosedOrdersRequest](FetchClosedOrdersRequest.md) | | [Optional] |
503
503
 
504
504
  ### Return type
@@ -545,7 +545,7 @@ async function example() {
545
545
  const api = new DefaultApi();
546
546
 
547
547
  const body = {
548
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
548
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
549
549
  exchange: exchange_example,
550
550
  // FetchEventRequest (optional)
551
551
  fetchEventRequest: ...,
@@ -568,7 +568,7 @@ example().catch(console.error);
568
568
 
569
569
  | Name | Type | Description | Notes |
570
570
  |------------- | ------------- | ------------- | -------------|
571
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
571
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
572
572
  | **fetchEventRequest** | [FetchEventRequest](FetchEventRequest.md) | | [Optional] |
573
573
 
574
574
  ### Return type
@@ -615,7 +615,7 @@ async function example() {
615
615
  const api = new DefaultApi();
616
616
 
617
617
  const body = {
618
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
618
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
619
619
  exchange: exchange_example,
620
620
  // FetchEventsRequest (optional)
621
621
  fetchEventsRequest: ...,
@@ -638,7 +638,7 @@ example().catch(console.error);
638
638
 
639
639
  | Name | Type | Description | Notes |
640
640
  |------------- | ------------- | ------------- | -------------|
641
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
641
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
642
642
  | **fetchEventsRequest** | [FetchEventsRequest](FetchEventsRequest.md) | | [Optional] |
643
643
 
644
644
  ### Return type
@@ -685,7 +685,7 @@ async function example() {
685
685
  const api = new DefaultApi();
686
686
 
687
687
  const body = {
688
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
688
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
689
689
  exchange: exchange_example,
690
690
  // FetchMarketRequest (optional)
691
691
  fetchMarketRequest: ...,
@@ -708,7 +708,7 @@ example().catch(console.error);
708
708
 
709
709
  | Name | Type | Description | Notes |
710
710
  |------------- | ------------- | ------------- | -------------|
711
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
711
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
712
712
  | **fetchMarketRequest** | [FetchMarketRequest](FetchMarketRequest.md) | | [Optional] |
713
713
 
714
714
  ### Return type
@@ -755,7 +755,7 @@ async function example() {
755
755
  const api = new DefaultApi();
756
756
 
757
757
  const body = {
758
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
758
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
759
759
  exchange: exchange_example,
760
760
  // FetchMarketsRequest (optional)
761
761
  fetchMarketsRequest: ...,
@@ -778,7 +778,7 @@ example().catch(console.error);
778
778
 
779
779
  | Name | Type | Description | Notes |
780
780
  |------------- | ------------- | ------------- | -------------|
781
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
781
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
782
782
  | **fetchMarketsRequest** | [FetchMarketsRequest](FetchMarketsRequest.md) | | [Optional] |
783
783
 
784
784
  ### Return type
@@ -825,7 +825,7 @@ async function example() {
825
825
  const api = new DefaultApi();
826
826
 
827
827
  const body = {
828
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
828
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
829
829
  exchange: exchange_example,
830
830
  // FetchMarketsPaginatedRequest (optional)
831
831
  fetchMarketsPaginatedRequest: ...,
@@ -848,7 +848,7 @@ example().catch(console.error);
848
848
 
849
849
  | Name | Type | Description | Notes |
850
850
  |------------- | ------------- | ------------- | -------------|
851
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
851
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
852
852
  | **fetchMarketsPaginatedRequest** | [FetchMarketsPaginatedRequest](FetchMarketsPaginatedRequest.md) | | [Optional] |
853
853
 
854
854
  ### Return type
@@ -893,7 +893,7 @@ async function example() {
893
893
  const api = new DefaultApi();
894
894
 
895
895
  const body = {
896
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
896
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
897
897
  exchange: exchange_example,
898
898
  // FetchMyTradesRequest (optional)
899
899
  fetchMyTradesRequest: ...,
@@ -916,7 +916,7 @@ example().catch(console.error);
916
916
 
917
917
  | Name | Type | Description | Notes |
918
918
  |------------- | ------------- | ------------- | -------------|
919
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
919
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
920
920
  | **fetchMyTradesRequest** | [FetchMyTradesRequest](FetchMyTradesRequest.md) | | [Optional] |
921
921
 
922
922
  ### Return type
@@ -963,7 +963,7 @@ async function example() {
963
963
  const api = new DefaultApi();
964
964
 
965
965
  const body = {
966
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
966
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
967
967
  exchange: exchange_example,
968
968
  // FetchOHLCVRequest (optional)
969
969
  fetchOHLCVRequest: ...,
@@ -986,7 +986,7 @@ example().catch(console.error);
986
986
 
987
987
  | Name | Type | Description | Notes |
988
988
  |------------- | ------------- | ------------- | -------------|
989
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
989
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
990
990
  | **fetchOHLCVRequest** | [FetchOHLCVRequest](FetchOHLCVRequest.md) | | [Optional] |
991
991
 
992
992
  ### Return type
@@ -1033,7 +1033,7 @@ async function example() {
1033
1033
  const api = new DefaultApi();
1034
1034
 
1035
1035
  const body = {
1036
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1036
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1037
1037
  exchange: exchange_example,
1038
1038
  // FetchOpenOrdersRequest (optional)
1039
1039
  fetchOpenOrdersRequest: ...,
@@ -1056,7 +1056,7 @@ example().catch(console.error);
1056
1056
 
1057
1057
  | Name | Type | Description | Notes |
1058
1058
  |------------- | ------------- | ------------- | -------------|
1059
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1059
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1060
1060
  | **fetchOpenOrdersRequest** | [FetchOpenOrdersRequest](FetchOpenOrdersRequest.md) | | [Optional] |
1061
1061
 
1062
1062
  ### Return type
@@ -1103,7 +1103,7 @@ async function example() {
1103
1103
  const api = new DefaultApi();
1104
1104
 
1105
1105
  const body = {
1106
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1106
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1107
1107
  exchange: exchange_example,
1108
1108
  // FetchOrderRequest (optional)
1109
1109
  fetchOrderRequest: ...,
@@ -1126,7 +1126,7 @@ example().catch(console.error);
1126
1126
 
1127
1127
  | Name | Type | Description | Notes |
1128
1128
  |------------- | ------------- | ------------- | -------------|
1129
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1129
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1130
1130
  | **fetchOrderRequest** | [FetchOrderRequest](FetchOrderRequest.md) | | [Optional] |
1131
1131
 
1132
1132
  ### Return type
@@ -1173,7 +1173,7 @@ async function example() {
1173
1173
  const api = new DefaultApi();
1174
1174
 
1175
1175
  const body = {
1176
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1176
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1177
1177
  exchange: exchange_example,
1178
1178
  // FetchOrderBookRequest (optional)
1179
1179
  fetchOrderBookRequest: ...,
@@ -1196,7 +1196,7 @@ example().catch(console.error);
1196
1196
 
1197
1197
  | Name | Type | Description | Notes |
1198
1198
  |------------- | ------------- | ------------- | -------------|
1199
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1199
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1200
1200
  | **fetchOrderBookRequest** | [FetchOrderBookRequest](FetchOrderBookRequest.md) | | [Optional] |
1201
1201
 
1202
1202
  ### Return type
@@ -1243,7 +1243,7 @@ async function example() {
1243
1243
  const api = new DefaultApi();
1244
1244
 
1245
1245
  const body = {
1246
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1246
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1247
1247
  exchange: exchange_example,
1248
1248
  // FetchPositionsRequest (optional)
1249
1249
  fetchPositionsRequest: ...,
@@ -1266,7 +1266,7 @@ example().catch(console.error);
1266
1266
 
1267
1267
  | Name | Type | Description | Notes |
1268
1268
  |------------- | ------------- | ------------- | -------------|
1269
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1269
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1270
1270
  | **fetchPositionsRequest** | [FetchPositionsRequest](FetchPositionsRequest.md) | | [Optional] |
1271
1271
 
1272
1272
  ### Return type
@@ -1313,7 +1313,7 @@ async function example() {
1313
1313
  const api = new DefaultApi();
1314
1314
 
1315
1315
  const body = {
1316
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1316
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1317
1317
  exchange: exchange_example,
1318
1318
  // FetchTradesRequest (optional)
1319
1319
  fetchTradesRequest: ...,
@@ -1336,7 +1336,7 @@ example().catch(console.error);
1336
1336
 
1337
1337
  | Name | Type | Description | Notes |
1338
1338
  |------------- | ------------- | ------------- | -------------|
1339
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1339
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1340
1340
  | **fetchTradesRequest** | [FetchTradesRequest](FetchTradesRequest.md) | | [Optional] |
1341
1341
 
1342
1342
  ### Return type
@@ -1383,7 +1383,7 @@ async function example() {
1383
1383
  const api = new DefaultApi();
1384
1384
 
1385
1385
  const body = {
1386
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1386
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1387
1387
  exchange: exchange_example,
1388
1388
  // FilterEventsRequest (optional)
1389
1389
  filterEventsRequest: ...,
@@ -1406,7 +1406,7 @@ example().catch(console.error);
1406
1406
 
1407
1407
  | Name | Type | Description | Notes |
1408
1408
  |------------- | ------------- | ------------- | -------------|
1409
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1409
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1410
1410
  | **filterEventsRequest** | [FilterEventsRequest](FilterEventsRequest.md) | | [Optional] |
1411
1411
 
1412
1412
  ### Return type
@@ -1453,7 +1453,7 @@ async function example() {
1453
1453
  const api = new DefaultApi();
1454
1454
 
1455
1455
  const body = {
1456
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1456
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1457
1457
  exchange: exchange_example,
1458
1458
  // FilterMarketsRequest (optional)
1459
1459
  filterMarketsRequest: ...,
@@ -1476,7 +1476,7 @@ example().catch(console.error);
1476
1476
 
1477
1477
  | Name | Type | Description | Notes |
1478
1478
  |------------- | ------------- | ------------- | -------------|
1479
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1479
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1480
1480
  | **filterMarketsRequest** | [FilterMarketsRequest](FilterMarketsRequest.md) | | [Optional] |
1481
1481
 
1482
1482
  ### Return type
@@ -1523,7 +1523,7 @@ async function example() {
1523
1523
  const api = new DefaultApi();
1524
1524
 
1525
1525
  const body = {
1526
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1526
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1527
1527
  exchange: exchange_example,
1528
1528
  // GetExecutionPriceRequest (optional)
1529
1529
  getExecutionPriceRequest: ...,
@@ -1546,7 +1546,7 @@ example().catch(console.error);
1546
1546
 
1547
1547
  | Name | Type | Description | Notes |
1548
1548
  |------------- | ------------- | ------------- | -------------|
1549
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1549
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1550
1550
  | **getExecutionPriceRequest** | [GetExecutionPriceRequest](GetExecutionPriceRequest.md) | | [Optional] |
1551
1551
 
1552
1552
  ### Return type
@@ -1593,7 +1593,7 @@ async function example() {
1593
1593
  const api = new DefaultApi();
1594
1594
 
1595
1595
  const body = {
1596
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1596
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1597
1597
  exchange: exchange_example,
1598
1598
  // GetExecutionPriceDetailedRequest (optional)
1599
1599
  getExecutionPriceDetailedRequest: ...,
@@ -1616,7 +1616,7 @@ example().catch(console.error);
1616
1616
 
1617
1617
  | Name | Type | Description | Notes |
1618
1618
  |------------- | ------------- | ------------- | -------------|
1619
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1619
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1620
1620
  | **getExecutionPriceDetailedRequest** | [GetExecutionPriceDetailedRequest](GetExecutionPriceDetailedRequest.md) | | [Optional] |
1621
1621
 
1622
1622
  ### Return type
@@ -1720,7 +1720,7 @@ async function example() {
1720
1720
  const api = new DefaultApi();
1721
1721
 
1722
1722
  const body = {
1723
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1723
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1724
1724
  exchange: exchange_example,
1725
1725
  // LoadMarketsRequest (optional)
1726
1726
  loadMarketsRequest: ...,
@@ -1743,7 +1743,7 @@ example().catch(console.error);
1743
1743
 
1744
1744
  | Name | Type | Description | Notes |
1745
1745
  |------------- | ------------- | ------------- | -------------|
1746
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1746
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1747
1747
  | **loadMarketsRequest** | [LoadMarketsRequest](LoadMarketsRequest.md) | | [Optional] |
1748
1748
 
1749
1749
  ### Return type
@@ -1790,7 +1790,7 @@ async function example() {
1790
1790
  const api = new DefaultApi();
1791
1791
 
1792
1792
  const body = {
1793
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1793
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1794
1794
  exchange: exchange_example,
1795
1795
  // SubmitOrderRequest (optional)
1796
1796
  submitOrderRequest: ...,
@@ -1813,7 +1813,7 @@ example().catch(console.error);
1813
1813
 
1814
1814
  | Name | Type | Description | Notes |
1815
1815
  |------------- | ------------- | ------------- | -------------|
1816
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1816
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1817
1817
  | **submitOrderRequest** | [SubmitOrderRequest](SubmitOrderRequest.md) | | [Optional] |
1818
1818
 
1819
1819
  ### Return type
@@ -1860,7 +1860,7 @@ async function example() {
1860
1860
  const api = new DefaultApi();
1861
1861
 
1862
1862
  const body = {
1863
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1863
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1864
1864
  exchange: exchange_example,
1865
1865
  // UnwatchAddressRequest (optional)
1866
1866
  unwatchAddressRequest: ...,
@@ -1883,7 +1883,7 @@ example().catch(console.error);
1883
1883
 
1884
1884
  | Name | Type | Description | Notes |
1885
1885
  |------------- | ------------- | ------------- | -------------|
1886
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1886
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1887
1887
  | **unwatchAddressRequest** | [UnwatchAddressRequest](UnwatchAddressRequest.md) | | [Optional] |
1888
1888
 
1889
1889
  ### Return type
@@ -1930,7 +1930,7 @@ async function example() {
1930
1930
  const api = new DefaultApi();
1931
1931
 
1932
1932
  const body = {
1933
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
1933
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
1934
1934
  exchange: exchange_example,
1935
1935
  // WatchAddressRequest (optional)
1936
1936
  watchAddressRequest: ...,
@@ -1953,7 +1953,7 @@ example().catch(console.error);
1953
1953
 
1954
1954
  | Name | Type | Description | Notes |
1955
1955
  |------------- | ------------- | ------------- | -------------|
1956
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
1956
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
1957
1957
  | **watchAddressRequest** | [WatchAddressRequest](WatchAddressRequest.md) | | [Optional] |
1958
1958
 
1959
1959
  ### Return type
@@ -2000,7 +2000,7 @@ async function example() {
2000
2000
  const api = new DefaultApi();
2001
2001
 
2002
2002
  const body = {
2003
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
2003
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
2004
2004
  exchange: exchange_example,
2005
2005
  // WatchOrderBookRequest (optional)
2006
2006
  watchOrderBookRequest: ...,
@@ -2023,7 +2023,7 @@ example().catch(console.error);
2023
2023
 
2024
2024
  | Name | Type | Description | Notes |
2025
2025
  |------------- | ------------- | ------------- | -------------|
2026
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
2026
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
2027
2027
  | **watchOrderBookRequest** | [WatchOrderBookRequest](WatchOrderBookRequest.md) | | [Optional] |
2028
2028
 
2029
2029
  ### Return type
@@ -2070,7 +2070,7 @@ async function example() {
2070
2070
  const api = new DefaultApi();
2071
2071
 
2072
2072
  const body = {
2073
- // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | The prediction market exchange to target.
2073
+ // 'polymarket' | 'kalshi' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | The prediction market exchange to target.
2074
2074
  exchange: exchange_example,
2075
2075
  // WatchTradesRequest (optional)
2076
2076
  watchTradesRequest: ...,
@@ -2093,7 +2093,7 @@ example().catch(console.error);
2093
2093
 
2094
2094
  | Name | Type | Description | Notes |
2095
2095
  |------------- | ------------- | ------------- | -------------|
2096
- | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad] |
2096
+ | **exchange** | `polymarket`, `kalshi`, `limitless`, `probable`, `baozi`, `myriad`, `opinion` | The prediction market exchange to target. | [Defaults to `undefined`] [Enum: polymarket, kalshi, limitless, probable, baozi, myriad, opinion] |
2097
2097
  | **watchTradesRequest** | [WatchTradesRequest](WatchTradesRequest.md) | | [Optional] |
2098
2098
 
2099
2099
  ### Return type
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmxtjs",
3
- "version": "2.21.2",
3
+ "version": "2.22.1",
4
4
  "description": "OpenAPI client for pmxtjs",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {