justin commited on
Commit
76e0e23
·
1 Parent(s): 7751d4d

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pretty_name: Polymarket Microstructure Analytics
4
+ tags: [polymarket, order-book, liquidity, market-making, x402, verilex, api]
5
+ ---
6
+ # Polymarket Microstructure Analytics
7
+ Order book depth, spread, and liquidity scoring for Polymarket. Thin book detection for market making.
8
+ - API: `https://api.verilexdata.com/api/v1/pm/micro` ($0.003/query via x402)
9
+ - Free: `/api/v1/pm/micro/sample`, `/api/v1/pm/micro/stats`
10
+ - [Website](https://verilexdata.com/products/pm-micro) | [MCP](https://github.com/carrierone/verilexdata-mcp)
11
+ ```json
12
+ {"market_id":"abc123","question":"Will ETH hit $10K?","midpoint":0.42,"spread":0.03,"liquidity_score":72.5}
13
+ ```
14
+ Provided by [Verilex Data](https://verilexdata.com) (Optimal Reality LLC).