pmxtjs 2.33.3 → 2.33.5
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 +22 -22
- package/dist/esm/generated/src/apis/DefaultApi.js +22 -22
- package/dist/generated/src/apis/DefaultApi.d.ts +22 -22
- package/dist/generated/src/apis/DefaultApi.js +22 -22
- package/generated/docs/DefaultApi.md +23 -23
- package/generated/package.json +1 -1
- package/generated/src/apis/DefaultApi.ts +22 -22
- package/package.json +2 -2
|
@@ -269,13 +269,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
269
269
|
*/
|
|
270
270
|
close(requestParameters: CloseOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BaseResponse>;
|
|
271
271
|
/**
|
|
272
|
-
* Compare prices across venues
|
|
273
|
-
* Compare
|
|
272
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
273
|
+
* Compare Prices Across Venues
|
|
274
274
|
*/
|
|
275
275
|
compareMarketPricesRaw(requestParameters: CompareMarketPricesOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CompareMarketPrices200Response>>;
|
|
276
276
|
/**
|
|
277
|
-
* Compare prices across venues
|
|
278
|
-
* Compare
|
|
277
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
278
|
+
* Compare Prices Across Venues
|
|
279
279
|
*/
|
|
280
280
|
compareMarketPrices(requestParameters: CompareMarketPricesOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CompareMarketPrices200Response>;
|
|
281
281
|
/**
|
|
@@ -297,13 +297,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
297
297
|
*/
|
|
298
298
|
fetchAllOrders(requestParameters: FetchAllOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchOpenOrders200Response>;
|
|
299
299
|
/**
|
|
300
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
301
|
-
*
|
|
300
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
301
|
+
* Find Arbitrage Opportunities
|
|
302
302
|
*/
|
|
303
303
|
fetchArbitrageRaw(requestParameters: FetchArbitrageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchArbitrage200Response>>;
|
|
304
304
|
/**
|
|
305
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
306
|
-
*
|
|
305
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
306
|
+
* Find Arbitrage Opportunities
|
|
307
307
|
*/
|
|
308
308
|
fetchArbitrage(requestParameters: FetchArbitrageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchArbitrage200Response>;
|
|
309
309
|
/**
|
|
@@ -335,13 +335,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
335
335
|
*/
|
|
336
336
|
fetchEvent(requestParameters: FetchEventRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchEvent200Response>;
|
|
337
337
|
/**
|
|
338
|
-
*
|
|
339
|
-
*
|
|
338
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
339
|
+
* Find Similar Events
|
|
340
340
|
*/
|
|
341
341
|
fetchEventMatchesRaw(requestParameters: FetchEventMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchEventMatches200Response>>;
|
|
342
342
|
/**
|
|
343
|
-
*
|
|
344
|
-
*
|
|
343
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
344
|
+
* Find Similar Events
|
|
345
345
|
*/
|
|
346
346
|
fetchEventMatches(requestParameters: FetchEventMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchEventMatches200Response>;
|
|
347
347
|
/**
|
|
@@ -355,13 +355,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
355
355
|
*/
|
|
356
356
|
fetchEvents(requestParameters: FetchEventsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchEvents200Response>;
|
|
357
357
|
/**
|
|
358
|
-
* Find hedging opportunities
|
|
359
|
-
*
|
|
358
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
359
|
+
* Find Hedging Opportunities
|
|
360
360
|
*/
|
|
361
361
|
fetchHedgesRaw(requestParameters: FetchHedgesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CompareMarketPrices200Response>>;
|
|
362
362
|
/**
|
|
363
|
-
* Find hedging opportunities
|
|
364
|
-
*
|
|
363
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
364
|
+
* Find Hedging Opportunities
|
|
365
365
|
*/
|
|
366
366
|
fetchHedges(requestParameters: FetchHedgesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CompareMarketPrices200Response>;
|
|
367
367
|
/**
|
|
@@ -395,13 +395,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
395
395
|
*/
|
|
396
396
|
fetchMarketsPaginated(requestParameters: FetchMarketsPaginatedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchMarketsPaginated200Response>;
|
|
397
397
|
/**
|
|
398
|
-
*
|
|
399
|
-
*
|
|
398
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
399
|
+
* Find Similar Markets
|
|
400
400
|
*/
|
|
401
401
|
fetchMatchesRaw(requestParameters: FetchMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchMatches200Response>>;
|
|
402
402
|
/**
|
|
403
|
-
*
|
|
404
|
-
*
|
|
403
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
404
|
+
* Find Similar Markets
|
|
405
405
|
*/
|
|
406
406
|
fetchMatches(requestParameters: FetchMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchMatches200Response>;
|
|
407
407
|
/**
|
|
@@ -414,12 +414,12 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
414
414
|
fetchMyTrades(requestParameters: FetchMyTradesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchMyTrades200Response>;
|
|
415
415
|
/**
|
|
416
416
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
417
|
-
* Fetch
|
|
417
|
+
* Fetch OHLCV
|
|
418
418
|
*/
|
|
419
419
|
fetchOHLCVRaw(requestParameters: FetchOHLCVRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchOHLCV200Response>>;
|
|
420
420
|
/**
|
|
421
421
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
422
|
-
* Fetch
|
|
422
|
+
* Fetch OHLCV
|
|
423
423
|
*/
|
|
424
424
|
fetchOHLCV(requestParameters: FetchOHLCVRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchOHLCV200Response>;
|
|
425
425
|
/**
|
|
@@ -108,8 +108,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
108
108
|
return await response.value();
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
|
-
* Compare prices across venues
|
|
112
|
-
* Compare
|
|
111
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
112
|
+
* Compare Prices Across Venues
|
|
113
113
|
*/
|
|
114
114
|
async compareMarketPricesRaw(requestParameters, initOverrides) {
|
|
115
115
|
if (requestParameters['exchange'] == null) {
|
|
@@ -130,8 +130,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
130
130
|
return new runtime.JSONApiResponse(response, (jsonValue) => CompareMarketPrices200ResponseFromJSON(jsonValue));
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
|
-
* Compare prices across venues
|
|
134
|
-
* Compare
|
|
133
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
134
|
+
* Compare Prices Across Venues
|
|
135
135
|
*/
|
|
136
136
|
async compareMarketPrices(requestParameters, initOverrides) {
|
|
137
137
|
const response = await this.compareMarketPricesRaw(requestParameters, initOverrides);
|
|
@@ -209,8 +209,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
209
209
|
return await response.value();
|
|
210
210
|
}
|
|
211
211
|
/**
|
|
212
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
213
|
-
*
|
|
212
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
213
|
+
* Find Arbitrage Opportunities
|
|
214
214
|
*/
|
|
215
215
|
async fetchArbitrageRaw(requestParameters, initOverrides) {
|
|
216
216
|
if (requestParameters['exchange'] == null) {
|
|
@@ -238,8 +238,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
238
238
|
return new runtime.JSONApiResponse(response, (jsonValue) => FetchArbitrage200ResponseFromJSON(jsonValue));
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
242
|
-
*
|
|
241
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
242
|
+
* Find Arbitrage Opportunities
|
|
243
243
|
*/
|
|
244
244
|
async fetchArbitrage(requestParameters, initOverrides) {
|
|
245
245
|
const response = await this.fetchArbitrageRaw(requestParameters, initOverrides);
|
|
@@ -379,8 +379,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
379
379
|
return await response.value();
|
|
380
380
|
}
|
|
381
381
|
/**
|
|
382
|
-
*
|
|
383
|
-
*
|
|
382
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
383
|
+
* Find Similar Events
|
|
384
384
|
*/
|
|
385
385
|
async fetchEventMatchesRaw(requestParameters, initOverrides) {
|
|
386
386
|
if (requestParameters['exchange'] == null) {
|
|
@@ -417,8 +417,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
417
417
|
return new runtime.JSONApiResponse(response, (jsonValue) => FetchEventMatches200ResponseFromJSON(jsonValue));
|
|
418
418
|
}
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
421
|
-
*
|
|
420
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
421
|
+
* Find Similar Events
|
|
422
422
|
*/
|
|
423
423
|
async fetchEventMatches(requestParameters, initOverrides) {
|
|
424
424
|
const response = await this.fetchEventMatchesRaw(requestParameters, initOverrides);
|
|
@@ -486,8 +486,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
486
486
|
return await response.value();
|
|
487
487
|
}
|
|
488
488
|
/**
|
|
489
|
-
* Find hedging opportunities
|
|
490
|
-
*
|
|
489
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
490
|
+
* Find Hedging Opportunities
|
|
491
491
|
*/
|
|
492
492
|
async fetchHedgesRaw(requestParameters, initOverrides) {
|
|
493
493
|
if (requestParameters['exchange'] == null) {
|
|
@@ -527,8 +527,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
527
527
|
return new runtime.JSONApiResponse(response, (jsonValue) => CompareMarketPrices200ResponseFromJSON(jsonValue));
|
|
528
528
|
}
|
|
529
529
|
/**
|
|
530
|
-
* Find hedging opportunities
|
|
531
|
-
*
|
|
530
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
531
|
+
* Find Hedging Opportunities
|
|
532
532
|
*/
|
|
533
533
|
async fetchHedges(requestParameters, initOverrides) {
|
|
534
534
|
const response = await this.fetchHedgesRaw(requestParameters, initOverrides);
|
|
@@ -700,8 +700,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
700
700
|
return await response.value();
|
|
701
701
|
}
|
|
702
702
|
/**
|
|
703
|
-
*
|
|
704
|
-
*
|
|
703
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
704
|
+
* Find Similar Markets
|
|
705
705
|
*/
|
|
706
706
|
async fetchMatchesRaw(requestParameters, initOverrides) {
|
|
707
707
|
if (requestParameters['exchange'] == null) {
|
|
@@ -741,8 +741,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
741
741
|
return new runtime.JSONApiResponse(response, (jsonValue) => FetchMatches200ResponseFromJSON(jsonValue));
|
|
742
742
|
}
|
|
743
743
|
/**
|
|
744
|
-
*
|
|
745
|
-
*
|
|
744
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
745
|
+
* Find Similar Markets
|
|
746
746
|
*/
|
|
747
747
|
async fetchMatches(requestParameters, initOverrides) {
|
|
748
748
|
const response = await this.fetchMatchesRaw(requestParameters, initOverrides);
|
|
@@ -794,7 +794,7 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
794
794
|
}
|
|
795
795
|
/**
|
|
796
796
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
797
|
-
* Fetch
|
|
797
|
+
* Fetch OHLCV
|
|
798
798
|
*/
|
|
799
799
|
async fetchOHLCVRaw(requestParameters, initOverrides) {
|
|
800
800
|
if (requestParameters['exchange'] == null) {
|
|
@@ -832,7 +832,7 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
832
832
|
}
|
|
833
833
|
/**
|
|
834
834
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
835
|
-
* Fetch
|
|
835
|
+
* Fetch OHLCV
|
|
836
836
|
*/
|
|
837
837
|
async fetchOHLCV(requestParameters, initOverrides) {
|
|
838
838
|
const response = await this.fetchOHLCVRaw(requestParameters, initOverrides);
|
|
@@ -269,13 +269,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
269
269
|
*/
|
|
270
270
|
close(requestParameters: CloseOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BaseResponse>;
|
|
271
271
|
/**
|
|
272
|
-
* Compare prices across venues
|
|
273
|
-
* Compare
|
|
272
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
273
|
+
* Compare Prices Across Venues
|
|
274
274
|
*/
|
|
275
275
|
compareMarketPricesRaw(requestParameters: CompareMarketPricesOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CompareMarketPrices200Response>>;
|
|
276
276
|
/**
|
|
277
|
-
* Compare prices across venues
|
|
278
|
-
* Compare
|
|
277
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
278
|
+
* Compare Prices Across Venues
|
|
279
279
|
*/
|
|
280
280
|
compareMarketPrices(requestParameters: CompareMarketPricesOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CompareMarketPrices200Response>;
|
|
281
281
|
/**
|
|
@@ -297,13 +297,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
297
297
|
*/
|
|
298
298
|
fetchAllOrders(requestParameters: FetchAllOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchOpenOrders200Response>;
|
|
299
299
|
/**
|
|
300
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
301
|
-
*
|
|
300
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
301
|
+
* Find Arbitrage Opportunities
|
|
302
302
|
*/
|
|
303
303
|
fetchArbitrageRaw(requestParameters: FetchArbitrageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchArbitrage200Response>>;
|
|
304
304
|
/**
|
|
305
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
306
|
-
*
|
|
305
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
306
|
+
* Find Arbitrage Opportunities
|
|
307
307
|
*/
|
|
308
308
|
fetchArbitrage(requestParameters: FetchArbitrageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchArbitrage200Response>;
|
|
309
309
|
/**
|
|
@@ -335,13 +335,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
335
335
|
*/
|
|
336
336
|
fetchEvent(requestParameters: FetchEventRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchEvent200Response>;
|
|
337
337
|
/**
|
|
338
|
-
*
|
|
339
|
-
*
|
|
338
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
339
|
+
* Find Similar Events
|
|
340
340
|
*/
|
|
341
341
|
fetchEventMatchesRaw(requestParameters: FetchEventMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchEventMatches200Response>>;
|
|
342
342
|
/**
|
|
343
|
-
*
|
|
344
|
-
*
|
|
343
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
344
|
+
* Find Similar Events
|
|
345
345
|
*/
|
|
346
346
|
fetchEventMatches(requestParameters: FetchEventMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchEventMatches200Response>;
|
|
347
347
|
/**
|
|
@@ -355,13 +355,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
355
355
|
*/
|
|
356
356
|
fetchEvents(requestParameters: FetchEventsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchEvents200Response>;
|
|
357
357
|
/**
|
|
358
|
-
* Find hedging opportunities
|
|
359
|
-
*
|
|
358
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
359
|
+
* Find Hedging Opportunities
|
|
360
360
|
*/
|
|
361
361
|
fetchHedgesRaw(requestParameters: FetchHedgesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CompareMarketPrices200Response>>;
|
|
362
362
|
/**
|
|
363
|
-
* Find hedging opportunities
|
|
364
|
-
*
|
|
363
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
364
|
+
* Find Hedging Opportunities
|
|
365
365
|
*/
|
|
366
366
|
fetchHedges(requestParameters: FetchHedgesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CompareMarketPrices200Response>;
|
|
367
367
|
/**
|
|
@@ -395,13 +395,13 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
395
395
|
*/
|
|
396
396
|
fetchMarketsPaginated(requestParameters: FetchMarketsPaginatedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchMarketsPaginated200Response>;
|
|
397
397
|
/**
|
|
398
|
-
*
|
|
399
|
-
*
|
|
398
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
399
|
+
* Find Similar Markets
|
|
400
400
|
*/
|
|
401
401
|
fetchMatchesRaw(requestParameters: FetchMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchMatches200Response>>;
|
|
402
402
|
/**
|
|
403
|
-
*
|
|
404
|
-
*
|
|
403
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
404
|
+
* Find Similar Markets
|
|
405
405
|
*/
|
|
406
406
|
fetchMatches(requestParameters: FetchMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchMatches200Response>;
|
|
407
407
|
/**
|
|
@@ -414,12 +414,12 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
414
414
|
fetchMyTrades(requestParameters: FetchMyTradesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchMyTrades200Response>;
|
|
415
415
|
/**
|
|
416
416
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
417
|
-
* Fetch
|
|
417
|
+
* Fetch OHLCV
|
|
418
418
|
*/
|
|
419
419
|
fetchOHLCVRaw(requestParameters: FetchOHLCVRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchOHLCV200Response>>;
|
|
420
420
|
/**
|
|
421
421
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
422
|
-
* Fetch
|
|
422
|
+
* Fetch OHLCV
|
|
423
423
|
*/
|
|
424
424
|
fetchOHLCV(requestParameters: FetchOHLCVRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchOHLCV200Response>;
|
|
425
425
|
/**
|
|
@@ -145,8 +145,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
145
145
|
return await response.value();
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
|
-
* Compare prices across venues
|
|
149
|
-
* Compare
|
|
148
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
149
|
+
* Compare Prices Across Venues
|
|
150
150
|
*/
|
|
151
151
|
async compareMarketPricesRaw(requestParameters, initOverrides) {
|
|
152
152
|
if (requestParameters['exchange'] == null) {
|
|
@@ -167,8 +167,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
167
167
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CompareMarketPrices200ResponseFromJSON)(jsonValue));
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
|
-
* Compare prices across venues
|
|
171
|
-
* Compare
|
|
170
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
171
|
+
* Compare Prices Across Venues
|
|
172
172
|
*/
|
|
173
173
|
async compareMarketPrices(requestParameters, initOverrides) {
|
|
174
174
|
const response = await this.compareMarketPricesRaw(requestParameters, initOverrides);
|
|
@@ -246,8 +246,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
246
246
|
return await response.value();
|
|
247
247
|
}
|
|
248
248
|
/**
|
|
249
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
250
|
-
*
|
|
249
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
250
|
+
* Find Arbitrage Opportunities
|
|
251
251
|
*/
|
|
252
252
|
async fetchArbitrageRaw(requestParameters, initOverrides) {
|
|
253
253
|
if (requestParameters['exchange'] == null) {
|
|
@@ -275,8 +275,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
275
275
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.FetchArbitrage200ResponseFromJSON)(jsonValue));
|
|
276
276
|
}
|
|
277
277
|
/**
|
|
278
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
279
|
-
*
|
|
278
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
279
|
+
* Find Arbitrage Opportunities
|
|
280
280
|
*/
|
|
281
281
|
async fetchArbitrage(requestParameters, initOverrides) {
|
|
282
282
|
const response = await this.fetchArbitrageRaw(requestParameters, initOverrides);
|
|
@@ -416,8 +416,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
416
416
|
return await response.value();
|
|
417
417
|
}
|
|
418
418
|
/**
|
|
419
|
-
*
|
|
420
|
-
*
|
|
419
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
420
|
+
* Find Similar Events
|
|
421
421
|
*/
|
|
422
422
|
async fetchEventMatchesRaw(requestParameters, initOverrides) {
|
|
423
423
|
if (requestParameters['exchange'] == null) {
|
|
@@ -454,8 +454,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
454
454
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.FetchEventMatches200ResponseFromJSON)(jsonValue));
|
|
455
455
|
}
|
|
456
456
|
/**
|
|
457
|
-
*
|
|
458
|
-
*
|
|
457
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
458
|
+
* Find Similar Events
|
|
459
459
|
*/
|
|
460
460
|
async fetchEventMatches(requestParameters, initOverrides) {
|
|
461
461
|
const response = await this.fetchEventMatchesRaw(requestParameters, initOverrides);
|
|
@@ -523,8 +523,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
523
523
|
return await response.value();
|
|
524
524
|
}
|
|
525
525
|
/**
|
|
526
|
-
* Find hedging opportunities
|
|
527
|
-
*
|
|
526
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
527
|
+
* Find Hedging Opportunities
|
|
528
528
|
*/
|
|
529
529
|
async fetchHedgesRaw(requestParameters, initOverrides) {
|
|
530
530
|
if (requestParameters['exchange'] == null) {
|
|
@@ -564,8 +564,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
564
564
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CompareMarketPrices200ResponseFromJSON)(jsonValue));
|
|
565
565
|
}
|
|
566
566
|
/**
|
|
567
|
-
* Find hedging opportunities
|
|
568
|
-
*
|
|
567
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
568
|
+
* Find Hedging Opportunities
|
|
569
569
|
*/
|
|
570
570
|
async fetchHedges(requestParameters, initOverrides) {
|
|
571
571
|
const response = await this.fetchHedgesRaw(requestParameters, initOverrides);
|
|
@@ -737,8 +737,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
737
737
|
return await response.value();
|
|
738
738
|
}
|
|
739
739
|
/**
|
|
740
|
-
*
|
|
741
|
-
*
|
|
740
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
741
|
+
* Find Similar Markets
|
|
742
742
|
*/
|
|
743
743
|
async fetchMatchesRaw(requestParameters, initOverrides) {
|
|
744
744
|
if (requestParameters['exchange'] == null) {
|
|
@@ -778,8 +778,8 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
778
778
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.FetchMatches200ResponseFromJSON)(jsonValue));
|
|
779
779
|
}
|
|
780
780
|
/**
|
|
781
|
-
*
|
|
782
|
-
*
|
|
781
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
782
|
+
* Find Similar Markets
|
|
783
783
|
*/
|
|
784
784
|
async fetchMatches(requestParameters, initOverrides) {
|
|
785
785
|
const response = await this.fetchMatchesRaw(requestParameters, initOverrides);
|
|
@@ -831,7 +831,7 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
831
831
|
}
|
|
832
832
|
/**
|
|
833
833
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
834
|
-
* Fetch
|
|
834
|
+
* Fetch OHLCV
|
|
835
835
|
*/
|
|
836
836
|
async fetchOHLCVRaw(requestParameters, initOverrides) {
|
|
837
837
|
if (requestParameters['exchange'] == null) {
|
|
@@ -869,7 +869,7 @@ class DefaultApi extends runtime.BaseAPI {
|
|
|
869
869
|
}
|
|
870
870
|
/**
|
|
871
871
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
872
|
-
* Fetch
|
|
872
|
+
* Fetch OHLCV
|
|
873
873
|
*/
|
|
874
874
|
async fetchOHLCV(requestParameters, initOverrides) {
|
|
875
875
|
const response = await this.fetchOHLCVRaw(requestParameters, initOverrides);
|
|
@@ -7,22 +7,22 @@ All URIs are relative to *http://localhost:3847*
|
|
|
7
7
|
| [**buildOrder**](DefaultApi.md#buildorderoperation) | **POST** /api/{exchange}/buildOrder | Build Order |
|
|
8
8
|
| [**cancelOrder**](DefaultApi.md#cancelorderoperation) | **POST** /api/{exchange}/cancelOrder | Cancel Order |
|
|
9
9
|
| [**close**](DefaultApi.md#closeoperation) | **POST** /api/{exchange}/close | Close |
|
|
10
|
-
| [**compareMarketPrices**](DefaultApi.md#comparemarketpricesoperation) | **POST** /api/{exchange}/compareMarketPrices | Compare
|
|
10
|
+
| [**compareMarketPrices**](DefaultApi.md#comparemarketpricesoperation) | **POST** /api/{exchange}/compareMarketPrices | Compare Prices Across Venues |
|
|
11
11
|
| [**createOrder**](DefaultApi.md#createorderoperation) | **POST** /api/{exchange}/createOrder | Create Order |
|
|
12
12
|
| [**fetchAllOrders**](DefaultApi.md#fetchallorders) | **GET** /api/{exchange}/fetchAllOrders | Fetch All Orders |
|
|
13
|
-
| [**fetchArbitrage**](DefaultApi.md#fetcharbitrage) | **GET** /api/{exchange}/fetchArbitrage |
|
|
13
|
+
| [**fetchArbitrage**](DefaultApi.md#fetcharbitrage) | **GET** /api/{exchange}/fetchArbitrage | Find Arbitrage Opportunities |
|
|
14
14
|
| [**fetchBalance**](DefaultApi.md#fetchbalance) | **GET** /api/{exchange}/fetchBalance | Fetch Balance |
|
|
15
15
|
| [**fetchClosedOrders**](DefaultApi.md#fetchclosedorders) | **GET** /api/{exchange}/fetchClosedOrders | Fetch Closed Orders |
|
|
16
16
|
| [**fetchEvent**](DefaultApi.md#fetchevent) | **GET** /api/{exchange}/fetchEvent | Fetch Event |
|
|
17
|
-
| [**fetchEventMatches**](DefaultApi.md#fetcheventmatches) | **GET** /api/{exchange}/fetchEventMatches |
|
|
17
|
+
| [**fetchEventMatches**](DefaultApi.md#fetcheventmatches) | **GET** /api/{exchange}/fetchEventMatches | Find Similar Events |
|
|
18
18
|
| [**fetchEvents**](DefaultApi.md#fetchevents) | **GET** /api/{exchange}/fetchEvents | Fetch Events |
|
|
19
|
-
| [**fetchHedges**](DefaultApi.md#fetchhedges) | **GET** /api/{exchange}/fetchHedges |
|
|
19
|
+
| [**fetchHedges**](DefaultApi.md#fetchhedges) | **GET** /api/{exchange}/fetchHedges | Find Hedging Opportunities |
|
|
20
20
|
| [**fetchMarket**](DefaultApi.md#fetchmarket) | **GET** /api/{exchange}/fetchMarket | Fetch Market |
|
|
21
21
|
| [**fetchMarkets**](DefaultApi.md#fetchmarkets) | **GET** /api/{exchange}/fetchMarkets | Fetch Markets |
|
|
22
22
|
| [**fetchMarketsPaginated**](DefaultApi.md#fetchmarketspaginated) | **GET** /api/{exchange}/fetchMarketsPaginated | Fetch Markets Paginated |
|
|
23
|
-
| [**fetchMatches**](DefaultApi.md#fetchmatches) | **GET** /api/{exchange}/fetchMatches |
|
|
23
|
+
| [**fetchMatches**](DefaultApi.md#fetchmatches) | **GET** /api/{exchange}/fetchMatches | Find Similar Markets |
|
|
24
24
|
| [**fetchMyTrades**](DefaultApi.md#fetchmytrades) | **GET** /api/{exchange}/fetchMyTrades | Fetch My Trades |
|
|
25
|
-
| [**fetchOHLCV**](DefaultApi.md#fetchohlcv) | **GET** /api/{exchange}/fetchOHLCV | Fetch
|
|
25
|
+
| [**fetchOHLCV**](DefaultApi.md#fetchohlcv) | **GET** /api/{exchange}/fetchOHLCV | Fetch OHLCV |
|
|
26
26
|
| [**fetchOpenOrders**](DefaultApi.md#fetchopenorders) | **GET** /api/{exchange}/fetchOpenOrders | Fetch Open Orders |
|
|
27
27
|
| [**fetchOrder**](DefaultApi.md#fetchorder) | **GET** /api/{exchange}/fetchOrder | Fetch Order |
|
|
28
28
|
| [**fetchOrderBook**](DefaultApi.md#fetchorderbook) | **GET** /api/{exchange}/fetchOrderBook | Fetch Order Book |
|
|
@@ -257,9 +257,9 @@ No authorization required
|
|
|
257
257
|
|
|
258
258
|
> CompareMarketPrices200Response compareMarketPrices(exchange, compareMarketPricesRequest)
|
|
259
259
|
|
|
260
|
-
Compare
|
|
260
|
+
Compare Prices Across Venues
|
|
261
261
|
|
|
262
|
-
Compare prices across venues
|
|
262
|
+
Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
263
263
|
|
|
264
264
|
### Example
|
|
265
265
|
|
|
@@ -318,7 +318,7 @@ No authorization required
|
|
|
318
318
|
### HTTP response details
|
|
319
319
|
| Status code | Description | Response headers |
|
|
320
320
|
|-------------|-------------|------------------|
|
|
321
|
-
| **200** | Compare
|
|
321
|
+
| **200** | Compare Prices Across Venues response | - |
|
|
322
322
|
|
|
323
323
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
324
324
|
|
|
@@ -477,9 +477,9 @@ No authorization required
|
|
|
477
477
|
|
|
478
478
|
> FetchArbitrage200Response fetchArbitrage(exchange, minSpread, category, limit)
|
|
479
479
|
|
|
480
|
-
|
|
480
|
+
Find Arbitrage Opportunities
|
|
481
481
|
|
|
482
|
-
Scan for arbitrage opportunities across identity matches.
|
|
482
|
+
Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
483
483
|
|
|
484
484
|
### Example
|
|
485
485
|
|
|
@@ -544,7 +544,7 @@ No authorization required
|
|
|
544
544
|
### HTTP response details
|
|
545
545
|
| Status code | Description | Response headers |
|
|
546
546
|
|-------------|-------------|------------------|
|
|
547
|
-
| **200** |
|
|
547
|
+
| **200** | Find Arbitrage Opportunities response | - |
|
|
548
548
|
|
|
549
549
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
550
550
|
|
|
@@ -803,9 +803,9 @@ No authorization required
|
|
|
803
803
|
|
|
804
804
|
> FetchEventMatches200Response fetchEventMatches(exchange, eventId, slug, relation, minConfidence, limit, includePrices)
|
|
805
805
|
|
|
806
|
-
|
|
806
|
+
Find Similar Events
|
|
807
807
|
|
|
808
|
-
|
|
808
|
+
Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
809
809
|
|
|
810
810
|
### Example
|
|
811
811
|
|
|
@@ -879,7 +879,7 @@ No authorization required
|
|
|
879
879
|
### HTTP response details
|
|
880
880
|
| Status code | Description | Response headers |
|
|
881
881
|
|-------------|-------------|------------------|
|
|
882
|
-
| **200** |
|
|
882
|
+
| **200** | Find Similar Events response | - |
|
|
883
883
|
|
|
884
884
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
885
885
|
|
|
@@ -988,9 +988,9 @@ No authorization required
|
|
|
988
988
|
|
|
989
989
|
> CompareMarketPrices200Response fetchHedges(exchange, marketId, slug, url, relation, minConfidence, limit, includePrices)
|
|
990
990
|
|
|
991
|
-
|
|
991
|
+
Find Hedging Opportunities
|
|
992
992
|
|
|
993
|
-
Find hedging opportunities
|
|
993
|
+
Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
994
994
|
|
|
995
995
|
### Example
|
|
996
996
|
|
|
@@ -1067,7 +1067,7 @@ No authorization required
|
|
|
1067
1067
|
### HTTP response details
|
|
1068
1068
|
| Status code | Description | Response headers |
|
|
1069
1069
|
|-------------|-------------|------------------|
|
|
1070
|
-
| **200** |
|
|
1070
|
+
| **200** | Find Hedging Opportunities response | - |
|
|
1071
1071
|
|
|
1072
1072
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1073
1073
|
|
|
@@ -1358,9 +1358,9 @@ No authorization required
|
|
|
1358
1358
|
|
|
1359
1359
|
> FetchMatches200Response fetchMatches(exchange, marketId, slug, url, relation, minConfidence, limit, includePrices)
|
|
1360
1360
|
|
|
1361
|
-
|
|
1361
|
+
Find Similar Markets
|
|
1362
1362
|
|
|
1363
|
-
|
|
1363
|
+
Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
1364
1364
|
|
|
1365
1365
|
### Example
|
|
1366
1366
|
|
|
@@ -1437,7 +1437,7 @@ No authorization required
|
|
|
1437
1437
|
### HTTP response details
|
|
1438
1438
|
| Status code | Description | Response headers |
|
|
1439
1439
|
|-------------|-------------|------------------|
|
|
1440
|
-
| **200** |
|
|
1440
|
+
| **200** | Find Similar Markets response | - |
|
|
1441
1441
|
|
|
1442
1442
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1443
1443
|
|
|
@@ -1529,7 +1529,7 @@ No authorization required
|
|
|
1529
1529
|
|
|
1530
1530
|
> FetchOHLCV200Response fetchOHLCV(exchange, id, resolution, start, end, limit)
|
|
1531
1531
|
|
|
1532
|
-
Fetch
|
|
1532
|
+
Fetch OHLCV
|
|
1533
1533
|
|
|
1534
1534
|
Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
1535
1535
|
|
|
@@ -1602,7 +1602,7 @@ No authorization required
|
|
|
1602
1602
|
### HTTP response details
|
|
1603
1603
|
| Status code | Description | Response headers |
|
|
1604
1604
|
|-------------|-------------|------------------|
|
|
1605
|
-
| **200** | Fetch
|
|
1605
|
+
| **200** | Fetch OHLCV response | - |
|
|
1606
1606
|
|
|
1607
1607
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1608
1608
|
|
package/generated/package.json
CHANGED
|
@@ -535,8 +535,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
/**
|
|
538
|
-
* Compare prices across venues
|
|
539
|
-
* Compare
|
|
538
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
539
|
+
* Compare Prices Across Venues
|
|
540
540
|
*/
|
|
541
541
|
async compareMarketPricesRaw(requestParameters: CompareMarketPricesOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CompareMarketPrices200Response>> {
|
|
542
542
|
if (requestParameters['exchange'] == null) {
|
|
@@ -568,8 +568,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
568
568
|
}
|
|
569
569
|
|
|
570
570
|
/**
|
|
571
|
-
* Compare prices across venues
|
|
572
|
-
* Compare
|
|
571
|
+
* Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.
|
|
572
|
+
* Compare Prices Across Venues
|
|
573
573
|
*/
|
|
574
574
|
async compareMarketPrices(requestParameters: CompareMarketPricesOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CompareMarketPrices200Response> {
|
|
575
575
|
const response = await this.compareMarketPricesRaw(requestParameters, initOverrides);
|
|
@@ -676,8 +676,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
676
676
|
}
|
|
677
677
|
|
|
678
678
|
/**
|
|
679
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
680
|
-
*
|
|
679
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
680
|
+
* Find Arbitrage Opportunities
|
|
681
681
|
*/
|
|
682
682
|
async fetchArbitrageRaw(requestParameters: FetchArbitrageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchArbitrage200Response>> {
|
|
683
683
|
if (requestParameters['exchange'] == null) {
|
|
@@ -718,8 +718,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
/**
|
|
721
|
-
* Scan for arbitrage opportunities across identity matches.
|
|
722
|
-
*
|
|
721
|
+
* Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.
|
|
722
|
+
* Find Arbitrage Opportunities
|
|
723
723
|
*/
|
|
724
724
|
async fetchArbitrage(requestParameters: FetchArbitrageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchArbitrage200Response> {
|
|
725
725
|
const response = await this.fetchArbitrageRaw(requestParameters, initOverrides);
|
|
@@ -910,8 +910,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
/**
|
|
913
|
-
*
|
|
914
|
-
*
|
|
913
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
914
|
+
* Find Similar Events
|
|
915
915
|
*/
|
|
916
916
|
async fetchEventMatchesRaw(requestParameters: FetchEventMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchEventMatches200Response>> {
|
|
917
917
|
if (requestParameters['exchange'] == null) {
|
|
@@ -964,8 +964,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
964
964
|
}
|
|
965
965
|
|
|
966
966
|
/**
|
|
967
|
-
*
|
|
968
|
-
*
|
|
967
|
+
* Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.
|
|
968
|
+
* Find Similar Events
|
|
969
969
|
*/
|
|
970
970
|
async fetchEventMatches(requestParameters: FetchEventMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchEventMatches200Response> {
|
|
971
971
|
const response = await this.fetchEventMatchesRaw(requestParameters, initOverrides);
|
|
@@ -1056,8 +1056,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
1056
1056
|
}
|
|
1057
1057
|
|
|
1058
1058
|
/**
|
|
1059
|
-
* Find hedging opportunities
|
|
1060
|
-
*
|
|
1059
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
1060
|
+
* Find Hedging Opportunities
|
|
1061
1061
|
*/
|
|
1062
1062
|
async fetchHedgesRaw(requestParameters: FetchHedgesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CompareMarketPrices200Response>> {
|
|
1063
1063
|
if (requestParameters['exchange'] == null) {
|
|
@@ -1114,8 +1114,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
|
|
1116
1116
|
/**
|
|
1117
|
-
* Find hedging opportunities
|
|
1118
|
-
*
|
|
1117
|
+
* Find hedging opportunities across venues. Discovers subset/superset market relationships where one market\'s outcome implies another, enabling cross-venue hedging strategies with live prices.
|
|
1118
|
+
* Find Hedging Opportunities
|
|
1119
1119
|
*/
|
|
1120
1120
|
async fetchHedges(requestParameters: FetchHedgesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CompareMarketPrices200Response> {
|
|
1121
1121
|
const response = await this.fetchHedgesRaw(requestParameters, initOverrides);
|
|
@@ -1348,8 +1348,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
1350
|
/**
|
|
1351
|
-
*
|
|
1352
|
-
*
|
|
1351
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
1352
|
+
* Find Similar Markets
|
|
1353
1353
|
*/
|
|
1354
1354
|
async fetchMatchesRaw(requestParameters: FetchMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchMatches200Response>> {
|
|
1355
1355
|
if (requestParameters['exchange'] == null) {
|
|
@@ -1406,8 +1406,8 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
1406
1406
|
}
|
|
1407
1407
|
|
|
1408
1408
|
/**
|
|
1409
|
-
*
|
|
1410
|
-
*
|
|
1409
|
+
* Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.
|
|
1410
|
+
* Find Similar Markets
|
|
1411
1411
|
*/
|
|
1412
1412
|
async fetchMatches(requestParameters: FetchMatchesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchMatches200Response> {
|
|
1413
1413
|
const response = await this.fetchMatchesRaw(requestParameters, initOverrides);
|
|
@@ -1477,7 +1477,7 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
1477
1477
|
|
|
1478
1478
|
/**
|
|
1479
1479
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
1480
|
-
* Fetch
|
|
1480
|
+
* Fetch OHLCV
|
|
1481
1481
|
*/
|
|
1482
1482
|
async fetchOHLCVRaw(requestParameters: FetchOHLCVRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FetchOHLCV200Response>> {
|
|
1483
1483
|
if (requestParameters['exchange'] == null) {
|
|
@@ -1534,7 +1534,7 @@ export class DefaultApi extends runtime.BaseAPI {
|
|
|
1534
1534
|
|
|
1535
1535
|
/**
|
|
1536
1536
|
* Fetch historical OHLCV (candlestick) price data for a specific market outcome.
|
|
1537
|
-
* Fetch
|
|
1537
|
+
* Fetch OHLCV
|
|
1538
1538
|
*/
|
|
1539
1539
|
async fetchOHLCV(requestParameters: FetchOHLCVRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FetchOHLCV200Response> {
|
|
1540
1540
|
const response = await this.fetchOHLCVRaw(requestParameters, initOverrides);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pmxtjs",
|
|
3
|
-
"version": "2.33.
|
|
3
|
+
"version": "2.33.5",
|
|
4
4
|
"description": "Unified prediction market data API - The ccxt for prediction markets",
|
|
5
5
|
"author": "PMXT Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"unified"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"pmxt-core": "2.33.
|
|
46
|
+
"pmxt-core": "2.33.5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/jest": "^30.0.0",
|