OCaml client library for the Polymarket prediction market API with full CLOB, Gamma, and Data API support
Stars
6
Forks
0
Watchers
6
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
190
commits
3
commits
feat: add Bridge quote/withdraw endpoints and fix types to match OpenAPI spec
12aa497View on GitHubfeat: add market-positions, accounting-snapshot endpoints and expand Data API types
8151ec6View on GitHubfeat: add markets, trades, rebates endpoints and align types with OpenAPI spec
4749328View on GitHubfeat: add spread, last-trades-prices, fee-rate, tick-size, and time endpoints
9aaba55View on GitHubfeat: add POST /midpoints endpoint and rename GET variant to get_midpoints_query
aff02e9View on GitHubfix: rename midpoint_response field from mid to mid_price to match API spec
a78013cView on GitHubfeat: add GET /prices query parameter variant to CLOB client
fcb4b88View on GitHubfix: proper decimal formatting, network error handling, and HTTP dedup
1158849View on GitHubrefactor: consolidate crypto helpers, deduplicate JSON/rate-limit code
670e732View on GitHubfix: use Zarith for uint256 encoding and simplify primitives module
8bb6506View on GitHub