Skip to content

Commit d1a4325

Browse files
committed
Update README.md
1 parent 14475ea commit d1a4325

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,18 @@ flowchart LR
5656
- Polymarket allows for the one way (for capital efficiency) conversion from `No` tokens to a collection of `Yes` tokens and USDC before resolution through a smart contract.
5757

5858
## Clients overview
59-
- ### PolymarketClobClient - Order book related operations
59+
- ### PolymarketReadOnlyClobClient - Read only order book related operations
6060
- #### Order book
6161
- get one or more order books, best price, spread, midpoint, last trade price by `token_id`(s)
62+
- #### Miscellaneous
63+
- get recent price history by `token_id` in the last 1h, 6h, 1d, 1w, 1m
64+
- get price history by `token_id` in start/end interval
65+
- get all price history by `token_id` in 2 min increments
66+
- get **ClobMarket** by `condition_id`
67+
- get all **ClobMarkets**
68+
69+
- ### PolymarketClobClient - Order book related operations
70+
- all operations from PolymarketReadOnlyClobClient
6271
- #### Orders
6372
- create and post limit or market orders
6473
- cancel one or more orders by `order_id`(s)
@@ -73,11 +82,6 @@ flowchart LR
7382
- #### Miscellaneous
7483
- get USDC balance
7584
- get token balance by `token_id`
76-
- get recent price history by `token_id` in the last 1h, 6h, 1d, 1w, 1m
77-
- get price history by `token_id` in start/end interval
78-
- get all price history by `token_id` in 2 min increments
79-
- get **ClobMarket** by `condition_id`
80-
- get all **ClobMarkets**
8185

8286
### PolymarketGammaClient - Market/Event related operations
8387
- #### Market

0 commit comments

Comments
 (0)