@apicity/polymarket 0.3.5 → 0.4.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/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
# @apicity/polymarket
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@apicity/polymarket)
|
|
4
|
-
[](package.json)
|
|
5
5
|
[](tsconfig.json)
|
|
6
6
|
[](https://docs.polymarket.com/api-reference/introduction)
|
|
7
7
|
|
|
8
8
|
Polymarket API provider — Gamma, Data, and CLOB market-data/trading endpoints.
|
|
9
9
|
|
|
10
|
+
Runtime dependencies:
|
|
11
|
+
|
|
12
|
+
- `viem@^2.52.2` — EIP-712 order signing for the CLOB trading endpoints
|
|
13
|
+
- `zod@^3.24.0` — request schemas attached to every POST endpoint as `.schema`
|
|
14
|
+
|
|
10
15
|
## Installation
|
|
11
16
|
|
|
12
17
|
```bash
|