Skip to content

Commit 59498b9

Browse files
docs: auto-update for v2.50.1
1 parent 44e6b12 commit 59498b9

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/api-reference/openapi.json

Lines changed: 2 additions & 1 deletion
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.50.0"
6+
"version": "2.50.1"
77
},
88
"servers": [
99
{
@@ -10773,6 +10773,7 @@
1077310773
"gemini-titan",
1077410774
"hyperliquid",
1077510775
"suibets",
10776+
"rain",
1077610777
"mock",
1077710778
"router"
1077810779
]

docs/concepts/venues.mdx

Lines changed: 2 additions & 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.50.0
10+
pmxt-core version at last sync: 2.50.1
1111
*/}
1212

1313
PMXT Hosted currently supports the following venues. The **wire key** is
@@ -30,6 +30,7 @@ or `new pmxt.Polymarket({})` from the SDKs.
3030
| gemini-titan | `gemini-titan` | `POST /api/gemini-titan/:method` |
3131
| hyperliquid | `hyperliquid` | `POST /api/hyperliquid/:method` |
3232
| suibets | `suibets` | `POST /api/suibets/:method` |
33+
| rain | `rain` | `POST /api/rain/:method` |
3334
| mock | `mock` | `POST /api/mock/:method` |
3435
| Router | `router` | `POST /api/router/:method` |
3536

docs/llms-full.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,7 @@ or `new pmxt.Polymarket({})` from the SDKs.
14501450
| gemini-titan | `gemini-titan` | `POST /api/gemini-titan/:method` |
14511451
| hyperliquid | `hyperliquid` | `POST /api/hyperliquid/:method` |
14521452
| suibets | `suibets` | `POST /api/suibets/:method` |
1453+
| rain | `rain` | `POST /api/rain/:method` |
14531454
| mock | `mock` | `POST /api/mock/:method` |
14541455
| Router | `router` | `POST /api/router/:method` |
14551456

0 commit comments

Comments
 (0)