@thisispandora/agent-sdk 0.1.0-alpha.7 → 0.1.0-alpha.9
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/generated/command-descriptors.json +181 -310
- package/generated/contract-registry.json +913 -1281
- package/generated/manifest.json +10 -10
- package/generated/mcp-tool-definitions.json +183 -312
- package/package.json +1 -1
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
"scan"
|
|
341
341
|
],
|
|
342
342
|
"canonicalTool": "arb.scan",
|
|
343
|
-
"canonicalUsage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
343
|
+
"canonicalUsage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--matcher heuristic|hybrid] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--ai-provider auto|none|mock|openai|anthropic] [--ai-model <id>] [--ai-threshold <0-1>] [--ai-max-candidates <n>] [--ai-timeout-ms <ms>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
344
344
|
"controlInputNames": [],
|
|
345
345
|
"dataSchema": "#/definitions/ArbScanPayload",
|
|
346
346
|
"emits": [
|
|
@@ -359,6 +359,36 @@
|
|
|
359
359
|
"inputSchema": {
|
|
360
360
|
"additionalProperties": false,
|
|
361
361
|
"properties": {
|
|
362
|
+
"ai-max-candidates": {
|
|
363
|
+
"description": "Maximum borderline pairs to adjudicate per scan.",
|
|
364
|
+
"minimum": 1,
|
|
365
|
+
"type": "integer"
|
|
366
|
+
},
|
|
367
|
+
"ai-model": {
|
|
368
|
+
"description": "Optional provider model override.",
|
|
369
|
+
"type": "string"
|
|
370
|
+
},
|
|
371
|
+
"ai-provider": {
|
|
372
|
+
"description": "Provider-backed adjudication mode.",
|
|
373
|
+
"enum": [
|
|
374
|
+
"auto",
|
|
375
|
+
"none",
|
|
376
|
+
"mock",
|
|
377
|
+
"openai",
|
|
378
|
+
"anthropic"
|
|
379
|
+
]
|
|
380
|
+
},
|
|
381
|
+
"ai-threshold": {
|
|
382
|
+
"description": "Minimum model confidence required to override deterministic matching.",
|
|
383
|
+
"maximum": 1,
|
|
384
|
+
"minimum": 0,
|
|
385
|
+
"type": "number"
|
|
386
|
+
},
|
|
387
|
+
"ai-timeout-ms": {
|
|
388
|
+
"description": "Timeout for each provider adjudication request.",
|
|
389
|
+
"minimum": 1,
|
|
390
|
+
"type": "integer"
|
|
391
|
+
},
|
|
362
392
|
"amount-usdc": {
|
|
363
393
|
"description": "Sizing notional in USDC.",
|
|
364
394
|
"minimum": 0,
|
|
@@ -386,6 +416,13 @@
|
|
|
386
416
|
"description": "Comma-delimited market ids when source=pandora.",
|
|
387
417
|
"type": "string"
|
|
388
418
|
},
|
|
419
|
+
"matcher": {
|
|
420
|
+
"description": "Arbitrage matcher mode.",
|
|
421
|
+
"enum": [
|
|
422
|
+
"heuristic",
|
|
423
|
+
"hybrid"
|
|
424
|
+
]
|
|
425
|
+
},
|
|
389
426
|
"max-bundle-size": {
|
|
390
427
|
"description": "Maximum combinatorial bundle size.",
|
|
391
428
|
"minimum": 3,
|
|
@@ -471,7 +508,7 @@
|
|
|
471
508
|
"summary": "Canonical arbitrage scan command for streaming or bounded spread detection.",
|
|
472
509
|
"supportsRemote": true,
|
|
473
510
|
"supportsWebhook": false,
|
|
474
|
-
"usage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]"
|
|
511
|
+
"usage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--matcher heuristic|hybrid] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--ai-provider auto|none|mock|openai|anthropic] [--ai-model <id>] [--ai-threshold <0-1>] [--ai-max-candidates <n>] [--ai-timeout-ms <ms>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]"
|
|
475
512
|
},
|
|
476
513
|
"autopilot": {
|
|
477
514
|
"agentWorkflow": null,
|
|
@@ -3889,19 +3926,12 @@
|
|
|
3889
3926
|
"additionalProperties": false,
|
|
3890
3927
|
"properties": {
|
|
3891
3928
|
"id": {
|
|
3892
|
-
"
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
"description": "Market ids.",
|
|
3899
|
-
"items": {
|
|
3900
|
-
"type": "string"
|
|
3901
|
-
},
|
|
3902
|
-
"type": "array"
|
|
3903
|
-
}
|
|
3904
|
-
]
|
|
3929
|
+
"description": "Market id, or a comma-delimited list of market ids.",
|
|
3930
|
+
"minLength": 1,
|
|
3931
|
+
"type": "string",
|
|
3932
|
+
"xPandora": {
|
|
3933
|
+
"acceptsCommaSeparatedList": true
|
|
3934
|
+
}
|
|
3905
3935
|
},
|
|
3906
3936
|
"stdin": {
|
|
3907
3937
|
"description": "Read newline-delimited ids from stdin.",
|
|
@@ -6848,62 +6878,29 @@
|
|
|
6848
6878
|
"type": "string"
|
|
6849
6879
|
},
|
|
6850
6880
|
"category": {
|
|
6851
|
-
"
|
|
6852
|
-
|
|
6853
|
-
|
|
6854
|
-
|
|
6855
|
-
"type": "integer"
|
|
6856
|
-
},
|
|
6857
|
-
{
|
|
6858
|
-
"description": "Canonical category name.",
|
|
6859
|
-
"enum": [
|
|
6860
|
-
"Politics",
|
|
6861
|
-
"Sports",
|
|
6862
|
-
"Finance",
|
|
6863
|
-
"Crypto",
|
|
6864
|
-
"Culture",
|
|
6865
|
-
"Technology",
|
|
6866
|
-
"Science",
|
|
6867
|
-
"Entertainment",
|
|
6868
|
-
"Health",
|
|
6869
|
-
"Environment",
|
|
6870
|
-
"Other"
|
|
6871
|
-
],
|
|
6872
|
-
"examples": [
|
|
6873
|
-
"Politics",
|
|
6874
|
-
"Sports",
|
|
6875
|
-
"Finance",
|
|
6876
|
-
"Crypto",
|
|
6877
|
-
"Culture",
|
|
6878
|
-
"Technology",
|
|
6879
|
-
"Science",
|
|
6880
|
-
"Entertainment",
|
|
6881
|
-
"Health",
|
|
6882
|
-
"Environment",
|
|
6883
|
-
"Other"
|
|
6884
|
-
],
|
|
6885
|
-
"type": "string"
|
|
6886
|
-
},
|
|
6887
|
-
{
|
|
6888
|
-
"description": "Case-insensitive category name accepted by the CLI.",
|
|
6889
|
-
"examples": [
|
|
6890
|
-
"Politics",
|
|
6891
|
-
"Sports",
|
|
6892
|
-
"Finance",
|
|
6893
|
-
"Crypto",
|
|
6894
|
-
"Culture",
|
|
6895
|
-
"Technology",
|
|
6896
|
-
"Science",
|
|
6897
|
-
"Entertainment",
|
|
6898
|
-
"Health",
|
|
6899
|
-
"Environment",
|
|
6900
|
-
"Other"
|
|
6901
|
-
],
|
|
6902
|
-
"pattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$",
|
|
6903
|
-
"type": "string"
|
|
6904
|
-
}
|
|
6881
|
+
"description": "Category id or canonical category name.",
|
|
6882
|
+
"examples": [
|
|
6883
|
+
"Sports",
|
|
6884
|
+
"3"
|
|
6905
6885
|
],
|
|
6906
|
-
"
|
|
6886
|
+
"type": "string",
|
|
6887
|
+
"xPandora": {
|
|
6888
|
+
"acceptsIntegerStrings": true,
|
|
6889
|
+
"allowedCategoryNames": [
|
|
6890
|
+
"Politics",
|
|
6891
|
+
"Sports",
|
|
6892
|
+
"Finance",
|
|
6893
|
+
"Crypto",
|
|
6894
|
+
"Culture",
|
|
6895
|
+
"Technology",
|
|
6896
|
+
"Science",
|
|
6897
|
+
"Entertainment",
|
|
6898
|
+
"Health",
|
|
6899
|
+
"Environment",
|
|
6900
|
+
"Other"
|
|
6901
|
+
],
|
|
6902
|
+
"caseInsensitivePattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$"
|
|
6903
|
+
}
|
|
6907
6904
|
},
|
|
6908
6905
|
"chain-id": {
|
|
6909
6906
|
"description": "Chain id.",
|
|
@@ -7023,18 +7020,16 @@
|
|
|
7023
7020
|
"type": "array"
|
|
7024
7021
|
},
|
|
7025
7022
|
"target-timestamp": {
|
|
7026
|
-
"
|
|
7027
|
-
|
|
7028
|
-
|
|
7029
|
-
|
|
7030
|
-
"type": "integer"
|
|
7031
|
-
},
|
|
7032
|
-
{
|
|
7033
|
-
"description": "Explicit ISO date/time override for target timestamp.",
|
|
7034
|
-
"type": "string"
|
|
7035
|
-
}
|
|
7023
|
+
"description": "Explicit target timestamp override.",
|
|
7024
|
+
"examples": [
|
|
7025
|
+
"1777777777",
|
|
7026
|
+
"2026-12-31T00:00:00Z"
|
|
7036
7027
|
],
|
|
7037
|
-
"
|
|
7028
|
+
"type": "string",
|
|
7029
|
+
"xPandora": {
|
|
7030
|
+
"acceptsIsoDatetime": true,
|
|
7031
|
+
"acceptsUnixSeconds": true
|
|
7032
|
+
}
|
|
7038
7033
|
},
|
|
7039
7034
|
"usdc": {
|
|
7040
7035
|
"description": "USDC token address.",
|
|
@@ -8098,62 +8093,29 @@
|
|
|
8098
8093
|
"type": "boolean"
|
|
8099
8094
|
},
|
|
8100
8095
|
"category": {
|
|
8101
|
-
"
|
|
8102
|
-
|
|
8103
|
-
|
|
8104
|
-
|
|
8105
|
-
"type": "integer"
|
|
8106
|
-
},
|
|
8107
|
-
{
|
|
8108
|
-
"description": "Canonical category name.",
|
|
8109
|
-
"enum": [
|
|
8110
|
-
"Politics",
|
|
8111
|
-
"Sports",
|
|
8112
|
-
"Finance",
|
|
8113
|
-
"Crypto",
|
|
8114
|
-
"Culture",
|
|
8115
|
-
"Technology",
|
|
8116
|
-
"Science",
|
|
8117
|
-
"Entertainment",
|
|
8118
|
-
"Health",
|
|
8119
|
-
"Environment",
|
|
8120
|
-
"Other"
|
|
8121
|
-
],
|
|
8122
|
-
"examples": [
|
|
8123
|
-
"Politics",
|
|
8124
|
-
"Sports",
|
|
8125
|
-
"Finance",
|
|
8126
|
-
"Crypto",
|
|
8127
|
-
"Culture",
|
|
8128
|
-
"Technology",
|
|
8129
|
-
"Science",
|
|
8130
|
-
"Entertainment",
|
|
8131
|
-
"Health",
|
|
8132
|
-
"Environment",
|
|
8133
|
-
"Other"
|
|
8134
|
-
],
|
|
8135
|
-
"type": "string"
|
|
8136
|
-
},
|
|
8137
|
-
{
|
|
8138
|
-
"description": "Case-insensitive category name accepted by the CLI.",
|
|
8139
|
-
"examples": [
|
|
8140
|
-
"Politics",
|
|
8141
|
-
"Sports",
|
|
8142
|
-
"Finance",
|
|
8143
|
-
"Crypto",
|
|
8144
|
-
"Culture",
|
|
8145
|
-
"Technology",
|
|
8146
|
-
"Science",
|
|
8147
|
-
"Entertainment",
|
|
8148
|
-
"Health",
|
|
8149
|
-
"Environment",
|
|
8150
|
-
"Other"
|
|
8151
|
-
],
|
|
8152
|
-
"pattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$",
|
|
8153
|
-
"type": "string"
|
|
8154
|
-
}
|
|
8096
|
+
"description": "Category id or canonical category name.",
|
|
8097
|
+
"examples": [
|
|
8098
|
+
"Sports",
|
|
8099
|
+
"3"
|
|
8155
8100
|
],
|
|
8156
|
-
"
|
|
8101
|
+
"type": "string",
|
|
8102
|
+
"xPandora": {
|
|
8103
|
+
"acceptsIntegerStrings": true,
|
|
8104
|
+
"allowedCategoryNames": [
|
|
8105
|
+
"Politics",
|
|
8106
|
+
"Sports",
|
|
8107
|
+
"Finance",
|
|
8108
|
+
"Crypto",
|
|
8109
|
+
"Culture",
|
|
8110
|
+
"Technology",
|
|
8111
|
+
"Science",
|
|
8112
|
+
"Entertainment",
|
|
8113
|
+
"Health",
|
|
8114
|
+
"Environment",
|
|
8115
|
+
"Other"
|
|
8116
|
+
],
|
|
8117
|
+
"caseInsensitivePattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$"
|
|
8118
|
+
}
|
|
8157
8119
|
},
|
|
8158
8120
|
"chain-id": {
|
|
8159
8121
|
"description": "Chain id.",
|
|
@@ -8417,18 +8379,14 @@
|
|
|
8417
8379
|
"type": "string"
|
|
8418
8380
|
},
|
|
8419
8381
|
"skip-gate": {
|
|
8420
|
-
"
|
|
8421
|
-
|
|
8422
|
-
|
|
8423
|
-
|
|
8424
|
-
},
|
|
8425
|
-
{
|
|
8426
|
-
"description": "Comma-delimited gate skip list.",
|
|
8427
|
-
"type": "string"
|
|
8428
|
-
}
|
|
8382
|
+
"description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
|
|
8383
|
+
"examples": [
|
|
8384
|
+
"true",
|
|
8385
|
+
"MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
|
|
8429
8386
|
],
|
|
8430
|
-
"
|
|
8387
|
+
"type": "string",
|
|
8431
8388
|
"xPandora": {
|
|
8389
|
+
"acceptsBooleanString": true,
|
|
8432
8390
|
"allowedGateCodes": [
|
|
8433
8391
|
"MATCH_AND_RULES",
|
|
8434
8392
|
"POLYMARKET_SOURCE_FRESH",
|
|
@@ -8461,18 +8419,16 @@
|
|
|
8461
8419
|
"type": "boolean"
|
|
8462
8420
|
},
|
|
8463
8421
|
"target-timestamp": {
|
|
8464
|
-
"
|
|
8465
|
-
|
|
8466
|
-
|
|
8467
|
-
|
|
8468
|
-
"type": "integer"
|
|
8469
|
-
},
|
|
8470
|
-
{
|
|
8471
|
-
"description": "Explicit ISO date/time override for target timestamp.",
|
|
8472
|
-
"type": "string"
|
|
8473
|
-
}
|
|
8422
|
+
"description": "Explicit target timestamp override.",
|
|
8423
|
+
"examples": [
|
|
8424
|
+
"1777777777",
|
|
8425
|
+
"2026-12-31T00:00:00Z"
|
|
8474
8426
|
],
|
|
8475
|
-
"
|
|
8427
|
+
"type": "string",
|
|
8428
|
+
"xPandora": {
|
|
8429
|
+
"acceptsIsoDatetime": true,
|
|
8430
|
+
"acceptsUnixSeconds": true
|
|
8431
|
+
}
|
|
8476
8432
|
},
|
|
8477
8433
|
"trust-deploy": {
|
|
8478
8434
|
"description": "Trust manifest deploy pair.",
|
|
@@ -12913,18 +12869,14 @@
|
|
|
12913
12869
|
"type": "string"
|
|
12914
12870
|
},
|
|
12915
12871
|
"skip-gate": {
|
|
12916
|
-
"
|
|
12917
|
-
|
|
12918
|
-
|
|
12919
|
-
|
|
12920
|
-
},
|
|
12921
|
-
{
|
|
12922
|
-
"description": "Comma-delimited gate skip list.",
|
|
12923
|
-
"type": "string"
|
|
12924
|
-
}
|
|
12872
|
+
"description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
|
|
12873
|
+
"examples": [
|
|
12874
|
+
"true",
|
|
12875
|
+
"MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
|
|
12925
12876
|
],
|
|
12926
|
-
"
|
|
12877
|
+
"type": "string",
|
|
12927
12878
|
"xPandora": {
|
|
12879
|
+
"acceptsBooleanString": true,
|
|
12928
12880
|
"allowedGateCodes": [
|
|
12929
12881
|
"MATCH_AND_RULES",
|
|
12930
12882
|
"POLYMARKET_SOURCE_FRESH",
|
|
@@ -14538,18 +14490,14 @@
|
|
|
14538
14490
|
"type": "string"
|
|
14539
14491
|
},
|
|
14540
14492
|
"skip-gate": {
|
|
14541
|
-
"
|
|
14542
|
-
|
|
14543
|
-
|
|
14544
|
-
|
|
14545
|
-
},
|
|
14546
|
-
{
|
|
14547
|
-
"description": "Comma-delimited gate skip list.",
|
|
14548
|
-
"type": "string"
|
|
14549
|
-
}
|
|
14493
|
+
"description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
|
|
14494
|
+
"examples": [
|
|
14495
|
+
"true",
|
|
14496
|
+
"MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
|
|
14550
14497
|
],
|
|
14551
|
-
"
|
|
14498
|
+
"type": "string",
|
|
14552
14499
|
"xPandora": {
|
|
14500
|
+
"acceptsBooleanString": true,
|
|
14553
14501
|
"allowedGateCodes": [
|
|
14554
14502
|
"MATCH_AND_RULES",
|
|
14555
14503
|
"POLYMARKET_SOURCE_FRESH",
|
|
@@ -16160,18 +16108,14 @@
|
|
|
16160
16108
|
"type": "string"
|
|
16161
16109
|
},
|
|
16162
16110
|
"skip-gate": {
|
|
16163
|
-
"
|
|
16164
|
-
|
|
16165
|
-
|
|
16166
|
-
|
|
16167
|
-
},
|
|
16168
|
-
{
|
|
16169
|
-
"description": "Comma-delimited gate skip list.",
|
|
16170
|
-
"type": "string"
|
|
16171
|
-
}
|
|
16111
|
+
"description": "Set to \"true\" to skip all mirror sync gates, or provide a comma-delimited named skip list.",
|
|
16112
|
+
"examples": [
|
|
16113
|
+
"true",
|
|
16114
|
+
"MATCH_AND_RULES,POLYMARKET_SOURCE_FRESH"
|
|
16172
16115
|
],
|
|
16173
|
-
"
|
|
16116
|
+
"type": "string",
|
|
16174
16117
|
"xPandora": {
|
|
16118
|
+
"acceptsBooleanString": true,
|
|
16175
16119
|
"allowedGateCodes": [
|
|
16176
16120
|
"MATCH_AND_RULES",
|
|
16177
16121
|
"POLYMARKET_SOURCE_FRESH",
|
|
@@ -18623,19 +18567,12 @@
|
|
|
18623
18567
|
"type": "string"
|
|
18624
18568
|
},
|
|
18625
18569
|
"series": {
|
|
18626
|
-
"
|
|
18627
|
-
|
|
18628
|
-
|
|
18629
|
-
|
|
18630
|
-
|
|
18631
|
-
|
|
18632
|
-
"description": "Series specifications.",
|
|
18633
|
-
"items": {
|
|
18634
|
-
"type": "string"
|
|
18635
|
-
},
|
|
18636
|
-
"type": "array"
|
|
18637
|
-
}
|
|
18638
|
-
]
|
|
18570
|
+
"description": "Series specification id:v1,v2,..., or a semicolon-delimited list of series specifications.",
|
|
18571
|
+
"minLength": 1,
|
|
18572
|
+
"type": "string",
|
|
18573
|
+
"xPandora": {
|
|
18574
|
+
"acceptsSemicolonSeparatedList": true
|
|
18575
|
+
}
|
|
18639
18576
|
},
|
|
18640
18577
|
"tail-alpha": {
|
|
18641
18578
|
"description": "Tail alpha level.",
|
|
@@ -23954,62 +23891,29 @@
|
|
|
23954
23891
|
"type": "string"
|
|
23955
23892
|
},
|
|
23956
23893
|
"category": {
|
|
23957
|
-
"
|
|
23958
|
-
|
|
23959
|
-
|
|
23960
|
-
|
|
23961
|
-
"type": "integer"
|
|
23962
|
-
},
|
|
23963
|
-
{
|
|
23964
|
-
"description": "Canonical category name.",
|
|
23965
|
-
"enum": [
|
|
23966
|
-
"Politics",
|
|
23967
|
-
"Sports",
|
|
23968
|
-
"Finance",
|
|
23969
|
-
"Crypto",
|
|
23970
|
-
"Culture",
|
|
23971
|
-
"Technology",
|
|
23972
|
-
"Science",
|
|
23973
|
-
"Entertainment",
|
|
23974
|
-
"Health",
|
|
23975
|
-
"Environment",
|
|
23976
|
-
"Other"
|
|
23977
|
-
],
|
|
23978
|
-
"examples": [
|
|
23979
|
-
"Politics",
|
|
23980
|
-
"Sports",
|
|
23981
|
-
"Finance",
|
|
23982
|
-
"Crypto",
|
|
23983
|
-
"Culture",
|
|
23984
|
-
"Technology",
|
|
23985
|
-
"Science",
|
|
23986
|
-
"Entertainment",
|
|
23987
|
-
"Health",
|
|
23988
|
-
"Environment",
|
|
23989
|
-
"Other"
|
|
23990
|
-
],
|
|
23991
|
-
"type": "string"
|
|
23992
|
-
},
|
|
23993
|
-
{
|
|
23994
|
-
"description": "Case-insensitive category name accepted by the CLI.",
|
|
23995
|
-
"examples": [
|
|
23996
|
-
"Politics",
|
|
23997
|
-
"Sports",
|
|
23998
|
-
"Finance",
|
|
23999
|
-
"Crypto",
|
|
24000
|
-
"Culture",
|
|
24001
|
-
"Technology",
|
|
24002
|
-
"Science",
|
|
24003
|
-
"Entertainment",
|
|
24004
|
-
"Health",
|
|
24005
|
-
"Environment",
|
|
24006
|
-
"Other"
|
|
24007
|
-
],
|
|
24008
|
-
"pattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$",
|
|
24009
|
-
"type": "string"
|
|
24010
|
-
}
|
|
23894
|
+
"description": "Category id or canonical category name.",
|
|
23895
|
+
"examples": [
|
|
23896
|
+
"Sports",
|
|
23897
|
+
"3"
|
|
24011
23898
|
],
|
|
24012
|
-
"
|
|
23899
|
+
"type": "string",
|
|
23900
|
+
"xPandora": {
|
|
23901
|
+
"acceptsIntegerStrings": true,
|
|
23902
|
+
"allowedCategoryNames": [
|
|
23903
|
+
"Politics",
|
|
23904
|
+
"Sports",
|
|
23905
|
+
"Finance",
|
|
23906
|
+
"Crypto",
|
|
23907
|
+
"Culture",
|
|
23908
|
+
"Technology",
|
|
23909
|
+
"Science",
|
|
23910
|
+
"Entertainment",
|
|
23911
|
+
"Health",
|
|
23912
|
+
"Environment",
|
|
23913
|
+
"Other"
|
|
23914
|
+
],
|
|
23915
|
+
"caseInsensitivePattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$"
|
|
23916
|
+
}
|
|
24013
23917
|
},
|
|
24014
23918
|
"creation-window-close-min": {
|
|
24015
23919
|
"description": "Creation window close minutes before kickoff.",
|
|
@@ -24159,62 +24063,29 @@
|
|
|
24159
24063
|
"type": "object"
|
|
24160
24064
|
},
|
|
24161
24065
|
"category": {
|
|
24162
|
-
"
|
|
24163
|
-
|
|
24164
|
-
|
|
24165
|
-
|
|
24166
|
-
"type": "integer"
|
|
24167
|
-
},
|
|
24168
|
-
{
|
|
24169
|
-
"description": "Canonical category name.",
|
|
24170
|
-
"enum": [
|
|
24171
|
-
"Politics",
|
|
24172
|
-
"Sports",
|
|
24173
|
-
"Finance",
|
|
24174
|
-
"Crypto",
|
|
24175
|
-
"Culture",
|
|
24176
|
-
"Technology",
|
|
24177
|
-
"Science",
|
|
24178
|
-
"Entertainment",
|
|
24179
|
-
"Health",
|
|
24180
|
-
"Environment",
|
|
24181
|
-
"Other"
|
|
24182
|
-
],
|
|
24183
|
-
"examples": [
|
|
24184
|
-
"Politics",
|
|
24185
|
-
"Sports",
|
|
24186
|
-
"Finance",
|
|
24187
|
-
"Crypto",
|
|
24188
|
-
"Culture",
|
|
24189
|
-
"Technology",
|
|
24190
|
-
"Science",
|
|
24191
|
-
"Entertainment",
|
|
24192
|
-
"Health",
|
|
24193
|
-
"Environment",
|
|
24194
|
-
"Other"
|
|
24195
|
-
],
|
|
24196
|
-
"type": "string"
|
|
24197
|
-
},
|
|
24198
|
-
{
|
|
24199
|
-
"description": "Case-insensitive category name accepted by the CLI.",
|
|
24200
|
-
"examples": [
|
|
24201
|
-
"Politics",
|
|
24202
|
-
"Sports",
|
|
24203
|
-
"Finance",
|
|
24204
|
-
"Crypto",
|
|
24205
|
-
"Culture",
|
|
24206
|
-
"Technology",
|
|
24207
|
-
"Science",
|
|
24208
|
-
"Entertainment",
|
|
24209
|
-
"Health",
|
|
24210
|
-
"Environment",
|
|
24211
|
-
"Other"
|
|
24212
|
-
],
|
|
24213
|
-
"pattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$",
|
|
24214
|
-
"type": "string"
|
|
24215
|
-
}
|
|
24066
|
+
"description": "Category id or canonical category name.",
|
|
24067
|
+
"examples": [
|
|
24068
|
+
"Sports",
|
|
24069
|
+
"3"
|
|
24216
24070
|
],
|
|
24217
|
-
"
|
|
24071
|
+
"type": "string",
|
|
24072
|
+
"xPandora": {
|
|
24073
|
+
"acceptsIntegerStrings": true,
|
|
24074
|
+
"allowedCategoryNames": [
|
|
24075
|
+
"Politics",
|
|
24076
|
+
"Sports",
|
|
24077
|
+
"Finance",
|
|
24078
|
+
"Crypto",
|
|
24079
|
+
"Culture",
|
|
24080
|
+
"Technology",
|
|
24081
|
+
"Science",
|
|
24082
|
+
"Entertainment",
|
|
24083
|
+
"Health",
|
|
24084
|
+
"Environment",
|
|
24085
|
+
"Other"
|
|
24086
|
+
],
|
|
24087
|
+
"caseInsensitivePattern": "^(?:[pP][oO][lL][iI][tT][iI][cC][sS]|[sS][pP][oO][rR][tT][sS]|[fF][iI][nN][aA][nN][cC][eE]|[cC][rR][yY][pP][tT][oO]|[cC][uU][lL][tT][uU][rR][eE]|[tT][eE][cC][hH][nN][oO][lL][oO][gG][yY]|[sS][cC][iI][eE][nN][cC][eE]|[eE][nN][tT][eE][rR][tT][aA][iI][nN][mM][eE][nN][tT]|[hH][eE][aA][lL][tT][hH]|[eE][nN][vV][iI][rR][oO][nN][mM][eE][nN][tT]|[oO][tT][hH][eE][rR])$"
|
|
24088
|
+
}
|
|
24218
24089
|
},
|
|
24219
24090
|
"chain-id": {
|
|
24220
24091
|
"description": "Chain id.",
|