Skip to content

Commit 5efe02c

Browse files
docs: auto-update for v2.43.12
1 parent 4434d05 commit 5efe02c

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/api-reference/openapi.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "PMXT Hosted API",
55
"description": "One API for every prediction market. Cross-venue search in under 10ms, a single unified schema, and the complete venue surface from reads to trades.",
6-
"version": "2.43.11"
6+
"version": "2.43.12"
77
},
88
"servers": [
99
{
@@ -2694,7 +2694,7 @@
26942694
"schema": {
26952695
"type": "number"
26962696
},
2697-
"description": "Maximum number of results to return"
2697+
"description": "Maximum number of results to return (max {@link MAX_TRADES_LIMIT})"
26982698
}
26992699
],
27002700
"responses": {
@@ -10679,7 +10679,6 @@
1067910679
},
1068010680
"TradesParams": {
1068110681
"type": "object",
10682-
"description": "Parameters for fetching trade history. No resolution parameter - trades are discrete events.",
1068310682
"properties": {
1068410683
"start": {
1068510684
"type": "string",
@@ -10693,7 +10692,7 @@
1069310692
},
1069410693
"limit": {
1069510694
"type": "number",
10696-
"description": "Maximum number of results to return"
10695+
"description": "Maximum number of results to return (max {@link MAX_TRADES_LIMIT})"
1069710696
}
1069810697
}
1069910698
},

docs/concepts/venues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Every venue PMXT currently speaks."
77
AUTO-GENERATED from pmxt-core's openapi spec (ExchangeParam enum).
88
Do not edit by hand — run `npm run generate:mintlify` to regenerate.
99
Source: docs/api-reference/openapi.json
10-
pmxt-core version at last sync: 2.43.11
10+
pmxt-core version at last sync: 2.43.12
1111
*/}
1212

1313
PMXT Hosted currently supports the following venues. The **wire key** is

docs/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3304,7 +3304,7 @@ Fetch raw trade history for a specific outcome.
33043304
| `outcomeId` | string | Yes | |
33053305
| `start` | string | No | Start of the time range |
33063306
| `end` | string | No | End of the time range |
3307-
| `limit` | number | No | Maximum number of results to return |
3307+
| `limit` | number | No | Maximum number of results to return (max {@link MAX_TRADES_LIMIT}) |
33083308

33093309
**Response:** `{ success: true, data: Trade[] }`
33103310

0 commit comments

Comments
 (0)