pmxt-core 2.8.0 → 2.9.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.
- package/dist/BaseExchange.d.ts +48 -0
- package/dist/BaseExchange.js +116 -0
- package/dist/exchanges/kalshi/api.d.ts +1763 -0
- package/dist/exchanges/kalshi/api.js +2554 -0
- package/dist/exchanges/kalshi/fetchEvents.d.ts +3 -2
- package/dist/exchanges/kalshi/fetchEvents.js +9 -16
- package/dist/exchanges/kalshi/fetchMarkets.d.ts +3 -2
- package/dist/exchanges/kalshi/fetchMarkets.js +24 -32
- package/dist/exchanges/kalshi/fetchOHLCV.d.ts +1 -2
- package/dist/exchanges/kalshi/fetchOHLCV.js +9 -11
- package/dist/exchanges/kalshi/index.d.ts +2 -1
- package/dist/exchanges/kalshi/index.js +161 -183
- package/dist/exchanges/kalshi/kalshi.test.js +51 -31
- package/dist/exchanges/limitless/api.d.ts +555 -0
- package/dist/exchanges/limitless/api.js +863 -0
- package/dist/exchanges/limitless/fetchEvents.d.ts +1 -2
- package/dist/exchanges/limitless/fetchEvents.js +9 -15
- package/dist/exchanges/limitless/fetchMarkets.d.ts +1 -2
- package/dist/exchanges/limitless/fetchMarkets.js +9 -16
- package/dist/exchanges/limitless/fetchOHLCV.d.ts +1 -2
- package/dist/exchanges/limitless/fetchOHLCV.js +2 -11
- package/dist/exchanges/limitless/fetchOrderBook.d.ts +1 -2
- package/dist/exchanges/limitless/fetchOrderBook.js +2 -11
- package/dist/exchanges/limitless/index.d.ts +1 -0
- package/dist/exchanges/limitless/index.js +28 -7
- package/dist/exchanges/limitless/websocket.d.ts +2 -1
- package/dist/exchanges/limitless/websocket.js +6 -4
- package/dist/exchanges/myriad/api.d.ts +294 -0
- package/dist/exchanges/myriad/api.js +690 -0
- package/dist/exchanges/myriad/fetchOHLCV.d.ts +1 -2
- package/dist/exchanges/myriad/fetchOHLCV.js +3 -11
- package/dist/exchanges/myriad/fetchOrderBook.d.ts +1 -2
- package/dist/exchanges/myriad/fetchOrderBook.js +3 -11
- package/dist/exchanges/myriad/index.d.ts +2 -0
- package/dist/exchanges/myriad/index.js +116 -103
- package/dist/exchanges/myriad/websocket.d.ts +2 -2
- package/dist/exchanges/myriad/websocket.js +28 -6
- package/dist/exchanges/polymarket/api-clob.d.ts +346 -0
- package/dist/exchanges/polymarket/api-clob.js +517 -0
- package/dist/exchanges/polymarket/api-data.d.ts +789 -0
- package/dist/exchanges/polymarket/api-data.js +860 -0
- package/dist/exchanges/polymarket/api-gamma.d.ts +556 -0
- package/dist/exchanges/polymarket/api-gamma.js +1161 -0
- package/dist/exchanges/polymarket/fetchEvents.js +0 -68
- package/dist/exchanges/polymarket/fetchOHLCV.d.ts +1 -2
- package/dist/exchanges/polymarket/fetchOHLCV.js +4 -10
- package/dist/exchanges/polymarket/fetchOrderBook.d.ts +1 -2
- package/dist/exchanges/polymarket/fetchOrderBook.js +2 -10
- package/dist/exchanges/polymarket/fetchTrades.d.ts +1 -2
- package/dist/exchanges/polymarket/fetchTrades.js +2 -11
- package/dist/exchanges/polymarket/index.d.ts +10 -0
- package/dist/exchanges/polymarket/index.js +110 -5
- package/dist/exchanges/probable/api.d.ts +605 -0
- package/dist/exchanges/probable/api.js +887 -0
- package/dist/exchanges/probable/fetchEvents.d.ts +3 -3
- package/dist/exchanges/probable/fetchEvents.js +28 -25
- package/dist/exchanges/probable/fetchMarkets.d.ts +1 -1
- package/dist/exchanges/probable/fetchMarkets.js +25 -21
- package/dist/exchanges/probable/index.d.ts +1 -0
- package/dist/exchanges/probable/index.js +92 -10
- package/dist/exchanges/probable/utils.d.ts +1 -2
- package/dist/exchanges/probable/utils.js +4 -11
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/utils/openapi.d.ts +9 -0
- package/dist/utils/openapi.js +59 -0
- package/package.json +4 -3
- package/dist/exchanges/kalshi/fetchOrderBook.d.ts +0 -3
- package/dist/exchanges/kalshi/fetchOrderBook.js +0 -59
- package/dist/exchanges/kalshi/fetchTrades.d.ts +0 -4
- package/dist/exchanges/kalshi/fetchTrades.js +0 -31
- package/dist/exchanges/limitless/fetchPositions.d.ts +0 -2
- package/dist/exchanges/limitless/fetchPositions.js +0 -34
- package/dist/exchanges/myriad/fetchTrades.d.ts +0 -4
- package/dist/exchanges/myriad/fetchTrades.js +0 -62
- package/dist/exchanges/polymarket/fetchPositions.d.ts +0 -2
- package/dist/exchanges/polymarket/fetchPositions.js +0 -34
- package/dist/exchanges/probable/fetchOHLCV.d.ts +0 -4
- package/dist/exchanges/probable/fetchOHLCV.js +0 -83
- package/dist/exchanges/probable/fetchOrderBook.d.ts +0 -3
- package/dist/exchanges/probable/fetchOrderBook.js +0 -37
- package/dist/exchanges/probable/fetchPositions.d.ts +0 -2
- package/dist/exchanges/probable/fetchPositions.js +0 -33
|
@@ -0,0 +1,517 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.polymarketClobSpec = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Auto-generated from /home/runner/work/pmxt/pmxt/core/specs/polymarket/PolymarketClobAPI.yaml
|
|
6
|
+
* Generated at: 2026-02-18T16:13:58.529Z
|
|
7
|
+
* Do not edit manually -- run "npm run fetch:openapi" to regenerate.
|
|
8
|
+
*/
|
|
9
|
+
exports.polymarketClobSpec = {
|
|
10
|
+
"openapi": "3.0.3",
|
|
11
|
+
"info": {
|
|
12
|
+
"title": "Polymarket CLOB API",
|
|
13
|
+
"version": "1.0.0",
|
|
14
|
+
"contact": {
|
|
15
|
+
"name": "Polymarket Support",
|
|
16
|
+
"url": "https://polymarket.com"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"servers": [
|
|
20
|
+
{
|
|
21
|
+
"url": "https://clob.polymarket.com"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"url": "https://polymarket.com/api"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"components": {
|
|
28
|
+
"securitySchemes": {
|
|
29
|
+
"L1Auth": {
|
|
30
|
+
"type": "apiKey",
|
|
31
|
+
"in": "header",
|
|
32
|
+
"name": "POLY_SIGNATURE",
|
|
33
|
+
"description": "Level 1 Authentication using EIP-712 signature. \nRequires headers: POLY_ADDRESS, POLY_SIGNATURE, POLY_TIMESTAMP, POLY_NONCE.\n"
|
|
34
|
+
},
|
|
35
|
+
"L2Auth": {
|
|
36
|
+
"type": "apiKey",
|
|
37
|
+
"in": "header",
|
|
38
|
+
"name": "POLY_API_KEY",
|
|
39
|
+
"description": "Level 2 Authentication using API Credentials.\nRequires headers: POLY_ADDRESS, POLY_SIGNATURE, POLY_TIMESTAMP, POLY_API_KEY, POLY_PASSPHRASE.\n"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"paths": {
|
|
44
|
+
"/book": {
|
|
45
|
+
"get": {
|
|
46
|
+
"tags": [
|
|
47
|
+
"Orderbook"
|
|
48
|
+
],
|
|
49
|
+
"summary": "Get order book summary",
|
|
50
|
+
"parameters": [
|
|
51
|
+
{
|
|
52
|
+
"name": "token_id",
|
|
53
|
+
"in": "query",
|
|
54
|
+
"required": true,
|
|
55
|
+
"schema": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"/books": {
|
|
63
|
+
"post": {
|
|
64
|
+
"tags": [
|
|
65
|
+
"Orderbook"
|
|
66
|
+
],
|
|
67
|
+
"summary": "Get multiple order books summaries"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"/price": {
|
|
71
|
+
"get": {
|
|
72
|
+
"tags": [
|
|
73
|
+
"Pricing"
|
|
74
|
+
],
|
|
75
|
+
"summary": "Get market price",
|
|
76
|
+
"parameters": [
|
|
77
|
+
{
|
|
78
|
+
"name": "token_id",
|
|
79
|
+
"in": "query",
|
|
80
|
+
"required": true,
|
|
81
|
+
"schema": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "side",
|
|
87
|
+
"in": "query",
|
|
88
|
+
"required": true,
|
|
89
|
+
"schema": {
|
|
90
|
+
"type": "string",
|
|
91
|
+
"enum": [
|
|
92
|
+
"BUY",
|
|
93
|
+
"SELL"
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"/prices": {
|
|
101
|
+
"get": {
|
|
102
|
+
"tags": [
|
|
103
|
+
"Pricing"
|
|
104
|
+
],
|
|
105
|
+
"summary": "Get multiple market prices"
|
|
106
|
+
},
|
|
107
|
+
"post": {
|
|
108
|
+
"tags": [
|
|
109
|
+
"Pricing"
|
|
110
|
+
],
|
|
111
|
+
"summary": "Get multiple market prices by request"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"/midpoint": {
|
|
115
|
+
"get": {
|
|
116
|
+
"tags": [
|
|
117
|
+
"Pricing"
|
|
118
|
+
],
|
|
119
|
+
"summary": "Get midpoint price",
|
|
120
|
+
"parameters": [
|
|
121
|
+
{
|
|
122
|
+
"name": "token_id",
|
|
123
|
+
"in": "query",
|
|
124
|
+
"required": true,
|
|
125
|
+
"schema": {
|
|
126
|
+
"type": "string"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"/spreads": {
|
|
133
|
+
"post": {
|
|
134
|
+
"tags": [
|
|
135
|
+
"Spreads"
|
|
136
|
+
],
|
|
137
|
+
"summary": "Get bid-ask spreads"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"/prices-history": {
|
|
141
|
+
"get": {
|
|
142
|
+
"tags": [
|
|
143
|
+
"Pricing"
|
|
144
|
+
],
|
|
145
|
+
"summary": "Get price history for a traded token",
|
|
146
|
+
"parameters": [
|
|
147
|
+
{
|
|
148
|
+
"name": "market",
|
|
149
|
+
"in": "query",
|
|
150
|
+
"required": true,
|
|
151
|
+
"schema": {
|
|
152
|
+
"type": "string"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "startTs",
|
|
157
|
+
"in": "query",
|
|
158
|
+
"schema": {
|
|
159
|
+
"type": "number"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "endTs",
|
|
164
|
+
"in": "query",
|
|
165
|
+
"schema": {
|
|
166
|
+
"type": "number"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "interval",
|
|
171
|
+
"in": "query",
|
|
172
|
+
"schema": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"enum": [
|
|
175
|
+
"1m",
|
|
176
|
+
"1w",
|
|
177
|
+
"1d",
|
|
178
|
+
"6h",
|
|
179
|
+
"1h",
|
|
180
|
+
"max"
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "fidelity",
|
|
186
|
+
"in": "query",
|
|
187
|
+
"schema": {
|
|
188
|
+
"type": "number"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
]
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"/auth/api-key": {
|
|
195
|
+
"post": {
|
|
196
|
+
"summary": "Create API Key",
|
|
197
|
+
"tags": [
|
|
198
|
+
"Authentication"
|
|
199
|
+
],
|
|
200
|
+
"security": [
|
|
201
|
+
{
|
|
202
|
+
"L1Auth": []
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"parameters": [
|
|
206
|
+
{
|
|
207
|
+
"$ref": "#/components/parameters/L1Headers"
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"/auth/derive-api-key": {
|
|
213
|
+
"get": {
|
|
214
|
+
"summary": "Derive API Key",
|
|
215
|
+
"tags": [
|
|
216
|
+
"Authentication"
|
|
217
|
+
],
|
|
218
|
+
"security": [
|
|
219
|
+
{
|
|
220
|
+
"L1Auth": []
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"parameters": [
|
|
224
|
+
{
|
|
225
|
+
"$ref": "#/components/parameters/L1Headers"
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"/order": {
|
|
231
|
+
"post": {
|
|
232
|
+
"summary": "Place Single Order",
|
|
233
|
+
"tags": [
|
|
234
|
+
"Orders"
|
|
235
|
+
],
|
|
236
|
+
"security": [
|
|
237
|
+
{
|
|
238
|
+
"L2Auth": []
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"parameters": [
|
|
242
|
+
{
|
|
243
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
"delete": {
|
|
248
|
+
"summary": "Cancel Single Order",
|
|
249
|
+
"tags": [
|
|
250
|
+
"Orders"
|
|
251
|
+
],
|
|
252
|
+
"security": [
|
|
253
|
+
{
|
|
254
|
+
"L2Auth": []
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"parameters": [
|
|
258
|
+
{
|
|
259
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"/orders": {
|
|
265
|
+
"post": {
|
|
266
|
+
"summary": "Place Multiple Orders (Batch)",
|
|
267
|
+
"tags": [
|
|
268
|
+
"Orders"
|
|
269
|
+
],
|
|
270
|
+
"security": [
|
|
271
|
+
{
|
|
272
|
+
"L2Auth": []
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"parameters": [
|
|
276
|
+
{
|
|
277
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
278
|
+
}
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
"delete": {
|
|
282
|
+
"summary": "Cancel Multiple Orders",
|
|
283
|
+
"tags": [
|
|
284
|
+
"Orders"
|
|
285
|
+
],
|
|
286
|
+
"security": [
|
|
287
|
+
{
|
|
288
|
+
"L2Auth": []
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"parameters": [
|
|
292
|
+
{
|
|
293
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"/cancel-all": {
|
|
299
|
+
"delete": {
|
|
300
|
+
"summary": "Cancel All Orders",
|
|
301
|
+
"tags": [
|
|
302
|
+
"Orders"
|
|
303
|
+
],
|
|
304
|
+
"security": [
|
|
305
|
+
{
|
|
306
|
+
"L2Auth": []
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
"parameters": [
|
|
310
|
+
{
|
|
311
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
312
|
+
}
|
|
313
|
+
]
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"/cancel-market-orders": {
|
|
317
|
+
"delete": {
|
|
318
|
+
"summary": "Cancel Market Orders",
|
|
319
|
+
"tags": [
|
|
320
|
+
"Orders"
|
|
321
|
+
],
|
|
322
|
+
"security": [
|
|
323
|
+
{
|
|
324
|
+
"L2Auth": []
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"parameters": [
|
|
328
|
+
{
|
|
329
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
330
|
+
}
|
|
331
|
+
]
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"/data/order/{id}": {
|
|
335
|
+
"get": {
|
|
336
|
+
"summary": "Get Order",
|
|
337
|
+
"tags": [
|
|
338
|
+
"Orders"
|
|
339
|
+
],
|
|
340
|
+
"security": [
|
|
341
|
+
{
|
|
342
|
+
"L2Auth": []
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"parameters": [
|
|
346
|
+
{
|
|
347
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "id",
|
|
351
|
+
"in": "path",
|
|
352
|
+
"required": true,
|
|
353
|
+
"schema": {
|
|
354
|
+
"type": "string"
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"/data/orders": {
|
|
361
|
+
"get": {
|
|
362
|
+
"summary": "Get Active Orders",
|
|
363
|
+
"tags": [
|
|
364
|
+
"Orders"
|
|
365
|
+
],
|
|
366
|
+
"security": [
|
|
367
|
+
{
|
|
368
|
+
"L2Auth": []
|
|
369
|
+
}
|
|
370
|
+
],
|
|
371
|
+
"parameters": [
|
|
372
|
+
{
|
|
373
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "id",
|
|
377
|
+
"in": "query",
|
|
378
|
+
"schema": {
|
|
379
|
+
"type": "string"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "market",
|
|
384
|
+
"in": "query",
|
|
385
|
+
"schema": {
|
|
386
|
+
"type": "string"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "asset_id",
|
|
391
|
+
"in": "query",
|
|
392
|
+
"schema": {
|
|
393
|
+
"type": "string"
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
]
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"/data/trades": {
|
|
400
|
+
"get": {
|
|
401
|
+
"summary": "Get Trades",
|
|
402
|
+
"tags": [
|
|
403
|
+
"Trades"
|
|
404
|
+
],
|
|
405
|
+
"security": [
|
|
406
|
+
{
|
|
407
|
+
"L2Auth": []
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"parameters": [
|
|
411
|
+
{
|
|
412
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "id",
|
|
416
|
+
"in": "query",
|
|
417
|
+
"schema": {
|
|
418
|
+
"type": "string"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "market",
|
|
423
|
+
"in": "query",
|
|
424
|
+
"schema": {
|
|
425
|
+
"type": "string"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "maker",
|
|
430
|
+
"in": "query",
|
|
431
|
+
"schema": {
|
|
432
|
+
"type": "string"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "taker",
|
|
437
|
+
"in": "query",
|
|
438
|
+
"schema": {
|
|
439
|
+
"type": "string"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "before",
|
|
444
|
+
"in": "query",
|
|
445
|
+
"schema": {
|
|
446
|
+
"type": "string"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "after",
|
|
451
|
+
"in": "query",
|
|
452
|
+
"schema": {
|
|
453
|
+
"type": "string"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"/order-scoring": {
|
|
460
|
+
"get": {
|
|
461
|
+
"summary": "Check Order Reward Scoring",
|
|
462
|
+
"tags": [
|
|
463
|
+
"Rewards"
|
|
464
|
+
],
|
|
465
|
+
"security": [
|
|
466
|
+
{
|
|
467
|
+
"L2Auth": []
|
|
468
|
+
}
|
|
469
|
+
],
|
|
470
|
+
"parameters": [
|
|
471
|
+
{
|
|
472
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "orderId",
|
|
476
|
+
"in": "query",
|
|
477
|
+
"required": true,
|
|
478
|
+
"schema": {
|
|
479
|
+
"type": "string"
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
]
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"/orders-scoring": {
|
|
486
|
+
"post": {
|
|
487
|
+
"summary": "Check Multiple Orders Scoring",
|
|
488
|
+
"tags": [
|
|
489
|
+
"Rewards"
|
|
490
|
+
],
|
|
491
|
+
"security": [
|
|
492
|
+
{
|
|
493
|
+
"L2Auth": []
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"parameters": [
|
|
497
|
+
{
|
|
498
|
+
"$ref": "#/components/parameters/L2Headers"
|
|
499
|
+
}
|
|
500
|
+
]
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
"/geoblock": {
|
|
504
|
+
"get": {
|
|
505
|
+
"summary": "Check Geoblock Status",
|
|
506
|
+
"tags": [
|
|
507
|
+
"System"
|
|
508
|
+
],
|
|
509
|
+
"servers": [
|
|
510
|
+
{
|
|
511
|
+
"url": "https://polymarket.com/api"
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
};
|