You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-reference/openapi.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"info": {
4
4
"title": "PMXT Hosted API",
5
5
"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.",
Copy file name to clipboardExpand all lines: docs/llms-full.txt
+22-6Lines changed: 22 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ New to prediction markets? Start at the [101](https://pmxt.dev/docs/concepts/pre
34
34
35
35
It runs two ways:
36
36
37
-
- **Hosted (default)** — `api.pmxt.dev` and `trade.pmxt.dev` give you a
37
+
- **Hosted (default)** — PMXT's [hosts](https://pmxt.dev/docs/authentication#hosts) give you a
38
38
shared catalog, cross-venue search, and end-to-end [hosted
39
39
trading](https://pmxt.dev/docs/concepts/hosted-trading) with [PreFundedEscrow](https://pmxt.dev/docs/concepts/prediction-markets-101#prefundedescrow) custody. Set
40
40
an API key and the SDK is fully operational.
@@ -48,7 +48,7 @@ The code is identical either way:
48
48
```python
49
49
import pmxt
50
50
51
-
# Hosted (default): talks to api.pmxt.dev / trade.pmxt.dev
51
+
# Hosted (default): talks to PMXT's hosts — see /authentication#hosts
- `trade.pmxt.dev` — hosted writes (build / submit / cancel) and hosted account state (orders, positions, balances, trades) via `/v0/trade/*`, `/v0/user/*`, and `/v0/orders/*`.
447
+
448
+
The same `pmxt_api_key` authenticates against both — no separate credentials.
449
+
450
+
Reads and writes have different latency and availability profiles; the trading host is the hot path for signed-order submission and is operated independently.
451
+
441
452
#### API key
442
453
443
454
Every request to `https://api.pmxt.dev` needs a Bearer token. Get one
0 commit comments